Skip to content

Commit de21add

Browse files
mattipjnothman
authored andcommitted
DOC: remove links to numpy repo file (#167)
1 parent 9cd5944 commit de21add

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

README.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@ numpydoc -- Numpy's Sphinx extensions
1212
=====================================
1313

1414
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.
1716
The extension also adds the code description directives
1817
``np:function``, ``np-c:function``, etc.
1918

numpydoc/numpydoc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
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
"""
1919
from __future__ import division, absolute_import, print_function

0 commit comments

Comments
 (0)