diff options
author | Ben Nathanson <github@bigriver.xyz> | 2020-10-04 13:13:05 -0400 |
---|---|---|
committer | Ben Nathanson <github@bigriver.xyz> | 2020-10-04 13:13:05 -0400 |
commit | 7fb0b02df1ca5b388f81f88b22f478d65ce1b74e (patch) | |
tree | 3d51bea7e9bd8d5bf0ff483fb2e49fe9db962092 /doc/source/dev/index.rst | |
parent | 88eda2f2f430e2f3b7e580fe38ac31e4c5fac942 (diff) | |
download | numpy-7fb0b02df1ca5b388f81f88b22f478d65ce1b74e.tar.gz |
DOC: Remove CoC pages from Sphinx
code_of_conduct.rst and report_handling_manual.rst duplicate
pages now on Hugo.
Diffstat (limited to 'doc/source/dev/index.rst')
-rw-r--r-- | doc/source/dev/index.rst | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/doc/source/dev/index.rst b/doc/source/dev/index.rst index c4f35b68f..020df0b2b 100644 --- a/doc/source/dev/index.rst +++ b/doc/source/dev/index.rst @@ -9,7 +9,6 @@ Contributing to NumPy .. toctree:: :hidden: - conduct/code_of_conduct Git Basics <gitwash/index> development_environment development_workflow @@ -293,7 +292,6 @@ The rest of the story .. toctree:: :maxdepth: 2 - conduct/code_of_conduct Git Basics <gitwash/index> development_environment development_workflow |