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/_templates | |
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/_templates')
-rw-r--r-- | doc/source/_templates/indexcontent.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/_templates/indexcontent.html b/doc/source/_templates/indexcontent.html index 5929e755d..6633aa9be 100644 --- a/doc/source/_templates/indexcontent.html +++ b/doc/source/_templates/indexcontent.html @@ -56,7 +56,7 @@ <p class="biglink"><a class="biglink" href="{{ pathto("bugs") }}">Reporting bugs</a></p> <p class="biglink"><a class="biglink" href="{{ pathto("release") }}">Release Notes</a></p> </td><td width="50%"> - <p class="biglink"><a class="biglink" href="{{ pathto("about") }}">About NumPy</a></p> + <p class="biglink"><a class="biglink" href="{{ pathto("doc_conventions") }}">Document conventions</a></p> <p class="biglink"><a class="biglink" href="{{ pathto("license") }}">License of NumPy</a></p> </td></tr> </table> |