- Sponsor
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Loading status checks…
docs(python): Improve API reference landing page (#14888)
Co-authored-by: Stijn de Gooijer <[email protected]>
- rs-0.46.0
- rs-0.45.0.1
- rs-0.44.2
- rs-0.44.1
- rs-0.44.0
- rs-0.43.1
- rs-0.43.0
- rs-0.42.0
- rs-0.41.3
- rs-0.41.2
- rs-0.41.0
- rs-0.40.0
- rs-0.39.2
- rs-0.39.1
- rs-0.39.0
- rs-0.38.3
- py-1.24.0
- py-1.23.0
- py-1.22.0
- py-1.21.0
- py-1.20.0
- py-1.19.0
- py-1.18.0
- py-1.17.1
- py-1.17.0
- py-1.16.0
- py-1.15.0
- py-1.14.0
- py-1.13.1
- py-1.13.0
- py-1.12.0
- py-1.11.0
- py-1.10.0
- py-1.9.0
- py-1.8.2
- py-1.8.1
- py-1.8.0
- py-1.7.1
- py-1.7.0
- py-1.6.0
- py-1.5.0
- py-1.4.1
- py-1.4.0
- py-1.3.0
- py-1.2.1
- py-1.2.0
- py-1.1.0
- py-1.0.0
- py-1.0.0-rc.2
- py-1.0.0-rc.1
- py-1.0.0-beta.1
- py-1.0.0-alpha.1
- py-0.20.31
- py-0.20.30
- py-0.20.29
- py-0.20.28
- py-0.20.27
- py-0.20.26
- py-0.20.25
- py-0.20.24
- py-0.20.23
- py-0.20.22
- py-0.20.22-rc.1
- py-0.20.21
- py-0.20.20
- py-0.20.19
- py-0.20.18
- py-0.20.17
- py-0.20.16
- py-0.20.16-rc.1
1 parent
bc3acf3
commit 1d7b49e
Showing
16 changed files
with
204 additions
and
100 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -53,8 +53,8 @@ Other | |
:toctree: api/ | ||
:nosignatures: | ||
|
||
Boolean | ||
Binary | ||
Boolean | ||
Categorical | ||
Enum | ||
Null | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,108 @@ | ||
============= | ||
API reference | ||
============= | ||
|
||
This page gives an overview of all public polars objects, functions and | ||
methods. All classes and functions exposed in ``polars.*`` namespace are public. | ||
|
||
.. toctree:: | ||
:maxdepth: 2 | ||
|
||
io | ||
series/index | ||
dataframe/index | ||
lazyframe/index | ||
expressions/index | ||
selectors | ||
api | ||
functions | ||
datatypes | ||
config | ||
exceptions | ||
testing | ||
sql | ||
metadata | ||
==================== | ||
Python API reference | ||
==================== | ||
|
||
This page gives a high-level overview of all public Polars objects, functions and | ||
methods. All classes and functions exposed in the ``polars.*`` namespace are public. | ||
|
||
|
||
.. grid:: | ||
|
||
.. grid-item-card:: | ||
|
||
.. toctree:: | ||
:maxdepth: 2 | ||
|
||
dataframe/index | ||
|
||
.. grid-item-card:: | ||
|
||
.. toctree:: | ||
:maxdepth: 2 | ||
|
||
lazyframe/index | ||
|
||
.. grid-item-card:: | ||
|
||
.. toctree:: | ||
:maxdepth: 2 | ||
|
||
series/index | ||
|
||
|
||
.. grid:: | ||
|
||
.. grid-item-card:: | ||
|
||
.. toctree:: | ||
:maxdepth: 2 | ||
|
||
expressions/index | ||
selectors | ||
|
||
.. grid-item-card:: | ||
|
||
.. toctree:: | ||
:maxdepth: 2 | ||
|
||
functions | ||
|
||
.. grid-item-card:: | ||
|
||
.. toctree:: | ||
:maxdepth: 2 | ||
|
||
datatypes | ||
|
||
|
||
.. grid:: | ||
|
||
.. grid-item-card:: | ||
|
||
.. toctree:: | ||
:maxdepth: 2 | ||
|
||
io | ||
|
||
.. grid-item-card:: | ||
|
||
.. toctree:: | ||
:maxdepth: 2 | ||
|
||
config | ||
|
||
.. grid-item-card:: | ||
|
||
.. toctree:: | ||
:maxdepth: 2 | ||
|
||
api | ||
|
||
|
||
.. grid:: | ||
|
||
.. grid-item-card:: | ||
|
||
.. toctree:: | ||
:maxdepth: 2 | ||
|
||
sql | ||
|
||
.. grid-item-card:: | ||
|
||
.. toctree:: | ||
:maxdepth: 1 | ||
|
||
exceptions | ||
|
||
.. toctree:: | ||
:maxdepth: 2 | ||
|
||
testing | ||
|
||
.. grid-item-card:: | ||
|
||
.. toctree:: | ||
:maxdepth: 1 | ||
|
||
metadata |
Oops, something went wrong.