diff options
author | Melissa Weber Mendonça <melissawm@gmail.com> | 2020-05-02 19:41:21 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-03 00:41:21 +0200 |
commit | 6c9ecdf2847d03d04f5111d6df427a29fbb36319 (patch) | |
tree | ceaae3daeb325f2fab74f65929305565b726b64d /doc/source/reference | |
parent | 100e7b8459858805bc66af122445495fb840bdca (diff) | |
download | numpy-6c9ecdf2847d03d04f5111d6df427a29fbb36319.tar.gz |
DOC: Added page describing how to contribute to the docs team (#16069)
Diffstat (limited to 'doc/source/reference')
-rw-r--r-- | doc/source/reference/index.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/reference/index.rst b/doc/source/reference/index.rst index d042a1849..1ae205f91 100644 --- a/doc/source/reference/index.rst +++ b/doc/source/reference/index.rst @@ -12,7 +12,7 @@ NumPy Reference This reference manual details functions, modules, and objects included in NumPy, describing what they are and what they do. -For learning how to use NumPy, see the :ref:`complete documentation <manual>`. +For learning how to use NumPy, see the :ref:`complete documentation <numpy_docs_mainpage>`. .. toctree:: |