forked from sphinx-doc/sphinx
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathEXAMPLES
725 lines (686 loc) · 20.7 KB
/
EXAMPLES
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
Projects using Sphinx
=====================
This is an (incomplete) alphabetic list of projects that use Sphinx or
are experimenting with using it for their documentation. If you like to
be included, please mail to `the Google group
<https://groups.google.com/forum/#!forum/sphinx-users>`_.
I've grouped the list into sections to make it easier to find
interesting examples.
Documentation using the alabaster theme
---------------------------------------
* `Alabaster`__
* `Blinker`__
* `Calibre`__
* `Click`__ (customized)
* `coala`__ (customized)
* `CodePy`__
* `Fabric`__
* `Fityk`__
* `Flask`__
* `Flask-OpenID`__
* `Invoke`__
* `Jinja`__
* `Lino`__ (customized)
* `marbl`__
* `MDAnalysis`__ (customized)
* `MeshPy`__
* `PyCUDA`__
* `PyOpenCL`__
* `PyLangAcq`__
* `pytest`__ (customized)
* `python-apt`__
* `PyVisfile`__
* `Requests`__
* `searx`__
* `Spyder`__ (customized)
* `Tablib`__
* `urllib3`__ (customized)
* `Werkzeug`__ (customized)
__ https://alabaster.readthedocs.io/
__ https://pythonhosted.org/blinker/
__ https://manual.calibre-ebook.com/
__ http://click.pocoo.org/
__ https://docs.coala.io/
__ https://documen.tician.de/codepy/
__ http://docs.fabfile.org/
__ http://fityk.nieto.pl/
__ http://flask.pocoo.org/docs/
__ https://pythonhosted.org/Flask-OpenID/
__ http://docs.pyinvoke.org/
__ http://jinja.pocoo.org/docs/
__ http://www.lino-framework.org/
__ https://getmarbl.readthedocs.io/
__ http://www.mdanalysis.org/docs/
__ https://documen.tician.de/meshpy/
__ https://documen.tician.de/pycuda/
__ https://documen.tician.de/pyopencl/
__ http://pylangacq.org/
__ https://docs.pytest.org/
__ https://apt.alioth.debian.org/python-apt-doc/
__ https://documen.tician.de/pyvisfile/
__ http://www.python-requests.org/
__ https://asciimoo.github.io/searx/
__ https://docs.spyder-ide.org/
__ http://docs.python-tablib.org/
__ https://urllib3.readthedocs.io/
__ http://werkzeug.pocoo.org/docs/
Documentation using the classic theme
-------------------------------------
* `Advanced Generic Widgets`__ (customized)
* `Apache CouchDB`__ (customized)
* `APSW`__
* `Arb`__
* `Bazaar`__ (customized)
* `Beautiful Soup`__
* `Blender`__
* `Bugzilla`__
* `Buildbot`__
* `CMake`__ (customized)
* `Chaco`__ (customized)
* `Cormoran`__
* `DEAP`__ (customized)
* `Director`__
* `EZ-Draw`__ (customized)
* `F2py`__
* `Generic Mapping Tools (GMT)`__ (customized)
* `Genomedata`__
* `GetFEM++`__ (customized)
* `Glasgow Haskell Compiler`__ (customized)
* `Grok`__ (customized)
* `GROMACS`__
* `GSL Shell`__
* `Hands-on Python Tutorial`__
* `Kaa`__ (customized)
* `Leo`__
* `LEPL`__ (customized)
* `Mayavi`__ (customized)
* `MediaGoblin`__ (customized)
* `mpmath`__
* `OpenCV`__ (customized)
* `OpenEXR`__
* `OpenGDA`__
* `Peach^3`__ (customized)
* `Plone`__ (customized)
* `PyEMD`__
* `Pyevolve`__
* `Pygame`__ (customized)
* `PyMQI`__
* `PyQt4`__ (customized)
* `PyQt5`__ (customized)
* `Python 2`__
* `Python 3`__ (customized)
* `Python Packaging Authority`__ (customized)
* `Ring programming language`__ (customized)
* `SageMath`__ (customized)
* `Segway`__
* `simuPOP`__ (customized)
* `Sprox`__ (customized)
* `SymPy`__
* `TurboGears`__ (customized)
* `tvtk`__
* `Varnish`__ (customized, alabaster for index)
* `Waf`__
* `wxPython Phoenix`__ (customized)
* `z3c`__
* `zc.async`__ (customized)
* `Zope`__ (customized)
__ http://xoomer.virgilio.it/infinity77/AGW_Docs/
__ http://docs.couchdb.org/
__ https://rogerbinns.github.io/apsw/
__ http://arblib.org/
__ http://doc.bazaar.canonical.com/
__ https://www.crummy.com/software/BeautifulSoup/bs4/doc/
__ https://docs.blender.org/api/current/
__ https://bugzilla.readthedocs.io/
__ https://docs.buildbot.net/latest/
__ https://cmake.org/documentation/
__ http://docs.enthought.com/chaco/
__ http://cormoran.nhopkg.org/docs/
__ https://deap.readthedocs.io/
__ https://pythonhosted.org/director/
__ https://pageperso.lif.univ-mrs.fr/~edouard.thiel/ez-draw/doc/en/html/ez-manual.html
__ http://f2py.sourceforge.net/docs/
__ http://gmt.soest.hawaii.edu/doc/latest/
__ https://noble.gs.washington.edu/proj/genomedata/doc/1.3.3/
__ http://getfem.org/
__ https://downloads.haskell.org/~ghc/latest/docs/html/users_guide/
__ http://grok.zope.org/doc/current/
__ http://manual.gromacs.org/documentation/
__ http://www.nongnu.org/gsl-shell/
__ http://anh.cs.luc.edu/python/hands-on/3.1/handsonHtml/
__ http://api.freevo.org/kaa-base/
__ http://leoeditor.com/
__ http://www.acooke.org/lepl/
__ http://docs.enthought.com/mayavi/mayavi/
__ https://mediagoblin.readthedocs.io/
__ http://mpmath.org/doc/current/
__ http://docs.opencv.org/
__ http://excamera.com/articles/26/doc/index.html
__ http://www.opengda.org/gdadoc/html/
__ https://peach3.nl/doc/latest/userdoc/
__ https://docs.plone.org/
__ https://pyemd.readthedocs.io/
__ http://pyevolve.sourceforge.net/
__ https://www.pygame.org/docs/
__ https://pythonhosted.org/pymqi/
__ http://pyqt.sourceforge.net/Docs/PyQt4/
__ http://pyqt.sourceforge.net/Docs/PyQt5/
__ https://docs.python.org/2/
__ https://docs.python.org/3/
__ https://www.pypa.io/
__ http://ring-lang.sourceforge.net/doc/
__ https://doc.sagemath.org/
__ http://noble.gs.washington.edu/proj/segway/doc/1.1.0/segway.html
__ http://simupop.sourceforge.net/manual_release/build/userGuide.html
__ http://sprox.org/
__ http://docs.sympy.org/
__ https://turbogears.readthedocs.io/
__ http://docs.enthought.com/mayavi/tvtk/
__ https://www.varnish-cache.org/docs/
__ https://waf.io/apidocs/
__ https://wxpython.org/Phoenix/docs/html/main.html
__ http://www.ibiblio.org/paulcarduner/z3ctutorial/
__ https://pythonhosted.org/zc.async/
__ https://docs.zope.org/zope2/
Documentation using the sphinxdoc theme
---------------------------------------
* `cartopy`__
* `Jython`__
* `Matplotlib`__
* `MDAnalysis Tutorial`__
* `NetworkX`__
* `PyCantonese`__
* `Pyre`__
* `pySPACE`__
* `Pysparse`__
* `PyTango`__
* `Python Wild Magic`__ (customized)
* `Reteisi`__ (customized)
* `Sqlkit`__ (customized)
* `Turbulenz`__
__ http://scitools.org.uk/cartopy/docs/latest/
__ http://www.jython.org/docs/
__ https://matplotlib.org/
__ http://www.mdanalysis.org/MDAnalysisTutorial/
__ https://networkx.github.io/
__ http://pycantonese.org/
__ http://docs.danse.us/pyre/sphinx/
__ https://pyspace.github.io/pyspace/
__ http://pysparse.sourceforge.net/
__ http://www.esrf.eu/computing/cs/tango/tango_doc/kernel_doc/pytango/latest/
__ https://vmlaker.github.io/pythonwildmagic/
__ http://www.reteisi.org/contents.html
__ http://sqlkit.argolinux.org/
__ http://docs.turbulenz.com/
Documentation using the nature theme
------------------------------------
* `Alembic`__
* `Cython`__
* `easybuild`__
* `jsFiddle`__
* `libLAS`__ (customized)
* `Lmod`__
* `MapServer`__ (customized)
* `Pandas`__
* `pyglet`__ (customized)
* `Setuptools`__
* `Spring Python`__
* `StatsModels`__ (customized)
* `Sylli`__
__ http://alembic.zzzcomputing.com/
__ http://docs.cython.org/
__ https://easybuild.readthedocs.io/
__ http://doc.jsfiddle.net/
__ https://www.liblas.org/
__ https://lmod.readthedocs.io/
__ http://mapserver.org/
__ https://pandas.pydata.org/pandas-docs/stable/
__ https://pyglet.readthedocs.io/
__ https://setuptools.readthedocs.io/
__ https://docs.spring.io/spring-python/1.2.x/sphinx/html/
__ http://www.statsmodels.org/
__ http://sylli.sourceforge.net/
Documentation using another builtin theme
-----------------------------------------
* `Breathe`__ (haiku)
* `MPipe`__ (sphinx13)
* `NLTK`__ (agogo)
* `Programmieren mit PyGTK und Glade (German)`__ (agogo, customized)
* `PyPubSub`__ (bizstyle)
* `Pylons`__ (pyramid)
* `Pyramid web framework`__ (pyramid)
* `Sphinx`__ (sphinx13) :-)
* `Valence`__ (haiku, customized)
__ https://breathe.readthedocs.io/
__ https://vmlaker.github.io/mpipe/
__ http://www.nltk.org/
__ http://www.florian-diesch.de/doc/python-und-glade/online/
__ https://pypubsub.readthedocs.io/
__ http://docs.pylonsproject.org/projects/pylons-webframework/
__ https://docs.pylonsproject.org/projects/pyramid/
__ http://www.sphinx-doc.org/
__ http://docs.valence.desire2learn.com/
Documentation using sphinx_rtd_theme
------------------------------------
* `Annotator`__
* `Ansible`__ (customized)
* `Arcade`__
* `aria2`__
* `ASE`__
* `Autofac`__
* `BigchainDB`__
* `Blocks`__
* `bootstrap-datepicker`__
* `Certbot`__
* `Chainer`__ (customized)
* `CherryPy`__
* `CodeIgniter`__
* `Conda`__
* `Corda`__
* `Dask`__
* `Databricks`__ (customized)
* `Dataiku DSS`__
* `edX`__
* `Electrum`__
* `Elemental`__
* `ESWP3`__
* `Ethereum Homestead`__
* `Fidimag`__
* `Flake8`__
* `GeoNode`__
* `Godot`__
* `Graylog`__
* `GPAW`__ (customized)
* `HDF5 for Python (h5py)`__
* `Hyperledger Fabric`__
* `Hyperledger Sawtooth`__
* `IdentityServer`__
* `Idris`__
* `javasphinx`__
* `Julia`__
* `Jupyter Notebook`__
* `Lasagne`__
* `latexindent.pl`__
* `Linguistica`__
* `Linux kernel`__
* `MathJax`__
* `MDTraj`__ (customized)
* `MICrobial Community Analysis (micca)`__
* `MicroPython`__
* `Minds`__ (customized)
* `Mink`__
* `Mockery`__
* `mod_wsgi`__
* `MoinMoin`__
* `Mopidy`__
* `MyHDL`__
* `Nextflow`__
* `NICOS`__ (customized)
* `Pelican`__
* `picamera`__
* `Pillow`__
* `pip`__
* `Paver`__
* `peewee`__
* `Phinx`__
* `phpMyAdmin`__
* `PROS`__ (customized)
* `Pweave`__
* `PyPy`__
* `python-sqlparse`__
* `PyVISA`__
* `Read The Docs`__
* `Free your information from their silos (French)`__ (customized)
* `Releases Sphinx extension`__
* `Qtile`__
* `Quex`__
* `Satchmo`__
* `Scapy`__
* `SimPy`__
* `SlamData`__
* `Solidity`__
* `Sonos Controller (SoCo)`__
* `Sphinx AutoAPI`__
* `sphinx-argparse`__
* `Sphinx-Gallery`__ (customized)
* `SpotBugs`__
* `StarUML`__
* `Sublime Text Unofficial Documentation`__
* `SunPy`__
* `Sylius`__
* `Tango Controls`__ (customized)
* `Topshelf`__
* `Theano`__
* `ThreatConnect`__
* `Tuleap`__
* `TYPO3`__ (customized)
* `uWSGI`__
* `Wagtail`__
* `Web Application Attack and Audit Framework (w3af)`__
* `Weblate`__
* `x265`__
* `ZeroNet`__
__ http://docs.annotatorjs.org/
__ https://docs.ansible.com/
__ http://arcade.academy/
__ https://aria2.github.io/manual/en/html/
__ https://wiki.fysik.dtu.dk/ase/
__ http://docs.autofac.org/
__ https://docs.bigchaindb.com/
__ https://blocks.readthedocs.io/
__ https://bootstrap-datepicker.readthedocs.io/
__ https://letsencrypt.readthedocs.io/
__ https://docs.chainer.org/
__ http://docs.cherrypy.org/
__ https://www.codeigniter.com/user_guide/
__ https://conda.io/docs/
__ https://docs.corda.net/
__ https://dask.pydata.org/
__ https://docs.databricks.com/
__ https://doc.dataiku.com/
__ http://docs.edx.org/
__ http://docs.electrum.org/
__ http://libelemental.org/documentation/dev/
__ https://eswp3.readthedocs.io/
__ http://www.ethdocs.org/
__ https://fidimag.readthedocs.io/
__ http://flake8.pycqa.org/
__ http://docs.geonode.org/
__ https://godot.readthedocs.io/
__ http://docs.graylog.org/
__ https://wiki.fysik.dtu.dk/gpaw/
__ http://docs.h5py.org/
__ https://hyperledger-fabric.readthedocs.io/
__ https://intelledger.github.io/
__ http://docs.identityserver.io/
__ http://docs.idris-lang.org/
__ https://bronto-javasphinx.readthedocs.io/
__ https://julia.readthedocs.io/
__ https://jupyter-notebook.readthedocs.io/
__ https://lasagne.readthedocs.io/
__ https://latexindentpl.readthedocs.io/
__ https://linguistica-uchicago.github.io/lxa5/
__ https://www.kernel.org/doc/html/latest/index.html
__ https://docs.mathjax.org/
__ http://mdtraj.org/latest/
__ http://micca.org/docs/latest/
__ https://docs.micropython.org/
__ https://www.minds.org/docs/
__ http://mink.behat.org/
__ http://docs.mockery.io/
__ https://modwsgi.readthedocs.io/
__ https://moin-20.readthedocs.io/
__ https://docs.mopidy.com/
__ http://docs.myhdl.org/
__ https://www.nextflow.io/docs/latest/index.html
__ https://forge.frm2.tum.de/nicos/doc/nicos-master/
__ http://docs.getpelican.com/
__ https://picamera.readthedocs.io/
__ https://pillow.readthedocs.io/
__ https://pip.pypa.io/
__ https://paver.readthedocs.io/
__ http://docs.peewee-orm.com/
__ http://docs.phinx.org/
__ https://docs.phpmyadmin.net/
__ https://pros.cs.purdue.edu/v5/
__ http://mpastell.com/pweave/
__ http://doc.pypy.org/
__ https://sqlparse.readthedocs.io/
__ https://pyvisa.readthedocs.io/
__ https://docs.readthedocs.io/
__ http://redaction-technique.org/
__ https://releases.readthedocs.io/
__ http://docs.qtile.org/
__ http://quex.sourceforge.net/doc/html/main.html
__ http://docs.satchmoproject.com/
__ https://scapy.readthedocs.io/
__ http://simpy.readthedocs.io/
__ http://docs.slamdata.com/
__ https://solidity.readthedocs.io/
__ http://docs.python-soco.com/
__ https://sphinx-autoapi.readthedocs.io/
__ https://sphinx-argparse.readthedocs.io/
__ https://sphinx-gallery.readthedocs.io/
__ https://spotbugs.readthedocs.io/
__ http://docs.staruml.io/
__ http://docs.sublimetext.info/
__ http://docs.sunpy.org/
__ http://docs.sylius.org/
__ https://tango-controls.readthedocs.io/
__ http://docs.topshelf-project.com/
__ http://www.deeplearning.net/software/theano/
__ https://docs.threatconnect.com/
__ https://tuleap.net/doc/en/
__ https://docs.typo3.org/
__ https://uwsgi-docs.readthedocs.io/
__ http://docs.wagtail.io/
__ http://docs.w3af.org/
__ https://docs.weblate.org/
__ https://x265.readthedocs.io/
__ https://zeronet.readthedocs.io/
Documentation using sphinx_bootstrap_theme
------------------------------------------
* `Bootstrap Theme`__
* `C/C++ Software Development with Eclipse`__
* `Dataverse`__
* `e-cidadania`__
* `Hangfire`__
* `Hedge`__
* `ObsPy`__
* `Open Dylan`__
* `Pootle`__
* `PyUblas`__
* `seaborn`__
__ https://ryan-roemer.github.io/sphinx-bootstrap-theme/
__ http://eclipsebook.in/
__ http://guides.dataverse.org/
__ https://e-cidadania.readthedocs.io/
__ http://docs.hangfire.io/
__ https://documen.tician.de/hedge/
__ https://docs.obspy.org/
__ https://opendylan.org/documentation/
__ http://docs.translatehouse.org/projects/pootle/
__ https://documen.tician.de/pyublas/
__ https://seaborn.pydata.org/
Documentation using a custom theme or integrated in a website
-------------------------------------------------------------
* `Apache Cassandra`__
* `Astropy`__
* `Bokeh`__
* `Boto 3`__
* `CakePHP`__
* `CasperJS`__
* `Ceph`__
* `Chef`__
* `CKAN`__
* `Confluent Platform`__
* `Django`__
* `Doctrine`__
* `Enterprise Toolkit for Acrobat products`__
* `Gameduino`__
* `gensim`__
* `GeoServer`__
* `gevent`__
* `GHC - Glasgow Haskell Compiler`__
* `Guzzle`__
* `H2O.ai`__
* `Istihza (Turkish Python documentation project)`__
* `Kombu`__
* `Lasso`__
* `Mako`__
* `MirrorBrain`__
* `MongoDB`__
* `Music21`__
* `MyHDL`__
* `nose`__
* `ns-3`__
* `NumPy`__
* `ObjectListView`__
* `OpenERP`__
* `OpenCV`__
* `OpenLayers`__
* `OpenTURNS`__
* `Open vSwitch`__
* `PlatformIO`__
* `PyEphem`__
* `Pygments`__
* `Plone User Manual (German)`__
* `PSI4`__
* `PyMOTW`__
* `python-aspectlib`__ (`sphinx_py3doc_enhanced_theme <https://pypi.org/project/sphinx_py3doc_enhanced_theme/>`__)
* `QGIS`__
* `qooxdoo`__
* `Roundup`__
* `SaltStack`__
* `scikit-learn`__
* `SciPy`__
* `Scrapy`__
* `Seaborn`__
* `Selenium`__
* `Self`__
* `Substance D`__
* `Sulu`__
* `SQLAlchemy`__
* `tinyTiM`__
* `Twisted`__
* `Ubuntu Packaging Guide`__
* `WebFaction`__
* `WTForms`__
__ https://cassandra.apache.org/doc/
__ http://docs.astropy.org/
__ https://bokeh.pydata.org/
__ https://boto3.readthedocs.io/
__ https://book.cakephp.org/
__ http://docs.casperjs.org/
__ http://docs.ceph.com/docs/master/
__ https://docs.chef.io/
__ http://docs.ckan.org/
__ http://docs.confluent.io/
__ https://docs.djangoproject.com/
__ http://docs.doctrine-project.org/
__ https://www.adobe.com/devnet-docs/acrobatetk/
__ http://excamera.com/sphinx/gameduino/
__ https://radimrehurek.com/gensim/
__ http://docs.geoserver.org/
__ http://www.gevent.org/
__ http://downloads.haskell.org/~ghc/master/users-guide/
__ http://docs.guzzlephp.org/en/stable/
__ http://docs.h2o.ai/
__ https://belgeler.yazbel.com/python-istihza/
__ http://docs.kombu.me/
__ http://lassoguide.com/
__ http://docs.makotemplates.org/
__ http://mirrorbrain.org/docs/
__ https://docs.mongodb.com/
__ http://web.mit.edu/music21/doc/
__ http://docs.myhdl.org/en/latest/
__ https://nose.readthedocs.io/
__ https://www.nsnam.org/documentation/
__ https://docs.scipy.org/doc/numpy/reference/
__ http://objectlistview.sourceforge.net/python/
__ https://doc.odoo.com/
__ http://docs.opencv.org/
__ http://docs.openlayers.org/
__ http://openturns.github.io/openturns/master/
__ http://docs.openvswitch.org/
__ http://docs.platformio.org/
__ http://rhodesmill.org/pyephem/
__ http://pygments.org/docs/
__ https://www.hasecke.com/plone-benutzerhandbuch/4.0/
__ http://www.psicode.org/psi4manual/master/index.html
__ https://pymotw.com/2/
__ https://python-aspectlib.readthedocs.io/
__ https://qgis.org/en/docs/index.html
__ http://www.qooxdoo.org/current/
__ http://www.roundup-tracker.org/
__ https://docs.saltstack.com/
__ http://scikit-learn.org/stable/
__ https://docs.scipy.org/doc/scipy/refrence/
__ https://doc.scrapy.org/
__ https://seaborn.pydata.org/
__ http://docs.seleniumhq.org/docs/
__ http://www.selflanguage.org/
__ https://docs.pylonsproject.org/projects/substanced/
__ http://docs.sulu.io/
__ https://docs.sqlalchemy.org/
__ http://tinytim.sourceforge.net/docs/2.0/
__ http://twistedmatrix.com/documents/current/
__ http://packaging.ubuntu.com/html/
__ https://docs.webfaction.com/
__ https://wtforms.readthedocs.io/
Homepages and other non-documentation sites
-------------------------------------------
* `Arizona State University PHY494/PHY598/CHM598 Simulation approaches to Bio-and Nanophysics`__ (classic)
* `Benoit Boissinot`__ (classic, customized)
* `Computer Networks, Parallelization, and Simulation Laboratory (CNPSLab)`__ (sphinx_rtd_theme)
* `Deep Learning Tutorials`__ (sphinxdoc)
* `Loyola University Chicago COMP 339-439 Distributed Systems course`__ (sphinx_bootstrap_theme)
* `Pylearn2`__ (sphinxdoc, customized)
* `PyXLL`__ (sphinx_bootstrap_theme, customized)
* `SciPy Cookbook`__ (sphinx_rtd_theme)
* `The Wine Cellar Book`__ (sphinxdoc)
* `Thomas Cokelaer's Python, Sphinx and reStructuredText tutorials`__ (standard)
* `UC Berkeley ME233 Advanced Control Systems II course`__ (sphinxdoc)
__ https://becksteinlab.physics.asu.edu/pages/courses/2013/SimBioNano/
__ https://bboissin.appspot.com/
__ https://lab.miletic.net/
__ http://www.deeplearning.net/tutorial/
__ http://books.cs.luc.edu/distributedsystems/
__ http://www.deeplearning.net/software/pylearn2/
__ https://www.pyxll.com/
__ https://scipy-cookbook.readthedocs.io/
__ https://www.thewinecellarbook.com/doc/en/
__ http://thomas-cokelaer.info/tutorials/
__ https://berkeley-me233.github.io/
Books produced using Sphinx
---------------------------
* `"Die Wahrheit des Sehens. Der DEKALOG von Krzysztof Kieślowski"`__
* `"Expert Python Programming"`__
* `"Expert Python Programming" (Japanese translation)`__
* `"The Hitchhiker's Guide to Python"`__
* `"LassoGuide"`__
* `"Learning Sphinx" (in Japanese)`__
* `"Mercurial: the definitive guide (Second edition)"`__
* `"Pioneers and Prominent Men of Utah"`__
* `"Pomodoro Technique Illustrated" (Japanese translation)`__
* `"Python Professional Programming" (in Japanese)`__
* `"Redmine Primer 5th Edition (in Japanese)"`__
* `"The repoze.bfg Web Application Framework"`__
* `"Simple and Steady Way of Learning for Software Engineering" (in Japanese)`__
* `"Software-Dokumentation mit Sphinx"`__
* `"Theoretical Physics Reference"`__
* `"The Varnish Book"`__
__ https://literatur.hasecke.com/post/die-wahrheit-des-sehens-dekalog-kieslowski/
__ https://www.packtpub.com/application-development/expert-python-programming
__ https://www.amazon.co.jp/dp/4048686291/
__ http://docs.python-guide.org/en/latest/
__ http://www.lassosoft.com/Lasso-Documentation
__ https://www.oreilly.co.jp/books/9784873116488/
__ https://book.mercurial-scm.org/
__ http://pioneers.rstebbing.com/
__ https://www.amazon.co.jp/dp/4048689525/
__ http://www.amazon.co.jp/dp/4798032948/
__ https://www.shuwasystem.co.jp/products/7980html/4825.html
__ https://www.amazon.com/repoze-bfg-Web-Application-Framework-Version/dp/0615345379
__ https://www.amazon.co.jp/dp/477414259X/
__ https://www.amazon.de/dp/1497448689/
__ http://www.theoretical-physics.net/
__ https://info.varnish-software.com/the-varnish-book
Theses produced using Sphinx
----------------------------
* `"A Web-Based System for Comparative Analysis of OpenStreetMap Data by the Use
of CouchDB"`__
* `"Content Conditioning and Distribution for Dynamic Virtual Worlds"`__
* `"The Sphinx Thesis Resource"`__
__ https://www.yumpu.com/et/document/view/11722645/masterthesis-markusmayr-0542042
__ https://www.cs.princeton.edu/research/techreps/TR-941-12
__ 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
* `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://readthedocs.org/
__ https://docs.spyder-ide.org/help.html