8000 DOC: restore toctree maxdepth by jorisvandenbossche · Pull Request #25134 · pandas-dev/pandas · GitHub
[go: up one dir, main page]

Skip to content

DOC: restore toctree maxdepth #25134

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 7 commits into from
Mar 11, 2019
Merged
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
add comment in subsection toctrees to also update main manual toctree
  • Loading branch information
jorisvandenbossche committed Mar 11, 2019
commit 789e7c78b1d9454ba9acb51fe4ac9775ae1de598
3 changes: 3 additions & 0 deletions doc/source/development/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@
Development
===========

.. If you update this toctree, also update the manual toctree in the
main index.rst.template

.. toctree::
:maxdepth: 2

Expand Down
3 changes: 3 additions & 0 deletions doc/source/getting_started/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@
Getting started
===============

.. If you update this toctree, also update the manual toctree in the
main index.rst.template

.. toctree::
:maxdepth: 2

Expand Down
3 changes: 3 additions & 0 deletions doc/source/reference/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ public functions related to data types in pandas.

The ``pandas.core``, ``pandas.compat``, and ``pandas.util`` top-level modules are PRIVATE. Stable functionality in such modules is not guaranteed.

.. If you update this toctree, also update the manual toctree in the
main index.rst.template

.. toctree::
:maxdepth: 2

Expand Down
3 changes: 3 additions & 0 deletions doc/source/user_guide/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ Users brand-new to pandas should start with :ref:`10min`.
Further information on any specific method can be obtained in the
:ref:`api`.

.. If you update this toctree, also update the manual toctree in the
main index.rst.template

.. toctree::
:maxdepth: 2

Expand Down
0