From 1abdf9d62427ed18533747e2c57b34e189443ce3 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Fri, 8 Dec 2023 13:28:16 +1100 Subject: [PATCH] Cleanup: consistent indentation for HTML templates, wrap long lines --- doc/doxygen/footer.html | 10 +++++--- doc/python_api/templates/footer.html | 22 ++++++++++++------ doc/python_api/templates/versions.html | 32 ++++++++++++++------------ 3 files changed, 39 insertions(+), 25 deletions(-) diff --git a/doc/doxygen/footer.html b/doc/doxygen/footer.html index a74f5055b15..c3eda44e84a 100644 --- a/doc/doxygen/footer.html +++ b/doc/doxygen/footer.html @@ -1,5 +1,9 @@ - + + diff --git a/doc/python_api/templates/footer.html b/doc/python_api/templates/footer.html index c31961acd06..394aad996cf 100644 --- a/doc/python_api/templates/footer.html +++ b/doc/python_api/templates/footer.html @@ -3,12 +3,20 @@ {%- block extrafooter %} {%- if not pagename in ("search", "404", "genindex") and hasdoc(pagename) %} {%- endif %} -{% endblock %} \ No newline at end of file +{% endblock %} diff --git a/doc/python_api/templates/versions.html b/doc/python_api/templates/versions.html index 64b47185ba7..482d4361207 100644 --- a/doc/python_api/templates/versions.html +++ b/doc/python_api/templates/versions.html @@ -1,17 +1,19 @@
- +
- \ No newline at end of file