File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -12,8 +12,7 @@ numpydoc -- Numpy's Sphinx extensions
1212=====================================
1313
1414This package provides the ``numpydoc `` Sphinx extension for handling
15- docstrings formatted according to the `NumPy documentation format
16- <https://github.com/numpy/numpy/blob/master/doc/HOWTO_DOCUMENT.rst.txt> `__.
15+ docstrings formatted according to the NumPy documentation format.
1716The extension also adds the code description directives
1817``np:function ``, ``np-c:function ``, etc.
1918
Original file line number Diff line number Diff line change 1313- Extract the signature from the docstring, if it can't be determined
1414 otherwise.
1515
16- .. [1] https://github.com/numpy/numpy/blob/master/doc/HOWTO_DOCUMENT.rst.txt
16+ .. [1] https://github.com/numpy/numpydoc
1717
1818"""
1919from __future__ import division , absolute_import , print_function
You can’t perform that action at this time.
0 commit comments