diff options
author | Melissa Weber Mendonca <melissawm@gmail.com> | 2020-03-26 17:44:28 -0300 |
---|---|---|
committer | Melissa Weber Mendonca <melissawm@gmail.com> | 2020-03-26 17:44:28 -0300 |
commit | 4527f99d2a07273c2b84d7737a10b1674dba6294 (patch) | |
tree | 9c05fa216874919a9fcd49c9b4c74faa2963d418 /doc/source/reference | |
parent | 68439794b84836f43ec389be0e702ff64ee76d44 (diff) | |
download | numpy-4527f99d2a07273c2b84d7737a10b1674dba6294.tar.gz |
DOC: First steps towards docs restructuring (NEP 44)
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 6742d605a..d042a1849 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 also :ref:`user`. +For learning how to use NumPy, see the :ref:`complete documentation <manual>`. .. toctree:: |