summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatti Picus <matti.picus@gmail.com>2021-07-16 09:42:53 +0300
committerGitHub <noreply@github.com>2021-07-16 09:42:53 +0300
commit745da845ac41f10bb0b94a3fcf4244e2d39662db (patch)
treec19f8989489c79d2d88ddbe93085e6b38bb5053c
parent409c053e035087fc64d51f2b3aa7bae7c7419686 (diff)
downloadnumpy-745da845ac41f10bb0b94a3fcf4244e2d39662db.tar.gz
DOC: split lines
-rw-r--r--doc/source/_templates/indexcontent.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/source/_templates/indexcontent.html b/doc/source/_templates/indexcontent.html
index 3050b7a0d..372b89a01 100644
--- a/doc/source/_templates/indexcontent.html
+++ b/doc/source/_templates/indexcontent.html
@@ -7,7 +7,8 @@
<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 <a href="https://numpy.org/doc/">https://numpy.org/doc/</a>.
+ {%- 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>