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