File tree 2 files changed +2
-3
lines changed
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
12
12
=====================================
13
13
14
14
This 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.
17
16
The extension also adds the code description directives
18
17
``np:function ``, ``np-c:function ``, etc.
19
18
Original file line number Diff line number Diff line change 13
13
- Extract the signature from the docstring, if it can't be determined
14
14
otherwise.
15
15
16
- .. [1] https://github.com/numpy/numpy/blob/master/doc/HOWTO_DOCUMENT.rst.txt
16
+ .. [1] https://github.com/numpy/numpydoc
17
17
18
18
"""
19
19
from __future__ import division , absolute_import , print_function
You can’t perform that action at this time.
0 commit comments