forked from pyqtgraph/pyqtgraph
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add numpydoc lint config and fix warnings
To run numpydoc lint, currently a fork of numpydoc is required, due to an unhandled exception when using sphinx cross-links in the `See Also` section. See: numpy/numpydoc#558 As still experimental, numpydoc linting/validation is not checked or required for future contributions.
- Loading branch information
Showing
4 changed files
with
309 additions
and
214 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 |
---|---|---|
|
@@ -113,5 +113,3 @@ API | |
|
||
.. autoclass:: pyqtgraph.ImageItem | ||
:members: | ||
|
||
.. automethod:: pyqtgraph.ImageItem.__init__ |
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.