mirror of
https://github.com/boostorg/python.git
synced 2026-01-19 04:22:16 +00:00
Fix id clash in hierarchical tocs.
This commit is contained in:
@@ -8,6 +8,7 @@ Welcome to the documentation of the Boost.Python NumPy extension!
|
||||
|
||||
.. toctree::
|
||||
:caption: Table of Contents
|
||||
:name: mastertoc
|
||||
:maxdepth: 2
|
||||
|
||||
Tutorial <tutorial/index>
|
||||
|
||||
@@ -3,6 +3,7 @@ Boost.Python NumPy extension Reference
|
||||
|
||||
.. toctree::
|
||||
:caption: Table of Contents
|
||||
:name: reftoc
|
||||
:maxdepth: 2
|
||||
|
||||
dtype
|
||||
|
||||
@@ -3,6 +3,7 @@ Boost.Python NumPy extension Tutorial
|
||||
|
||||
.. toctree::
|
||||
:caption: Table of Contents
|
||||
:name: tuttoc
|
||||
:maxdepth: 2
|
||||
|
||||
simple
|
||||
|
||||
Reference in New Issue
Block a user