-
Notifications
You must be signed in to change notification settings - Fork 159
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use sphinx.ext.linkcode for more precise source code links (#1431)
* added .idea to .gitignore for Pycharm * switched sphinx-ext-viewcode for sphinx-ext-linkcode * remove leftover code from Azure Co-authored-by: Eric Arellano <[email protected]> * Update tox.ini * remove leftover code from Azure part 2 Co-authored-by: Eric Arellano <[email protected]> * change dashes to underscores Co-authored-by: Eric Arellano <[email protected]> * switch from qiskit to qiskit_ibm_runtime Co-authored-by: Eric Arellano <[email protected]> * remove leftover code from Azure part 3 Co-authored-by: Eric Arellano <[email protected]> * final updates to determine_github_branch method Co-authored-by: Eric Arellano <[email protected]> * cha Co-authored-by: Eric Arellano <[email protected]> * added colon * Fix issue with inherited methods --------- Co-authored-by: Eric Arellano <[email protected]> Co-authored-by: Kevin Tian <[email protected]>
- Loading branch information
1 parent
c5abb2b
commit a6af142
Showing
3 changed files
with
81 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -107,3 +107,6 @@ Qconfig.py | |
.DS_Store | ||
|
||
/docs/stubs/ | ||
|
||
# Pycharm | ||
.idea |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters