From acda8088035ac094b293a4dc58879e7810036215 Mon Sep 17 00:00:00 2001 From: Rapptz Date: Fri, 28 Jun 2019 21:04:18 -0400 Subject: [PATCH] Make the generated index page more useful for Ctrl + F. --- docs/_templates/genindex.html | 18 ++++++++++++++++++ docs/index.rst | 2 -- 2 files changed, 18 insertions(+), 2 deletions(-) create mode 100644 docs/_templates/genindex.html diff --git a/docs/_templates/genindex.html b/docs/_templates/genindex.html new file mode 100644 index 000000000..e16eb36b0 --- /dev/null +++ b/docs/_templates/genindex.html @@ -0,0 +1,18 @@ +{%- extends "basic/genindex.html" %} + +{% block body %} + {{ super() }} + + +{% endblock %} diff --git a/docs/index.rst b/docs/index.rst index 77463d9fa..99868756d 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -56,6 +56,4 @@ Additional Information If you still can't find what you're looking for, try in one of the following pages: * :ref:`genindex` -* :ref:`modindex` * :ref:`search` -