You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
### Summary
This PR is essentially the documentation fixes from #1080 since the lint
CI pipeline needs more work.
### Details and comments
- The docs are no longer incompatible with the newest
sphinx-autodoc-typehints so the version pin from #1017 has been removed.
This closes#1018.
- Updates curve analysis tutorial to the newest version (#983 had
accidentally reverted to an older version)
- Changes arxiv autolinks from pdfs to abstract page to be more user
friendly
- Renames the new ExperimentData how-to to rerunning analysis and adds
additional info on using `add_data`
- Moved functions from `curve_analysis/data_processing.py` to `utils.py`
- Changes benchmarking experiments to verification experiments on the
manual page to match the library API page
- Added referenced classes and functions that weren't included in the
docs
- Various formatting fixes for passing Sphinx nitpick mode
Please describe what this PR changes as concisely as possible. Link to the issue(s)
4
-
that this addresses, if any.
3
+
Please describe what this PR changes as concisely as possible. Link to the issue(s) that this addresses, if any.
5
4
6
5
### Details and comments
7
6
@@ -12,15 +11,11 @@ Some details that should be in this section include:
12
11
- What tests and documentation have been added/updated
13
12
- What do users and developers need to know about this change
14
13
15
-
Note that this entire PR description field will be used as the commit message upon
16
-
merge, so please keep it updated along with the PR. Secondary discussions, such as
17
-
intermediate testing and bug statuses that do not affect the final PR, should be in the
18
-
PR comments.
14
+
Note that this entire PR description field will be used as the commit message upon merge, so please keep it updated along with the PR. Secondary discussions, such as intermediate testing and bug statuses that do not affect the final PR, should be in the PR comments.
19
15
20
16
### PR checklist (delete when all criteria are met)
21
17
22
18
-[ ] I have read the contributing guide `CONTRIBUTING.md`.
23
19
-[ ] I have added the tests to cover my changes.
24
20
-[ ] I have updated the documentation accordingly.
25
-
-[ ] I have added a release note file using `reno` if this change needs to be
26
-
documented in the release notes.
21
+
-[ ] I have added a release note file using `reno` if this change needs to be documented in the release notes.
4. Generate a PR on the meta-repository to bump the qiskit-experiments version and
409
414
meta-package version.
410
415
411
-
The `stable/*` branches should only receive changes in the form of bug fixes.
416
+
The `stable/*` branches should only receive changes in the form of bug fixes. If you're making a bug fix PR that you believe should be backported to the current stable release, tag it with `backport stable potential`.
0 commit comments