diff options
author | Mukulika <60316606+Mukulikaa@users.noreply.github.com> | 2021-08-12 13:24:32 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-12 10:54:32 +0300 |
commit | 0e7b0dfda0188d04e979c4b7a64337d4cf83fa39 (patch) | |
tree | e50d4cdcc9fc81859afc7bc76171c1ebf0e42fe5 /doc/source/conf.py | |
parent | 334428c4d10b778fd74fc3919f3dc9a3b1959875 (diff) | |
download | numpy-0e7b0dfda0188d04e979c4b7a64337d4cf83fa39.tar.gz |
DOC: Reorganized the documentation contribution docs (#19645)
* DOC: Reorganized documentation contribution docs
1. Removed Documentation conventions page
2. Merged A guide to NumPy documentation into How to contribute to NumPy documentation
3. Moved Building NumPy reference and docs to Development section
4. Removed the Documentation index stub
Diffstat (limited to 'doc/source/conf.py')
-rw-r--r-- | doc/source/conf.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/source/conf.py b/doc/source/conf.py index 587307cf9..41b5cee25 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -300,6 +300,7 @@ intersphinx_mapping = { 'scipy-lecture-notes': ('https://scipy-lectures.org', None), 'pytest': ('https://docs.pytest.org/en/stable', None), 'numpy-tutorials': ('https://numpy.org/numpy-tutorials', None), + 'numpydoc': ('https://numpydoc.readthedocs.io/en/latest', None), } |