-
Notifications
You must be signed in to change notification settings - Fork 132
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move index.rst content to index.ipynb
This reduces the duplication previously mentioned in the notebook. It also demonstrates the bi-directional communication between Jupyter notebooks and Sphinx achieved through the Notebook directive.
- Loading branch information
Showing
2 changed files
with
21 additions
and
35 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,3 @@ | ||
.. include:: ../README.rst | ||
|
||
All content shown below -- except for the section :doc:`rst` -- was | ||
generated from Jupyter notebooks. | ||
|
||
.. toctree:: | ||
:maxdepth: 3 | ||
:glob: | ||
|
||
usage.ipynb | ||
markdown-cells.ipynb | ||
code-cells.ipynb | ||
raw-cells.ipynb | ||
pre-executed.ipynb | ||
allow-errors.ipynb | ||
timeout.ipynb | ||
hidden-cells.ipynb | ||
subdir/* | ||
rst.rst | ||
links.ipynb | ||
|
||
.. only:: html | ||
|
||
There is also :ref:`orphan.ipynb`, just for the sake of it. | ||
.. notebook:: index.ipynb |