diff options
author | Yashasvi Misra <yashasvimisra_bh@srmuniv.edu.in> | 2021-07-16 01:32:49 +0000 |
---|---|---|
committer | Yashasvi Misra <yashasvimisra_bh@srmuniv.edu.in> | 2021-07-16 01:32:49 +0000 |
commit | 409c053e035087fc64d51f2b3aa7bae7c7419686 (patch) | |
tree | 587b6b23019bbab8c8dd4c21653f655f7583345c /doc/source | |
parent | 71706931a2014491564bfe4449b1ff437f89b6b2 (diff) | |
download | numpy-409c053e035087fc64d51f2b3aa7bae7c7419686.tar.gz |
update
Diffstat (limited to 'doc/source')
-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 55681ccf7..3050b7a0d 100644 --- a/doc/source/_templates/indexcontent.html +++ b/doc/source/_templates/indexcontent.html @@ -7,7 +7,7 @@ <h1>{{ docstitle|e }}</h1> <p> Welcome! This is the documentation for NumPy {{ release|e }} - {%- if last_updated %}, last updated {{ last_updated|e }}{% endif %}. For a PDF version of the documentation, go to https://numpy.org/doc/. + {%- if last_updated %}, last updated {{ last_updated|e }}{% endif %}. For a PDF version of the documentation, go to <a href="https://numpy.org/doc/">https://numpy.org/doc/</a>. </p> <p><strong>For users:</strong></p> <table class="contentstable" align="center"><tr> |