Skip to content

Commit

Permalink
chore: fix links and add new redirects
Browse files Browse the repository at this point in the history
  • Loading branch information
cpcloud committed May 28, 2024
1 parent 8d8f5db commit 425cb79
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docs/how-to/extending/unbound_expression.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ Because Ibis separates the transformation logic from the execution engine, you
can easily reuse the written transformation for another backend. Here we use
Polars as an example, but you can do the same for any of Ibis' 20+ supported
backends as long as that particular backend supports the operations
(see [the operation support matrix](../../support_matrix.qmd)).
(see [the operation support matrix](../../backends/support/matrix.qmd)).

```{python}
pl = ibis.polars.connect()
Expand Down
2 changes: 1 addition & 1 deletion docs/why.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,7 @@ Ibis already works well with machine learning libraries like:

{{< include ./_tabsets/install.qmd >}}

See the [backend support matrix](support_matrix.qmd) for details on operations
See the [backend support matrix](./backends/support/matrix.qmd) for details on operations
supported. [Open a feature
request](https://github.com/ibis-project/ibis/issues/new?assignees=&labels=feature&projects=&template=feature-request.yml&title=feat)
if you'd like to see support for an operation in a given backend. If the backend
Expand Down
9 changes: 5 additions & 4 deletions gen_redirects.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"/api/expressions/top_level/": "/reference/expressions/top_level/",
"/api/schemas/": "/reference/schemas/",
"/api/selectors/": "/reference/selectors/",
"/backends/": "/support_matrix",
"/backends/": "/backends/support/matrix",
"/backends/BigQuery/": "/backends/bigquery/",
"/backends/Clickhouse/": "/backends/clickhouse/",
"/backends/Dask/": "/backends/dask/",
Expand All @@ -87,8 +87,8 @@
"/backends/SQLite/": "/backends/sqlite/",
"/backends/Snowflake/": "/backends/snowflake/",
"/backends/Trino/": "/backends/trino/",
"/backends/_support_matrix/": "/support_matrix",
"/backends/support_matrix": "/support_matrix",
"/backends/_support_matrix/": "/backends/support/matrix",
"/backends/support_matrix": "/backends/support/matrix",
"/blog": "/posts",
"/blog/Ibis-version-3.0.0-release/": "/posts/Ibis-version-3.0.0-release/",
"/blog/Ibis-version-3.1.0-release/": "/posts/Ibis-version-3.1.0-release/",
Expand Down Expand Up @@ -118,7 +118,7 @@
"/concept/design/": "/concepts/internals",
"/concept/why_ibis/": "/why",
"/docs/": "/",
"/docs/dev/backends/support_matrix/": "/support_matrix",
"/docs/dev/backends/support_matrix/": "/backends/support/matrix",
"/docs/dev/contribute/01_environment/": "/contribute/01_environment",
"/docs/dev/release_notes/": "/release_notes",
"/getting_started/": "/tutorial/getting_started/",
Expand Down Expand Up @@ -154,6 +154,7 @@
"/reference/expressions/tables/": "/reference/expressions-tables",
"/reference/expressions/timestamps/": "/reference/expression-temporal",
"/reference/expressions/top_level/": "/reference/top_level",
"/support_matrix": "/backends/support/matrix",
"/tutorial/": "/tutorials/getting_started/",
"/tutorial/getting_started/": "/tutorials/getting_started",
"/tutorial/ibis-for-dplyr-users/": "/tutorials/ibis-for-dplyr-users/",
Expand Down

0 comments on commit 425cb79

Please sign in to comment.