diff options
author | Charles Harris <charlesr.harris@gmail.com> | 2020-10-05 14:04:13 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-05 14:04:13 -0600 |
commit | 923e77abdbc22c0ee5816086a334617bf7935f1c (patch) | |
tree | f3d65feb1ebf38c3d00dc63934c4ece97992523c /doc/source/docs | |
parent | 225c3360721ba515de88a1e191ede58e8b95593d (diff) | |
parent | 47c32b959ae71eb2c65c3b9b06796614105f5964 (diff) | |
download | numpy-923e77abdbc22c0ee5816086a334617bf7935f1c.tar.gz |
Merge pull request #17391 from bjnath/doc-conventions
DOC: Replace "About NumPy" with "Document conventions"
Diffstat (limited to 'doc/source/docs')
-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 7cd97b954..ff726c67c 100644 --- a/doc/source/docs/howto_document.rst +++ b/doc/source/docs/howto_document.rst @@ -4,6 +4,8 @@ A Guide to NumPy Documentation ============================== +.. _userdoc_guide: + User documentation ****************** - In general, we follow the @@ -32,6 +34,9 @@ User documentation we should add to the NumPy style rules. + +.. _docstring_intro: + Docstrings ********** |