forked from numpy/numpy
-
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.
Merge pull request numpy#13292 from mattip/numpydoc
DOC: update numpydoc to latest master
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule sphinxext
updated
7 files
+16 −8 | doc/format.rst | |
+27 −7 | numpydoc/docscrape.py | |
+1 −0 | numpydoc/docscrape_sphinx.py | |
+51 −15 | numpydoc/numpydoc.py | |
+1 −0 | numpydoc/templates/numpydoc_docstring.rst | |
+106 −0 | numpydoc/tests/test_docscrape.py | |
+56 −0 | numpydoc/tests/test_numpydoc.py |