-
-
Notifications
You must be signed in to change notification settings - Fork 2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: Minor improvements to the docs website (#12084)
- Loading branch information
Showing
8 changed files
with
54 additions
and
43 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
--- | ||
hide: | ||
- navigation | ||
--- | ||
|
||
# API reference | ||
|
||
The API reference contains detailed descriptions of all public functions and objects. | ||
It's the best place to look if you need information on a specific function. | ||
|
||
## Python | ||
|
||
The Python API reference is built using Sphinx. | ||
It's available on [GitHub Pages](https://pola-rs.github.io/polars/py-polars/html/reference/index.html). | ||
|
||
## Rust | ||
|
||
The Rust API reference is built using Cargo. | ||
It's available on [docs.rs](https://docs.rs/polars/latest/polars/). |
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,4 +1,5 @@ | ||
# Changelog | ||
|
||
This page is under construction. | ||
Please refer to our [GitHub releases](https://github.com/pola-rs/polars/releases) in the meantime. | ||
Polars uses GitHub to manage both Python and Rust releases. | ||
|
||
Refer to our [GitHub releases page](https://github.com/pola-rs/polars/releases) for the changelog associated with each new release. |
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 |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# About | ||
|
||
Polars releases an upgrade guide alongside each breaking release. | ||
This guide is intended to help you upgrade from an older Polars version to the new version. | ||
|
||
Each guide contains all breaking changes that were not previously deprecated, as well as any significant new deprecations. | ||
|
||
A full list of all changes is available in the [changelog](../changelog.md). | ||
|
||
!!! rust "Note" | ||
|
||
There is no upgrade guide yet for Rust releases. | ||
It will be added once the rate of breaking changes to the rust API slows down and a [deprecation policy](../../development/versioning.md#deprecation-period) is added. |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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