From dc8d68d3fc527513b761e525b046e3c89f49b7fd Mon Sep 17 00:00:00 2001 From: Stefan Seefeld Date: Sun, 16 Oct 2016 20:30:15 -0400 Subject: [PATCH] Fix id clash in hierarchical tocs. --- doc/numpy/index.rst | 1 + doc/numpy/reference/index.rst | 1 + doc/numpy/tutorial/index.rst | 1 + 3 files changed, 3 insertions(+) diff --git a/doc/numpy/index.rst b/doc/numpy/index.rst index 7882747c..776b3527 100644 --- a/doc/numpy/index.rst +++ b/doc/numpy/index.rst @@ -8,6 +8,7 @@ Welcome to the documentation of the Boost.Python NumPy extension! .. toctree:: :caption: Table of Contents + :name: mastertoc :maxdepth: 2 Tutorial diff --git a/doc/numpy/reference/index.rst b/doc/numpy/reference/index.rst index ea4d0485..8e39f1c8 100644 --- a/doc/numpy/reference/index.rst +++ b/doc/numpy/reference/index.rst @@ -3,6 +3,7 @@ Boost.Python NumPy extension Reference .. toctree:: :caption: Table of Contents + :name: reftoc :maxdepth: 2 dtype diff --git a/doc/numpy/tutorial/index.rst b/doc/numpy/tutorial/index.rst index 95e193df..d2d3bd94 100644 --- a/doc/numpy/tutorial/index.rst +++ b/doc/numpy/tutorial/index.rst @@ -3,6 +3,7 @@ Boost.Python NumPy extension Tutorial .. toctree:: :caption: Table of Contents + :name: tuttoc :maxdepth: 2 simple