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
Deleted the note about this being a forked version with custom section numbering features. The README now focuses on the general description of the extension.
Copy file name to clipboardExpand all lines: README.md
-6Lines changed: 0 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,12 +5,6 @@
5
5
[![Code style: black][black-badge]][black-link]
6
6
[![PyPI][pypi-badge]][pypi-link]
7
7
8
-
> [!NOTE]
9
-
> Currently, this is a *forked* version of `sphinx-external-toc` that implements:
10
-
>
11
-
> - Section numbering styles (e.g. numerical, roman (upper/lower), alphabetic (upper/lower)) per any level in the ToC by providing a new option `style` per subtree.
12
-
> - The option to restart the upper level section numbering for each subtree for the selected numbering style by providing a new option `restart_numbering` per subtree.
13
-
14
8
A sphinx extension that allows the documentation site-map (a.k.a Table of Contents) to be defined external to the documentation files.
15
9
As used by default by [Jupyter Book](https://jupyterbook.org) (no need to manually add this extension to the extensions in `_config.yml` in a JupyterBook)!
0 commit comments