2
0
mirror of https://github.com/boostorg/python.git synced 2026-02-02 21:12:15 +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 3c23f859fd
4 changed files with 23 additions and 16 deletions

View File

@@ -7,7 +7,6 @@ Welcome to the documentation of the Boost.Python NumPy extension!
=================================================================
.. toctree::
:caption: Table of Contents
: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