summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2014-02-02 08:03:48 +0100
committerGeorg Brandl <georg@python.org>2014-02-02 08:03:48 +0100
commit30a55f86b29a482110e84805c4942ad88c18f986 (patch)
tree80afafdf39f8aa85cf32c23d64d702f4b44d9ea7
parent5abd7d303dd4b05cfe08a8fc9c71973febe0a682 (diff)
downloadsphinx-30a55f86b29a482110e84805c4942ad88c18f986.tar.gz
link to extdev doc from develop
-rw-r--r--doc/develop.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/develop.rst b/doc/develop.rst
index 41a75dcb..aad3ff1e 100644
--- a/doc/develop.rst
+++ b/doc/develop.rst
@@ -19,6 +19,8 @@ For more about our development process and methods, see the :doc:`devguide`.
Extensions
==========
+To learn how to write your own extension, see :ref:`dev-extensions`.
+
The `sphinx-contrib <http://bitbucket.org/birkenfeld/sphinx-contrib/>`_
repository contains many contributed extensions. Some of them have their own
releases on PyPI, others you can install from a checkout.