diff options
-rw-r--r-- | doc/source/_templates/indexcontent.html | 3 |
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> |