Skip to content

Commit

Permalink
DOC: Remove .ipynb suffix from "toctree"
Browse files Browse the repository at this point in the history
  • Loading branch information
mgeier committed Dec 22, 2018
1 parent a073355 commit 11a6e4d
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
22 changes: 11 additions & 11 deletions doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,18 @@ was generated from Jupyter notebooks.
:maxdepth: 3
:glob:

installation.ipynb
usage.ipynb
markdown-cells.ipynb
code-cells.ipynb
raw-cells.ipynb
hidden-cells.ipynb
executing-notebooks.ipynb
prolog-and-epilog.ipynb
custom-formats.ipynb
installation
usage
markdown-cells
code-cells
raw-cells
hidden-cells
executing-notebooks
prolog-and-epilog
custom-formats
subdir/*
a-normal-rst-file.rst
links.ipynb
a-normal-rst-file
links

.. only:: html

Expand Down
4 changes: 2 additions & 2 deletions doc/usage.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"\n",
"For an example, see this project's [conf.py](conf.py) file.\n",
"\n",
"Once your `conf.py` is in place, edit the file named `index.rst` and add the file names of your notebooks (with or without the `.ipynb` extension) to the [toctree](http://www.sphinx-doc.org/en/master/usage/restructuredtext/directives.html#directive-toctree) directive.\n",
"Once your `conf.py` is in place, edit the file named `index.rst` and add the file names of your notebooks (without the `.ipynb` extension) to the [toctree](http://www.sphinx-doc.org/en/master/usage/restructuredtext/directives.html#directive-toctree) directive.\n",
"For an example, see this project's [index.rst](index.rst) file."
]
},
Expand Down Expand Up @@ -371,7 +371,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.7.1"
"version": "3.7.2rc1"
}
},
"nbformat": 4,
Expand Down

0 comments on commit 11a6e4d

Please sign in to comment.