-
Notifications
You must be signed in to change notification settings - Fork 320
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #6115 from jenshnielsen/keithley_refactor
Refactor Keithley drivers
- Loading branch information
Showing
11 changed files
with
363 additions
and
173 deletions.
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 |
---|---|---|
@@ -0,0 +1,6 @@ | ||
The Keithley drivers shipping with QCoDeS | ||
have been updated to ensure all Parameters are set as static | ||
attributes that are documented and can be type checked. The docs for the same drivers have been | ||
updated to not document inherited members. This makes the documentation significantly more readable | ||
as it focuses on specific members for a given instrument. The documentation now also links superclasses. | ||
Please consult these for inherited members. |
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 |
---|---|---|
|
@@ -5,3 +5,4 @@ Keithley Drivers | |
|
||
.. automodule:: qcodes.instrument_drivers.Keithley | ||
:autosummary: | ||
:no-inherited-members: |
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
Oops, something went wrong.