diff options
author | Ben Nathanson <github@bigriver.xyz> | 2020-09-28 15:55:23 -0400 |
---|---|---|
committer | Ben Nathanson <github@bigriver.xyz> | 2020-09-28 15:55:23 -0400 |
commit | 47c32b959ae71eb2c65c3b9b06796614105f5964 (patch) | |
tree | 9e699192d7aee61da79f38e3c79f7e0b47c0f200 /doc/source/docs/howto_document.rst | |
parent | 34d7d395d79f880dc9e156ff83af0cf5844867bf (diff) | |
download | numpy-47c32b959ae71eb2c65c3b9b06796614105f5964.tar.gz |
DOC: Replace "About NumPy" with "Document conventions"
Eliminates the unhelpful "About NumPy" title. All contents
of the original appear more prominently elsewhere,
except for the information about document conventions,
which is now the title and subject.
Diffstat (limited to 'doc/source/docs/howto_document.rst')
-rw-r--r-- | doc/source/docs/howto_document.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/source/docs/howto_document.rst b/doc/source/docs/howto_document.rst index 9f9068ab3..5a36fa718 100644 --- a/doc/source/docs/howto_document.rst +++ b/doc/source/docs/howto_document.rst @@ -4,10 +4,15 @@ A Guide to NumPy/SciPy Documentation ==================================== +.. _userdoc_guide: + User documentation ******************* NumPy text documents should follow the `Google developer documentation style guide <https://developers.google.com/style>`_. + +.. _docstring_intro: + Docstrings ********** |