diff --git a/.hgignore b/.hgignore index f617875e8..7bd2ee92f 100644 --- a/.hgignore +++ b/.hgignore @@ -9,3 +9,5 @@ Sphinx.egg-info/ doc/_build/ TAGS \.ropeproject/ +^env/ +\.DS_Store$ diff --git a/sphinx/themes/scrolls/artwork/logo.svg b/sphinx/themes/scrolls/artwork/logo.svg new file mode 100644 index 000000000..0907a4ea3 --- /dev/null +++ b/sphinx/themes/scrolls/artwork/logo.svg @@ -0,0 +1,107 @@ + + + diff --git a/sphinx/themes/scrolls/genindex.html b/sphinx/themes/scrolls/genindex.html new file mode 100644 index 000000000..9add6e952 --- /dev/null +++ b/sphinx/themes/scrolls/genindex.html @@ -0,0 +1,36 @@ +{% extends "layout.html" %} +{% set title = 'Index' %} +{% block body %} + +
|
+ {%- endfor %}
+
{{ fname }} | ||
{% if collapse -%} + | + + {%- endif %}{% if indent %} {% endif %} + {% if fname %}{% endif -%} + {{ stripped|e }}{{ modname|e }} + {%- if fname %}{% endif %} + {%- if pform and pform[0] %} ({{ pform|join(', ') }}){% endif -%} + | {% if dep %}{{ _('Deprecated')}}:{% endif %} + {{ synops|e }} |
+ From here you can search these documents. Enter your search + words into the box below and click "search". Note that the search + function will automatically search for all of the words. Pages + containing less words won't appear in the result list. +
+ + {% if search_performed %} +Your search did not match any results.
+ {% endif %} + {% endif %} +