Commit a807820
committed
docs: purge live-doc product-brand mentions; consolidate v0.1.x migration map
User-facing prose, examples, and command shapes no longer name the
deprecated qcodes integration anywhere; the only places where the old
identifiers survive are intentional search anchors for upgraders.
- README.md: replace 'previous nqctl baseline' with a neutral
amortisation phrasing; the install / configure / embedded-Python /
Developing sections were already qcodes-free.
- docs/quickstart_simulator.md: rewrite for the public-PyPI 0.2.0
install path; replace the broken 'QCodes smoke' section with a real
NanonisController example; drop the deleted trajectory monitor
section and the dead notebook / trajectory_model.md references.
- docs/extension_workflow.md: rename the legacy 'QCodes driver' section
to 'embedded Python API'; drop the 'CLI/QCodes' label.
- docs/architecture.md: drop the gratuitous '(no qcodes dependency)'
parenthetical from the controller component description.
- CHANGELOG 0.2.0: restructure the entry so the narrative no longer
uses the qcodes brand, and consolidate every v0.1.x symbol / package
/ class name that an upgrader might grep for into a single dedicated
Migration map at the bottom of the 0.2.0 section.
- Delete PLAN.md (obsolete 0.1.x bridge-thesis design doc that no
longer matches the v0.2.0 product shape).
- Delete the obsolete private-index release infrastructure that the
v0.1.x flow assumed: docs/release_private_index.md,
.github/workflows/publish-private.yml, and the three contract tests
that pinned the old shape (test_release_docs, test_release_checklist_
contract, test_publish_workflow_contract). v0.2.0 ships to public
PyPI; the old runbook was misleading.
- Rename tests/test_qcodes_driver.py -> tests/test_controller.py and
tests/test_qcodes_extensions.py -> tests/test_controller_extensions.py;
rename the lone test_qcodes_methods... function inside; drop the
dead 'qcodes is not installed' skip markers in test_controller.py
and test_simulator_integration.py (we no longer depend on that
package).
- Whitelist test_controller.py and test_smoke.py in .gitignore so CI
picks them up alongside test_controller_extensions and test_daemon.
Verification: ruff/black/mypy all green; pytest 82 passed + 1
simulator-gated skip locally.1 parent 330258d commit a807820
16 files changed
Lines changed: 1116 additions & 825 deletions
File tree
- .github/workflows
- docs
- tests
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
| 20 | + | |
20 | 21 | | |
21 | 22 | | |
22 | 23 | | |
23 | 24 | | |
24 | 25 | | |
25 | | - | |
26 | | - | |
27 | 26 | | |
28 | | - | |
| 27 | + | |
29 | 28 | | |
30 | 29 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
13 | 15 | | |
14 | 16 | | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| |||
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
77 | 91 | | |
78 | 92 | | |
79 | 93 | | |
| |||
0 commit comments