Skip to content

Commit 7332717

Browse files
authored
docs: Fix typo (#21554)
1 parent 8f9e360 commit 7332717

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed

docs/source/development/contributing/index.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -234,8 +234,9 @@ your solution, feel free to open a draft pull request and ask for help.
234234
## Contributing to documentation
235235

236236
The most important components of Polars documentation are the
237-
[user guide](https://docs.pola.rs/user-guide/), the [API references](https://docs.pola.rs/api/), and
238-
the database of questions on [StackOverflow](https://stackoverflow.com/).
237+
[user guide](https://docs.pola.rs/user-guide/), the
238+
[API references](https://docs.pola.rs/api/python/stable/reference/index.html), and the database of
239+
questions on [StackOverflow](https://stackoverflow.com/).
239240

240241
### User guide
241242

docs/source/polars-cloud/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ pay for the resources you use in your own cloud environment.
4949

5050
## Cloud availability
5151

52-
Currently, Polars CLoud is available on AWS. Other cloud providers and on-premise solution is on the
52+
Currently, Polars Cloud is available on AWS. Other cloud providers and on-premise solution is on the
5353
roadmap and will become available in the upcoming months.
5454

5555
![AWS logo](https://raw.githubusercontent.com/pola-rs/polars-static/refs/heads/master/polars_cloud/aws-logo.svg)

docs/source/polars-cloud/run/distributed-engine.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ significantly reduced, allowing users to process at scale.
1111
<!-- dprint-ignore-start -->
1212

1313
!!! info "Distributed engine is in early stage"
14-
The distributed engine is in its very early development. It currently runs all [PDS-H benchmarks](https://github.com/pola-rs/polars-benchmark). Many operations are either unsupported or not yet optimized. Major performance improvements will be introduced in the near future. When a operation is not available in a distributed manner, Polars Cloud will run that operation on single node.
14+
The distributed engine is in its very early development. It currently runs all [PDS-H benchmarks](https://github.com/pola-rs/polars-benchmark). Major performance improvements will be introduced in the near future. When a operation is not available in a distributed manner, Polars Cloud will run that operation on single node.
1515

1616
<!-- dprint-ignore-end-->
1717

py-polars/docs/source/_templates/layout.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
data-project-name="Polars"
88
data-project-color="#0075FF"
99
data-project-logo="https://github.com/pola-rs/polars-static/blob/master/logos/polars_logo_blue_square_white_background.png?raw=true"
10-
data-modal-disclaimer="This is a custom LLM for Polars with access to all [documentation](https://docs.pola.rs) and the [API reference.](https://docs.pola.rs/api/)."
10+
data-modal-disclaimer="This is a custom LLM for Polars with access to all [documentation](https://docs.pola.rs) and the [API reference.](https://docs.pola.rs/api/python/stable/reference/index.html)."
1111
data-modal-example-questions="How can I execute a SQL query against Polars DataFrames?,Can you help me figure out how to read a CSV file using Polars?">
1212
</script>
1313
{% endblock %}

0 commit comments

Comments
 (0)