-
Notifications
You must be signed in to change notification settings - Fork 153
API generation script: fix attributes headings #1153
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
7a6348c
8606c8e
dfff36a
7ca1a55
ff2e59f
f919579
ded2b3c
a8962f0
a256853
60dcaf7
bbc64b4
3bb77b4
03f7023
1f147d5
4fe539e
82b200e
5f32076
2378a07
8c49263
533f95e
78dcb36
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -172,7 +172,7 @@ These functions will raise a custom subclass of [`QiskitError`](exceptions#qiski | |
| Set the error message. | ||
| </Class> | ||
|
|
||
| ### QPY\_VERSION | ||
| ### qiskit.qpy.QPY\_VERSION | ||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Do you know what these were before the docs redesign? I'm not certain it makes sense to use the full path here because it makes the header longer. I'm surprised the name is the full path and not only
Collaborator
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Yes, they had the long |
||
|
|
||
| <Attribute id="qiskit.qpy.QPY_VERSION" name="qiskit.qpy.QPY_VERSION"> | ||
| The current QPY format version as of this release. This is the default value of the `version` keyword argument on [`qpy.dump()`](#qiskit.qpy.dump "qiskit.qpy.dump") and also the upper bound for accepted values for the same argument. This is also the upper bond on the versions supported by [`qpy.load()`](#qiskit.qpy.load "qiskit.qpy.load"). | ||
|
|
@@ -182,7 +182,7 @@ These functions will raise a custom subclass of [`QiskitError`](exceptions#qiski | |
| [int](https://docs.python.org/3/library/functions.html#int "(in Python v3.12)") | ||
| </Attribute> | ||
|
|
||
| ### QPY\_COMPATIBILITY\_VERSION | ||
| ### qiskit.qpy.QPY\_COMPATIBILITY\_VERSION | ||
|
|
||
| <Attribute id="qiskit.qpy.QPY_COMPATIBILITY_VERSION" name="qiskit.qpy.QPY_COMPATIBILITY_VERSION"> | ||
| The current minimum compatibility QPY format version. This is the minimum version that [`qpy.dump()`](#qiskit.qpy.dump "qiskit.qpy.dump") will accept for the `version` keyword argument. [`qpy.load()`](#qiskit.qpy.load "qiskit.qpy.load") will be able to load all released format versions of QPY (up until `QPY_VERSION`). | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.