diff --git a/py-polars/docs/source/index.rst b/py-polars/docs/source/index.rst index edf7002e0130..7f0d0984d55e 100644 --- a/py-polars/docs/source/index.rst +++ b/py-polars/docs/source/index.rst @@ -1,3 +1,13 @@ +.. raw:: html + +
+ +===== +Index +===== +.. raw:: html + +
.. toctree:: :maxdepth: 2 diff --git a/py-polars/docs/source/reference/config.rst b/py-polars/docs/source/reference/config.rst index 123c5427dc60..42c9ef3b4653 100644 --- a/py-polars/docs/source/reference/config.rst +++ b/py-polars/docs/source/reference/config.rst @@ -1,6 +1,6 @@ -============ +====== Config -============ +====== .. currentmodule:: polars Config options diff --git a/py-polars/docs/source/reference/expressions/meta.rst b/py-polars/docs/source/reference/expressions/meta.rst index fca2e8583a34..c2bfed4728cf 100644 --- a/py-polars/docs/source/reference/expressions/meta.rst +++ b/py-polars/docs/source/reference/expressions/meta.rst @@ -1,6 +1,6 @@ -=========== +==== Meta -=========== +==== The following methods are available under the `expr.meta` attribute. diff --git a/py-polars/docs/source/reference/functions.rst b/py-polars/docs/source/reference/functions.rst index abf12b887598..83d72fcf0b89 100644 --- a/py-polars/docs/source/reference/functions.rst +++ b/py-polars/docs/source/reference/functions.rst @@ -1,6 +1,6 @@ -================= +========= Functions -================= +========= .. currentmodule:: polars Conversion diff --git a/py-polars/docs/source/reference/io.rst b/py-polars/docs/source/reference/io.rst index ae00950734a9..6c315f70929c 100644 --- a/py-polars/docs/source/reference/io.rst +++ b/py-polars/docs/source/reference/io.rst @@ -1,10 +1,8 @@ - ============ Input/output ============ .. currentmodule:: polars - CSV ~~~ .. autosummary:: diff --git a/py-polars/docs/source/reference/selectors.rst b/py-polars/docs/source/reference/selectors.rst index c69b960a275a..1a0a71a45541 100644 --- a/py-polars/docs/source/reference/selectors.rst +++ b/py-polars/docs/source/reference/selectors.rst @@ -1,7 +1,6 @@ ========= Selectors ========= - .. currentmodule:: polars Selectors allow for more intuitive selection of columns from :class:`DataFrame` diff --git a/py-polars/docs/source/reference/sql.rst b/py-polars/docs/source/reference/sql.rst index 6c5f3e802dfb..2b1c323e7148 100644 --- a/py-polars/docs/source/reference/sql.rst +++ b/py-polars/docs/source/reference/sql.rst @@ -1,4 +1,3 @@ - === SQL === diff --git a/py-polars/docs/source/reference/testing.rst b/py-polars/docs/source/reference/testing.rst index 67b36e9935c6..520ddda5480e 100644 --- a/py-polars/docs/source/reference/testing.rst +++ b/py-polars/docs/source/reference/testing.rst @@ -1,7 +1,6 @@ - -============ +======= Testing -============ +======= .. currentmodule:: polars diff --git a/py-polars/docs/source/reference/utils.rst b/py-polars/docs/source/reference/utils.rst index 264af8c8897f..0ee4d3a55054 100644 --- a/py-polars/docs/source/reference/utils.rst +++ b/py-polars/docs/source/reference/utils.rst @@ -1,7 +1,6 @@ - -============ +===== Utils -============ +===== .. currentmodule:: polars .. autosummary::