Skip to content

Commit 569ca46

Browse files
authored
Removed indentation in documentation (#54143)
1 parent 689a91a commit 569ca46

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

doc/source/reference/index.rst

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -11,18 +11,18 @@ methods. All classes and functions exposed in ``pandas.*`` namespace are public.
1111

1212
The following subpackages are public.
1313

14-
- ``pandas.errors``: Custom exception and warnings classes that are raised by pandas.
15-
- ``pandas.plotting``: Plotting public API.
16-
- ``pandas.testing``: Functions that are useful for writing tests involving pandas objects.
17-
- ``pandas.api.extensions``: Functions and classes for extending pandas objects.
18-
- ``pandas.api.indexers``: Functions and classes for rolling window indexers.
19-
- ``pandas.api.interchange``: DataFrame interchange protocol.
20-
- ``pandas.api.types``: Datatype classes and functions.
21-
- ``pandas.api.typing``: Classes that may be necessary for type-hinting. These are
22-
classes that are encountered as intermediate results but should not be
23-
instantiated directly by users. These classes are not to be confused with
24-
classes from the `pandas-stubs <https://github.com/pandas-dev/pandas-stubs>`_
25-
package which has classes in addition to those that occur in pandas for type-hinting.
14+
- ``pandas.errors``: Custom exception and warnings classes that are raised by pandas.
15+
- ``pandas.plotting``: Plotting public API.
16+
- ``pandas.testing``: Functions that are useful for writing tests involving pandas objects.
17+
- ``pandas.api.extensions``: Functions and classes for extending pandas objects.
18+
- ``pandas.api.indexers``: Functions and classes for rolling window indexers.
19+
- ``pandas.api.interchange``: DataFrame interchange protocol.
20+
- ``pandas.api.types``: Datatype classes and functions.
21+
- ``pandas.api.typing``: Classes that may be necessary for type-hinting.
22+
These are classes that are encountered as intermediate results but should not be instantiated
23+
directly by users. These classes are not to be confused with classes from the
24+
`pandas-stubs <https://github.com/pandas-dev/pandas-stubs>`_ package
25+
which has classes in addition to those that occur in pandas for type-hinting.
2626

2727
In addition, public functions in ``pandas.io`` and ``pandas.tseries`` submodules
2828
are mentioned in the documentation.
@@ -33,7 +33,7 @@ are mentioned in the documentation.
3333
The ``pandas.core``, ``pandas.compat``, and ``pandas.util`` top-level modules are PRIVATE. Stable functionality in such modules is not guaranteed.
3434

3535
.. If you update this toctree, also update the manual toctree in the
36-
main index.rst.template
36+
.. main index.rst.template
3737
3838
.. toctree::
3939
:maxdepth: 2

0 commit comments

Comments
 (0)