From 5e59325d0692665166a072555025152b8d1a63b2 Mon Sep 17 00:00:00 2001 From: nishant-sachdeva Date: Sat, 13 Nov 2021 01:31:11 +0530 Subject: [PATCH] relocated downloads section in versions flyout menu and added downloads Hint in index.html --- docs/_templates/versions.html | 8 ++++---- docs/index.rst | 6 ++++++ 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/docs/_templates/versions.html b/docs/_templates/versions.html index f680b6506..fcd79cb3f 100644 --- a/docs/_templates/versions.html +++ b/docs/_templates/versions.html @@ -13,13 +13,13 @@
-
{{ _('Versions') }}
{% for slug, url in versions %} -
{{ slug }}
+
{{ _('Downloads') }}
{% for type, url in downloads %} +
{{ type }}
{% endfor %}
-
{{ _('Downloads') }}
{% for type, url in downloads %} -
{{ type }}
+
{{ _('Versions') }}
{% for slug, url in versions %} +
{{ slug }}
{% endfor %}
diff --git a/docs/index.rst b/docs/index.rst index 60b3d61fa..1086df9a7 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -31,6 +31,12 @@ a 0.y.z version number `to indicate this fast pace of change ` for more details. +.. Hint:: + + You can download this documentation as PDF, HTML or Epub by clicking on the versions + flyout menu in the left bottom corner and selecting the preferred download format. + + Getting Started ---------------