summaryrefslogtreecommitdiff
path: root/doc/source/docs
diff options
context:
space:
mode:
authorCharles Harris <charlesr.harris@gmail.com>2020-10-05 14:04:13 -0600
committerGitHub <noreply@github.com>2020-10-05 14:04:13 -0600
commit923e77abdbc22c0ee5816086a334617bf7935f1c (patch)
treef3d65feb1ebf38c3d00dc63934c4ece97992523c /doc/source/docs
parent225c3360721ba515de88a1e191ede58e8b95593d (diff)
parent47c32b959ae71eb2c65c3b9b06796614105f5964 (diff)
downloadnumpy-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.rst5
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
**********