2
0
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:
Stefan Seefeld
2016-10-16 20:30:15 -04:00
parent 91512a971d
commit dc8d68d3fc
3 changed files with 3 additions and 0 deletions

View File

@@ -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>

View File

@@ -3,6 +3,7 @@ Boost.Python NumPy extension Reference
.. toctree::
:caption: Table of Contents
:name: reftoc
:maxdepth: 2
dtype

View File

@@ -3,6 +3,7 @@ Boost.Python NumPy extension Tutorial
.. toctree::
:caption: Table of Contents
:name: tuttoc
:maxdepth: 2
simple