Skip to content

Commit dc8d68d

Browse files
committed
Fix id clash in hierarchical tocs.
1 parent 91512a9 commit dc8d68d

3 files changed

Lines changed: 3 additions & 0 deletions

File tree

doc/numpy/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ Welcome to the documentation of the Boost.Python NumPy extension!
88

99
.. toctree::
1010
:caption: Table of Contents
11+
:name: mastertoc
1112
:maxdepth: 2
1213

1314
Tutorial <tutorial/index>

doc/numpy/reference/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ Boost.Python NumPy extension Reference
33

44
.. toctree::
55
:caption: Table of Contents
6+
:name: reftoc
67
:maxdepth: 2
78

89
dtype

doc/numpy/tutorial/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ Boost.Python NumPy extension Tutorial
33

44
.. toctree::
55
:caption: Table of Contents
6+
:name: tuttoc
67
:maxdepth: 2
78

89
simple

0 commit comments

Comments
 (0)