mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Merge pull request #5259 from CAM-Gerlach/add-example-spyder
Add new section to examples: *Projects integrating Sphinx functionality* and add *Spyder* to documentation examples list
This commit is contained in:
commit
c228d5fe3c
12
EXAMPLES
12
EXAMPLES
@ -36,6 +36,7 @@ Documentation using the alabaster theme
|
||||
* PyVisfile: https://documen.tician.de/pyvisfile/
|
||||
* Requests: http://www.python-requests.org/
|
||||
* searx: https://asciimoo.github.io/searx/
|
||||
* Spyder: https://docs.spyder-ide.org/ (customized)
|
||||
* Tablib: http://docs.python-tablib.org/
|
||||
* urllib3: https://urllib3.readthedocs.io/ (customized)
|
||||
* Werkzeug: http://werkzeug.pocoo.org/docs/ (customized)
|
||||
@ -397,3 +398,14 @@ Theses produced using Sphinx
|
||||
* "Content Conditioning and Distribution for Dynamic Virtual Worlds":
|
||||
https://www.cs.princeton.edu/research/techreps/TR-941-12
|
||||
* "The Sphinx Thesis Resource": https://jterrace.github.io/sphinxtr/
|
||||
|
||||
Projects integrating Sphinx functionality
|
||||
-----------------------------------------
|
||||
|
||||
* *Read the Docs*, a software-as-a-service documentation hosting platform, uses
|
||||
Sphinx to automatically build documentation updates that are pushed to GitHub:
|
||||
https://readthedocs.org/
|
||||
|
||||
* *Spyder*, the Scientific Python Development Environment, uses Sphinx in its
|
||||
help pane to render rich documentation for functions, classes and methods
|
||||
automatically or on-demand: https://docs.spyder-ide.org/help.html
|
||||
|
Loading…
Reference in New Issue
Block a user