Skip to content
This repository was archived by the owner on Jun 28, 2021. It is now read-only.

Commit 308a89c

Browse files
committed
Included features
1 parent e511c14 commit 308a89c

File tree

1 file changed

+17
-19
lines changed

1 file changed

+17
-19
lines changed

README.rst

+17-19
Original file line numberDiff line numberDiff line change
@@ -46,25 +46,23 @@ Create an examples gallery with sphinx from Jupyter Notebooks
4646

4747
.. end-badges
4848
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/
6866

6967

7068

0 commit comments

Comments
 (0)