From c71f080de876729ac7a35317a4f0a2a962ec13f4 Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Mon, 23 Jun 2008 12:35:22 +0000 Subject: [PATCH] Add "who uses it" page. --- EXAMPLES | 26 ++++++++++++++++++++++++++ doc/contents.rst | 1 + doc/examples.rst | 5 +++++ 3 files changed, 32 insertions(+) create mode 100644 EXAMPLES create mode 100644 doc/examples.rst diff --git a/EXAMPLES b/EXAMPLES new file mode 100644 index 00000000000..5312e358be4 --- /dev/null +++ b/EXAMPLES @@ -0,0 +1,26 @@ +Projects using Sphinx +===================== + +This is an (incomplete) list of projects that use Sphinx or are +experimenting with using it for their documentation. If you like +to be included, please mail to sphinx-dev@googlegroups.com. + +* Sphinx: http://sphinx.pocoo.org/ +* Python: http://docs.python.org/dev/ +* NumPy: http://mentat.za.net/numpy/refguide/ +* Pylons: http://bel-epa.com/pylonsdocs/ +* Jinja: http://jinja.pocoo.org/2/documentation/ +* F2py: http://www.f2py.org/html/ +* Paver: http://www.blueskyonmars.com/projects/paver/ +* Satchmo: http://www.satchmoproject.com/docs/svn/ +* PyEphem: http://rhodesmill.org/pyephem/ +* Paste: http://pythonpaste.org/script/ +* Calibre: http://calibre.kovidgoyal.net/user_manual/ +* PyUblas: http://tiker.net/doc/pyublas/ +* Py on Windows: http://timgolden.me.uk/python-on-windows/ +* Zope 3: e.g. http://docs.carduner.net/z3c-tutorial/ +* Grok (upcoming) +* Django (upcoming) +* Matplotlib (upcoming) +* TurboGears (upcoming) + diff --git a/doc/contents.rst b/doc/contents.rst index 764eb779b6c..6ddbcbcbbe8 100644 --- a/doc/contents.rst +++ b/doc/contents.rst @@ -17,6 +17,7 @@ Sphinx documentation contents glossary changes + examples Indices and tables diff --git a/doc/examples.rst b/doc/examples.rst new file mode 100644 index 00000000000..c28364a6ae9 --- /dev/null +++ b/doc/examples.rst @@ -0,0 +1,5 @@ +:tocdepth: 2 + +.. _examples: + +.. include:: ../EXAMPLES