diff options
author | Thomas Kluyver <takowl@gmail.com> | 2014-01-07 11:01:02 -0800 |
---|---|---|
committer | Thomas Kluyver <takowl@gmail.com> | 2014-01-07 11:01:02 -0800 |
commit | 43dcd321567b1c97e27f86498c6334af03e126d6 (patch) | |
tree | 8b2a24797aeb3634a7f56512a41d4b5f49dec329 | |
parent | ff7d5f990fb6184b6b116f444cf2c0d0cf099463 (diff) | |
download | numpy-43dcd321567b1c97e27f86498c6334af03e126d6.tar.gz |
MAINT: Update link to numpydoc README
This is the counterpart of my PR numpy/numpydoc#7 renaming the README.
-rw-r--r-- | doc/HOWTO_DOCUMENT.rst.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/HOWTO_DOCUMENT.rst.txt b/doc/HOWTO_DOCUMENT.rst.txt index 49c91b9e5..2854b6b90 100644 --- a/doc/HOWTO_DOCUMENT.rst.txt +++ b/doc/HOWTO_DOCUMENT.rst.txt @@ -24,7 +24,7 @@ A Guide to NumPy/SciPy Documentation * `numpydoc on GitHub <https://github.com/numpy/numpydoc/>`_ Details of how to use it can be found `here - <https://github.com/numpy/numpydoc/blob/master/README.txt>`__ and + <https://github.com/numpy/numpydoc/blob/master/README.rst>`__ and `here <https://github.com/numpy/numpy/blob/master/doc/HOWTO_BUILD_DOCS.rst.txt>`__ |