diff options
author | Adrian Price-Whelan <adrian.prw@gmail.com> | 2021-04-24 10:32:20 -0400 |
---|---|---|
committer | Adrian Price-Whelan <adrian.prw@gmail.com> | 2021-04-24 10:32:20 -0400 |
commit | c55bb45d564d63e292a3a004e6f7c4b2dd0ce6ef (patch) | |
tree | d340f6c4e6c4d130cf13fa1cfef9ab61dc76f194 /doc/source/reference | |
parent | a9409e139d635031e2fc12a8916a58cef427f960 (diff) | |
download | numpy-c55bb45d564d63e292a3a004e6f7c4b2dd0ce6ef.tar.gz |
move module target location
Diffstat (limited to 'doc/source/reference')
-rw-r--r-- | doc/source/reference/index.rst | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/doc/source/reference/index.rst b/doc/source/reference/index.rst index 6eb74cd77..f12d923df 100644 --- a/doc/source/reference/index.rst +++ b/doc/source/reference/index.rst @@ -1,5 +1,7 @@ .. _reference: +.. module:: numpy + ############### NumPy Reference ############### @@ -7,9 +9,6 @@ NumPy Reference :Release: |version| :Date: |today| - -.. module:: numpy - 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 <numpy_docs_mainpage>`. |