diff options
author | Thomas Kluyver <takowl@gmail.com> | 2013-11-14 16:44:49 -0800 |
---|---|---|
committer | Thomas Kluyver <takowl@gmail.com> | 2013-11-14 16:44:49 -0800 |
commit | d10c9ffe6de74543d711d3bdf450328a6c8367cc (patch) | |
tree | 5b58fc856db0d90d4d4e6560b6da79462b9c2748 /doc/HOWTO_DOCUMENT.rst.txt | |
parent | a49f07e940ab0a4faf7d5d3a29a977122f0224ea (diff) | |
download | numpy-d10c9ffe6de74543d711d3bdf450328a6c8367cc.tar.gz |
MAINT: Update links to numpydoc source code and README
These links pointed to numpydoc's location within the numpy project on Github, but it has since been split out to a separate repository, breaking the links.
Diffstat (limited to 'doc/HOWTO_DOCUMENT.rst.txt')
-rw-r--r-- | doc/HOWTO_DOCUMENT.rst.txt | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/doc/HOWTO_DOCUMENT.rst.txt b/doc/HOWTO_DOCUMENT.rst.txt index 6789ce893..49c91b9e5 100644 --- a/doc/HOWTO_DOCUMENT.rst.txt +++ b/doc/HOWTO_DOCUMENT.rst.txt @@ -21,11 +21,10 @@ A Guide to NumPy/SciPy Documentation It is available from: * `numpydoc on PyPI <http://pypi.python.org/pypi/numpydoc>`_ - * `numpydoc on GitHub (in main numpy repository) - <https://github.com/numpy/numpy/blob/master/doc/sphinxext/numpydoc.py>`_ + * `numpydoc on GitHub <https://github.com/numpy/numpydoc/>`_ Details of how to use it can be found `here - <https://github.com/numpy/numpy/blob/master/doc/sphinxext/README.txt>`__ and + <https://github.com/numpy/numpydoc/blob/master/README.txt>`__ and `here <https://github.com/numpy/numpy/blob/master/doc/HOWTO_BUILD_DOCS.rst.txt>`__ |