diff options
| author | mattip <matti.picus@gmail.com> | 2020-09-05 21:35:44 +0300 |
|---|---|---|
| committer | mattip <matti.picus@gmail.com> | 2020-09-05 21:36:48 +0300 |
| commit | cb73fa9ae1ad3ecd2c8cb44ef870f76ba6856d44 (patch) | |
| tree | bec7d1d546b0d3d850cef4b4a1365b83298c1541 /doc/source/dev | |
| parent | c970c04cbeb38c80901a02bc573a9333458d4c4a (diff) | |
| download | numpy-cb73fa9ae1ad3ecd2c8cb44ef870f76ba6856d44.tar.gz | |
DOC: work around a bug in the new theme
Diffstat (limited to 'doc/source/dev')
| -rw-r--r-- | doc/source/dev/index.rst | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/doc/source/dev/index.rst b/doc/source/dev/index.rst index aeb277a87..c4f35b68f 100644 --- a/doc/source/dev/index.rst +++ b/doc/source/dev/index.rst @@ -4,6 +4,22 @@ Contributing to NumPy ##################### +.. TODO: this is hidden because there's a bug in the pydata theme that won't render TOC items under headers + +.. toctree:: + :hidden: + + conduct/code_of_conduct + Git Basics <gitwash/index> + development_environment + development_workflow + ../benchmarking + style_guide + releasing + governance/index + howto-docs + + Not a coder? Not a problem! NumPy is multi-faceted, and we can use a lot of help. These are all activities we'd like to get help with (they're all important, so we list them in alphabetical order): |
