summaryrefslogtreecommitdiff
path: root/doc/_templates/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/_templates/index.html')
-rw-r--r--doc/_templates/index.html13
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/_templates/index.html b/doc/_templates/index.html
index e6ef9178..2016ea9f 100644
--- a/doc/_templates/index.html
+++ b/doc/_templates/index.html
@@ -34,6 +34,9 @@
<li>{%trans path=pathto('extensions')%}<b>Extensions:</b> automatic testing of code snippets, inclusion of
docstrings from Python modules (API docs), and
<a href="{{ path }}#builtin-sphinx-extensions">more</a>{%endtrans%}</li>
+ <li>{%trans path=pathto('develop')%}<b>Contributed extensions:</b> more than
+ 50 extensions <a href="{{ path }}#extensions">contributed by users</a>
+ in a second repository; most of them installable from PyPI{%endtrans%}</li>
</ul>
<p>{%trans%}
Sphinx uses <a href="http://docutils.sf.net/rst.html">reStructuredText</a>
@@ -97,4 +100,14 @@
powerful built-in search that exceeds the possibilities of Sphinx' JavaScript-based
offline search.{%endtrans%}</p>
+ <h2>{%trans%}Contributor Guide{%endtrans%}</h2>
+
+ <p>{%trans%}If you want to contribute to the project,
+ this part of the documentation is for you.{%endtrans%}</p>
+
+ <ul>
+ <li>{%trans path=pathto("devguide")%}<a href="{{ path }}">Sphinx Developer’s Guide</a></li>{%endtrans%}
+ <li>{%trans path=pathto("authors")%}<a href="{{ path }}">Sphinx Authors</a></li>{%endtrans%}
+ </ul>
+
{% endblock %}