Skip to content

Commit

Permalink
docs(python): Add title to index page (#10539)
Browse files Browse the repository at this point in the history
  • Loading branch information
stinodego authored Aug 16, 2023
1 parent f1a80c1 commit 485a549
Show file tree
Hide file tree
Showing 9 changed files with 20 additions and 16 deletions.
10 changes: 10 additions & 0 deletions py-polars/docs/source/index.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
.. raw:: html

<div style="visibility: hidden;">

=====
Index
=====
.. raw:: html

</div>

.. toctree::
:maxdepth: 2
Expand Down
4 changes: 2 additions & 2 deletions py-polars/docs/source/reference/config.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
============
======
Config
============
======
.. currentmodule:: polars

Config options
Expand Down
4 changes: 2 additions & 2 deletions py-polars/docs/source/reference/expressions/meta.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
===========
====
Meta
===========
====

The following methods are available under the `expr.meta` attribute.

Expand Down
4 changes: 2 additions & 2 deletions py-polars/docs/source/reference/functions.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
=================
=========
Functions
=================
=========
.. currentmodule:: polars

Conversion
Expand Down
2 changes: 0 additions & 2 deletions py-polars/docs/source/reference/io.rst
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@

============
Input/output
============
.. currentmodule:: polars


CSV
~~~
.. autosummary::
Expand Down
1 change: 0 additions & 1 deletion py-polars/docs/source/reference/selectors.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
=========
Selectors
=========

.. currentmodule:: polars

Selectors allow for more intuitive selection of columns from :class:`DataFrame`
Expand Down
1 change: 0 additions & 1 deletion py-polars/docs/source/reference/sql.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

===
SQL
===
Expand Down
5 changes: 2 additions & 3 deletions py-polars/docs/source/reference/testing.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@

============
=======
Testing
============
=======
.. currentmodule:: polars


Expand Down
5 changes: 2 additions & 3 deletions py-polars/docs/source/reference/utils.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@

============
=====
Utils
============
=====
.. currentmodule:: polars

.. autosummary::
Expand Down

0 comments on commit 485a549

Please sign in to comment.