diff options
author | mattip <matti.picus@gmail.com> | 2019-02-20 23:46:20 +0200 |
---|---|---|
committer | mattip <matti.picus@gmail.com> | 2019-02-28 11:43:59 +0200 |
commit | 62433284d65a3629a199958da2df3a807c60fab4 (patch) | |
tree | 61a822b3dab1edc78eff9019e61dc5e1dd0e607d /doc/source/dev | |
parent | b9ab1a57b9c7ff9462b8d678bce91274d0ad4d12 (diff) | |
download | numpy-62433284d65a3629a199958da2df3a807c60fab4.tar.gz |
DOC: reduce warnings when building, reword, tweak doc building
Diffstat (limited to 'doc/source/dev')
-rw-r--r-- | doc/source/dev/index.rst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/source/dev/index.rst b/doc/source/dev/index.rst index 825b93b53..43aff1931 100644 --- a/doc/source/dev/index.rst +++ b/doc/source/dev/index.rst @@ -3,11 +3,12 @@ Contributing to NumPy ##################### .. toctree:: - :maxdepth: 3 + :maxdepth: 2 conduct/code_of_conduct gitwash/index development_environment + ../benchmarking style_guide releasing governance/index |