diff options
author | Charles Harris <charlesr.harris@gmail.com> | 2020-03-27 17:23:22 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-27 17:23:22 -0600 |
commit | 22356fc0ec8ca50aeb8f40633f7c7d906a648ab8 (patch) | |
tree | 04c453e7f2e102f0cce45a382854a87da9ef5490 /doc/source/reference | |
parent | 43ca3a5bd882dc69bca0fa777113e6821c9f44e0 (diff) | |
parent | 4527f99d2a07273c2b84d7737a10b1674dba6294 (diff) | |
download | numpy-22356fc0ec8ca50aeb8f40633f7c7d906a648ab8.tar.gz |
Merge pull request #15843 from melissawm/new-docs-index
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:: |