Author: georg.brandl Date: Mon Jun 23 14:35:22 2008 New Revision: 64486 Log: Add "who uses it" page. Added: doctools/trunk/EXAMPLES (contents, props changed) doctools/trunk/doc/examples.rst (contents, props changed) Modified: doctools/trunk/doc/contents.rst doctools/trunk/tests/root/ (props changed) Added: doctools/trunk/EXAMPLES ============================================================================== --- (empty file) +++ doctools/trunk/EXAMPLES Mon Jun 23 14:35:22 2008 @@ -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 at 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) + Modified: doctools/trunk/doc/contents.rst ============================================================================== --- doctools/trunk/doc/contents.rst (original) +++ doctools/trunk/doc/contents.rst Mon Jun 23 14:35:22 2008 @@ -17,6 +17,7 @@ glossary changes + examples Indices and tables Added: doctools/trunk/doc/examples.rst ============================================================================== --- (empty file) +++ doctools/trunk/doc/examples.rst Mon Jun 23 14:35:22 2008 @@ -0,0 +1,5 @@ +:tocdepth: 2 + +.. _examples: + +.. include:: ../EXAMPLES