From 6fa4c810584c146fe442f6488168c64d1532fd26 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vedran=20Mileti=C4=87?= Date: Sat, 2 Feb 2019 22:20:56 +0100 Subject: [PATCH 1/2] Add more EXAMPLES --- EXAMPLES | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/EXAMPLES b/EXAMPLES index 2426c46e2..91d8e0287 100644 --- a/EXAMPLES +++ b/EXAMPLES @@ -18,6 +18,7 @@ Documentation using the alabaster theme * `Click `__ (customized) * `coala `__ (customized) * `CodePy `__ +* `Eve `__ * `Fabric `__ * `Fityk `__ * `Flask `__ @@ -110,6 +111,7 @@ Documentation using the classic theme Documentation using the sphinxdoc theme --------------------------------------- +* `ABRT `__ * `cartopy `__ * `Jython `__ * `Matplotlib `__ @@ -178,16 +180,20 @@ Documentation using sphinx_rtd_theme * `Databricks `__ (customized) * `Dataiku DSS `__ * `DNF `__ +* `Docutils `__ * `edX `__ * `Electrum `__ * `Elemental `__ * `ESWP3 `__ * `Ethereum Homestead `__ +* `Faker `__ * `Fidimag `__ * `Flake8 `__ +` `Flatpak `__ * `FluidDyn `__ * `Fluidsim `__ * `GeoNode `__ +* `Glances `__ * `Godot `__ * `Graylog `__ * `GPAW `__ (customized) @@ -201,6 +207,7 @@ Documentation using sphinx_rtd_theme * `Jupyter Notebook `__ * `Lasagne `__ * `latexindent.pl `__ +* `LimaCharlie.io `__ * `Linguistica `__ * `Linux kernel `__ * `MathJax `__ @@ -225,6 +232,7 @@ Documentation using sphinx_rtd_theme * `Phinx `__ * `phpMyAdmin `__ * `PROS `__ (customized) +* `Pushkin `__ * `Pweave `__ * `PyPy `__ * `python-sqlparse `__ @@ -236,6 +244,7 @@ Documentation using sphinx_rtd_theme * `Quex `__ * `Satchmo `__ * `Scapy `__ +* `SimGrid `__ * `SimPy `__ * `six `__ * `SlamData `__ @@ -249,19 +258,23 @@ Documentation using sphinx_rtd_theme * `Sublime Text Unofficial Documentation `__ * `SunPy `__ * `Sylius `__ +* `Syncthing `__ * `Tango Controls `__ (customized) * `Topshelf `__ * `Theano `__ * `ThreatConnect `__ * `Tuleap `__ * `TYPO3 `__ (customized) +* `Veyon `__ * `uWSGI `__ * `virtualenv `__ * `Wagtail `__ +* `Wazo `__ * `Web Application Attack and Audit Framework (w3af) `__ * `Weblate `__ * `x265 `__ * `ZeroNet `__ +* `Zulip `__ Documentation using sphinx_bootstrap_theme ------------------------------------------ @@ -301,6 +314,7 @@ Documentation using a custom theme or integrated in a website * `GHC - Glasgow Haskell Compiler `__ * `Guzzle `__ * `H2O.ai `__ +* `Heka `__ * `Istihza (Turkish Python documentation project) `__ * `Kombu `__ * `Lasso `__ @@ -378,6 +392,7 @@ Books produced using Sphinx * `"Mithril -- The fastest clientside MVC (Japanese)" `__ * `"Pioneers and Prominent Men of Utah" `__ * `"Pomodoro Technique Illustrated" (Japanese translation) `__ +* `"Professional Software Development" `__ * `"Python Professional Programming" (in Japanese) `__ * `"Python Professional Programming 2nd Edition" (in Japanese) `__ * `"Python Professional Programming 3rd Edition" (in Japanese) `__ From 877bcc23905dd199756e97db1985f0328898c6b3 Mon Sep 17 00:00:00 2001 From: Timotheus Kampik Date: Wed, 6 Feb 2019 21:55:25 +0100 Subject: [PATCH 2/2] refine proposed changes to EXAMPLES * Clarify: _Eve_ is not the programming language * Remove docutils, as the documentation example is built from a fork * Fix syntax glitch * Remove two examples that have not (yet) attracted significant traction --- EXAMPLES | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/EXAMPLES b/EXAMPLES index 91d8e0287..86b153812 100644 --- a/EXAMPLES +++ b/EXAMPLES @@ -18,7 +18,7 @@ Documentation using the alabaster theme * `Click `__ (customized) * `coala `__ (customized) * `CodePy `__ -* `Eve `__ +* `Eve `__ (Python REST API framework) * `Fabric `__ * `Fityk `__ * `Flask `__ @@ -180,7 +180,6 @@ Documentation using sphinx_rtd_theme * `Databricks `__ (customized) * `Dataiku DSS `__ * `DNF `__ -* `Docutils `__ * `edX `__ * `Electrum `__ * `Elemental `__ @@ -189,7 +188,7 @@ Documentation using sphinx_rtd_theme * `Faker `__ * `Fidimag `__ * `Flake8 `__ -` `Flatpak `__ +* `Flatpak `__ * `FluidDyn `__ * `Fluidsim `__ * `GeoNode `__ @@ -207,7 +206,6 @@ Documentation using sphinx_rtd_theme * `Jupyter Notebook `__ * `Lasagne `__ * `latexindent.pl `__ -* `LimaCharlie.io `__ * `Linguistica `__ * `Linux kernel `__ * `MathJax `__ @@ -269,7 +267,6 @@ Documentation using sphinx_rtd_theme * `uWSGI `__ * `virtualenv `__ * `Wagtail `__ -* `Wazo `__ * `Web Application Attack and Audit Framework (w3af) `__ * `Weblate `__ * `x265 `__