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/howto_document.rst | |
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/howto_document.rst')
-rw-r--r-- | doc/source/docs/howto_document.rst | 2 |
1 files changed, 2 insertions, 0 deletions
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 ==================================== |