Skip to content

Commit

Permalink
trailing whitespace removed in index.rst as per the requirements of a…
Browse files Browse the repository at this point in the history
… syntax test
  • Loading branch information
nishant-sachdeva committed Nov 26, 2021
1 parent 5e59325 commit ecf6c8e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
8 changes: 6 additions & 2 deletions docs/_templates/versions.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
{# Add rst-badge after rst-versions for small badge style. #}
<div class="rst-versions" data-toggle="rst-versions" role="note" aria-label="versions">
<span class="rst-current-version" data-toggle="rst-current-version">
<span class="fa fa-book fa-element"> RTD </span>
{% for type, url in downloads %}
{% if type == 'PDF' %}
<a href="{{ url }}">{{ type }}</a>
{% endif %}
{% endfor %}

<span class="fa fa-element">
<input class="container_toggle" type="checkbox" id="switch" name="mode">
Expand Down Expand Up @@ -33,4 +37,4 @@
</dd>
</dl>
</div>
</div>
</div>
4 changes: 2 additions & 2 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ read our :doc:`contributors guide <contributing>` 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.
You can download this documentation as PDF, HTML or Epub by clicking on the versions
flyout menu in the bottom-left corner and selecting the preferred download format.


Getting Started
Expand Down

0 comments on commit ecf6c8e

Please sign in to comment.