diff options
author | mattip <matti.picus@gmail.com> | 2018-04-10 17:03:27 +0300 |
---|---|---|
committer | mattip <matti.picus@gmail.com> | 2018-04-10 19:08:32 +0300 |
commit | b00cdbc3e194ae5c8528a8ed1ee93bdbadc6bb82 (patch) | |
tree | f0cbaa8cc0c1495b85cb29256bec84a751de9334 /doc/source/docs/index.rst | |
parent | 953e78f56e70033a74df6a2b1a0e51972f30c5ab (diff) | |
download | numpy-b00cdbc3e194ae5c8528a8ed1ee93bdbadc6bb82.tar.gz |
DOC: promote development_workflow, make howtos visible
Diffstat (limited to 'doc/source/docs/index.rst')
-rw-r--r-- | doc/source/docs/index.rst | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/source/docs/index.rst b/doc/source/docs/index.rst new file mode 100644 index 000000000..9890823c3 --- /dev/null +++ b/doc/source/docs/index.rst @@ -0,0 +1,11 @@ +.. _documentation: + +Numpy's Documentation +===================== + +.. toctree:: + :maxdepth: 2 + + howto_document + howto_build_docs + |