forked from sphinx-doc/sphinx
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
cb52f73
commit c71f080
Showing
3 changed files
with
32 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 [email protected]. | ||
|
||
* 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) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,6 +17,7 @@ Sphinx documentation contents | |
|
||
glossary | ||
changes | ||
examples | ||
|
||
|
||
Indices and tables | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
:tocdepth: 2 | ||
|
||
.. _examples: | ||
|
||
.. include:: ../EXAMPLES |