You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,7 @@
6
6
[![PyPI][pypi-badge]][pypi-link]
7
7
8
8
A sphinx extension that allows the documentation site-map (a.k.a Table of Contents) to be defined external to the documentation files.
9
+
As used by [Jupyter Book](https://jupyterbook.org)!
9
10
10
11
In normal Sphinx documentation, the documentation site-map is defined *via* a bottom-up approach - adding [`toctree` directives](https://www.sphinx-doc.org/en/master/usage/restructuredtext/directives.html#table-of-contents) within pages of the documentation.
Copy file name to clipboardExpand all lines: docs/intro.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,7 @@
1
1
# sphinx-external-toc
2
2
3
3
A sphinx extension that allows the documentation site-map (a.k.a Table of Contents) to be defined external to the documentation files.
4
+
As used by [Jupyter Book](https://jupyterbook.org)!
4
5
5
6
In normal Sphinx documentation, the documentation site-map is defined *via* a bottom-up approach - adding [`toctree` directives](https://www.sphinx-doc.org/en/master/usage/restructuredtext/directives.html#table-of-contents) within pages of the documentation.
0 commit comments