diff options
author | Dan Miller <dnmiller@gmail.com> | 2013-05-24 02:16:56 -0700 |
---|---|---|
committer | Dan Miller <dnmiller@gmail.com> | 2013-05-24 02:16:56 -0700 |
commit | 4209975c74698a1479bf6fa4105ebeb4f9c178e0 (patch) | |
tree | 92270a7935b49b0e5a2df94fd6fc31542f20917f /doc/HOWTO_DOCUMENT.rst.txt | |
parent | 56a878c5366197e5311d9485b7ce4992dbbcfbda (diff) | |
download | numpy-4209975c74698a1479bf6fa4105ebeb4f9c178e0.tar.gz |
DOC: Fix URL for "How to Build API/Reference Documentation"
Diffstat (limited to 'doc/HOWTO_DOCUMENT.rst.txt')
-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 278797c9a..cf008da2a 100644 --- a/doc/HOWTO_DOCUMENT.rst.txt +++ b/doc/HOWTO_DOCUMENT.rst.txt @@ -601,7 +601,7 @@ Conclusion `An example <http://github.com/numpy/numpy/blob/master/doc/example.py>`_ of the format shown here is available. Refer to `How to Build API/Reference Documentation -<http://github.com/numpy/numpy/blob/master/doc/HOWTO_BUILD_DOCS.txt>`_ +<http://github.com/numpy/numpy/blob/master/doc/HOWTO_BUILD_DOCS.rst.txt>`_ on how to use Sphinx_ to build the manual. This document itself was written in ReStructuredText, and may be converted to |