summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2014-09-22 10:20:02 +0200
committerGeorg Brandl <georg@python.org>2014-09-22 10:20:02 +0200
commit4ddb773820736577b15e95c0e07a8970b4ba0933 (patch)
treea27e3103ffe053ff75544d5c0a92983602bbb6b4 /doc
parent00737ce7d6df70feea66dbc4534c3468aa81e14b (diff)
downloadsphinx-4ddb773820736577b15e95c0e07a8970b4ba0933.tar.gz
add a paragraph about sphinx-contrib on the front page
Diffstat (limited to 'doc')
-rw-r--r--doc/_templates/index.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/_templates/index.html b/doc/_templates/index.html
index 45581e0f..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>