@@ -46,25 +46,23 @@ Create an examples gallery with sphinx from Jupyter Notebooks
46
46
47
47
.. end-badges
48
48
49
- Welcome! This sphinx extension provides some useful extensions to the Sphinxs
50
- autodoc _ extension. Those are
51
-
52
- 1. It creates a *Table of Contents * in the style of the autosummary _ extension
53
- with methods, classes, functions and attributes
54
- 2. As you can include the ``__init__ `` method documentation for via the
55
- autoclass_content _ configuration value,
56
- we provide the *autodata_content * configuration value to include
57
- the documentation from the ``__call__ `` method
58
- 3. You can exclude the string representation of specific objects. E.g. if you
59
- have a large dictionary using the *not_document_data * configuration
60
- value.
61
-
62
- See the `Documentation on Readthedocs `_ for more details.
63
-
64
- .. _autodoc : http://www.sphinx-doc.org/en/stable/ext/autodoc.html
65
- .. _autoclass_content : http://www.sphinx-doc.org/en/stable/ext/autodoc.html#confval-autoclass_content
66
- .. _autosummary : http://www.sphinx-doc.org/en/stable/ext/autosummary.html
67
- .. _Documentation on Readthedocs : http://sphinx-nbexamples.readthedocs.io/en/latest/
49
+ Welcome! Similarly to Oscar Najeras sphinx-gallery _ module, this module intends
50
+ to create an example gallery for your documentation. However, we don't use
51
+ python scripts, instead we create the example gallery out of a bunch of jupyter
52
+ notebooks using nbconvert.
53
+
54
+ This package can be used to
55
+
56
+ 1. Put all the examples you prepared in different notebooks in an pictured
57
+ gallery
58
+ 2. use the same html (sphinx) scheme for your examples that you are using for
59
+ your documentation
60
+ 3. Include the example notebooks in an offline (pdf) documentation
61
+ 4. Include not only the code, but also the link to required supplementary files
62
+ 5. Include a link to the `Jupyter nbviewer `_
63
+
64
+ .. _Jupyter nbviewer : https://nbviewer.jupyter.org
65
+ .. _sphinx-gallery : http://sphinx-gallery.readthedocs.org/en/latest/
68
66
69
67
70
68
0 commit comments