diff options
author | mattip <matti.picus@gmail.com> | 2018-04-10 18:54:58 +0300 |
---|---|---|
committer | mattip <matti.picus@gmail.com> | 2018-04-10 20:15:52 +0300 |
commit | a75e76dac26fcf56ab815926b89bb9a9bc358608 (patch) | |
tree | 9e49fef4e0e0749e5a5e84f737325eb7cff81e2f /doc/source/docs | |
parent | b00cdbc3e194ae5c8528a8ed1ee93bdbadc6bb82 (diff) | |
download | numpy-a75e76dac26fcf56ab815926b89bb9a9bc358608.tar.gz |
DOC: cosmetic changes, document need for python3.6 to build docs
Diffstat (limited to 'doc/source/docs')
-rw-r--r-- | doc/source/docs/howto_build_docs.rst | 5 | ||||
-rw-r--r-- | doc/source/docs/howto_document.rst | 2 |
2 files changed, 5 insertions, 2 deletions
diff --git a/doc/source/docs/howto_build_docs.rst b/doc/source/docs/howto_build_docs.rst index 5ce226ad4..0d403f91a 100644 --- a/doc/source/docs/howto_build_docs.rst +++ b/doc/source/docs/howto_build_docs.rst @@ -1,3 +1,5 @@ +.. _howto-build-docs: + ========================================= Building the NumPy API and reference docs ========================================= @@ -26,8 +28,7 @@ additional parts required for building the documentation:: In addition, building the documentation requires the Sphinx extension `plot_directive`, which is shipped with Matplotlib_. This Sphinx extension can -be installed with or without completely installing Matplotlib: see the -Matplotlib documentation for more information. +be installed by installing Matplotlib. You will also need python3.6. Since large parts of the main documentation are stored in docstrings, you will need to first build NumPy, and install it so diff --git a/doc/source/docs/howto_document.rst b/doc/source/docs/howto_document.rst index 813626ea0..0b8799798 100644 --- a/doc/source/docs/howto_document.rst +++ b/doc/source/docs/howto_document.rst @@ -1,3 +1,5 @@ +.. _howto-document: + ==================================== A Guide to NumPy/SciPy Documentation ==================================== |