Skip to content

Commit c1104fe

Browse files
ryanhill1claude
andauthored
Update docs, links, and styling for v2 site migration (#82)
- Update documentation URLs to v2 paths across README, examples, and pyproject.toml - Simplify custom.css: reformat indentation, remove unused admonition and layout sections - Clean up index.rst: remove inline CSS, add qbraid_qir.squin API reference - Update copyright year to 2026 and delete obsolete todo.txt Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
1 parent ab9a055 commit c1104fe

10 files changed

Lines changed: 185 additions & 370 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
Python package for building, simulating, and benchmarking hybrid quantum-classical algorithms.
2525

26-
[<img src="https://qbraid-static.s3.amazonaws.com/logos/Launch_on_qBraid_white.png" width="150">](https://account.qbraid.com?gitHubUrl=https://github.com/qBraid/qbraid-algorithms.git)
26+
[<img src="https://qbraid-static.s3.amazonaws.com/logos/Launch_on_qBraid_white.png" width="150">](https://account.qbraid.com/explore/projects/qbraid-algorithms)
2727

2828
## Installation
2929

@@ -60,7 +60,7 @@ qbraid_algorithms.__version__
6060
## Key Features: Load algorithms as PyQASM modules and QASM files
6161

6262
qBraid Algorithms provides a collection of quantum algorithms that can be loaded
63-
as [PyQASM](https://docs.qbraid.com/pyqasm/user-guide/overview) modules, or
63+
as [PyQASM](https://docs.qbraid.com/v2/pyqasm/user-guide/overview) modules, or
6464
you can generate .qasm files to use them as subroutines in your own circuits.
6565

6666
### Loading Algorithms as PyQASM Modules

0 commit comments

Comments
 (0)