Skip to content

Commit

Permalink
docs: fix setuptools extra install style
Browse files Browse the repository at this point in the history
  • Loading branch information
cpcloud committed Sep 9, 2023
1 parent 5002d9f commit d9ab537
Show file tree
Hide file tree
Showing 17 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion docs/backends/bigquery.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Install Ibis and dependencies for the BigQuery backend:

## `pip`

Install with the BigQuery extra:
Install with the `bigquery` extra:

```{.bash}
pip install 'ibis-framework[bigquery]'
Expand Down
2 changes: 1 addition & 1 deletion docs/backends/clickhouse.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Install Ibis and dependencies for the ClickHouse backend:

## `pip`

Install with the ClickHouse extra:
Install with the `clickhouse` extra:

```{.bash}
pip install 'ibis-framework[clickhouse]'
Expand Down
2 changes: 1 addition & 1 deletion docs/backends/dask.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Install Ibis and dependencies for the Dask backend:

## `pip`

Install with the Dask extra:
Install with the `dask` extra:

```{.bash}
pip install 'ibis-framework[dask]'
Expand Down
2 changes: 1 addition & 1 deletion docs/backends/datafusion.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Install Ibis and dependencies for the Apache DataFusion backend:

## `pip`

Install with the Apache DataFusion extra:
Install with the Apache `datafusion` extra:

```{.bash}
pip install 'ibis-framework[datafusion]'
Expand Down
2 changes: 1 addition & 1 deletion docs/backends/druid.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Install Ibis and dependencies for the Druid backend:

## `pip`

Install with the Druid extra:
Install with the `druid` extra:

```{.bash}
pip install 'ibis-framework[druid]'
Expand Down
2 changes: 1 addition & 1 deletion docs/backends/duckdb.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Install Ibis and dependencies for the DuckDB backend:

## `pip`

Install with the DuckDB extra:
Install with the `duckdb` extra:

```{.bash}
pip install 'ibis-framework[duckdb]'
Expand Down
2 changes: 1 addition & 1 deletion docs/backends/impala.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Install Ibis and dependencies for the Impala backend:

## `pip`

Install with the Impala extra:
Install with the `impala` extra:

```{.bash}
pip install 'ibis-framework[impala]'
Expand Down
2 changes: 1 addition & 1 deletion docs/backends/mssql.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Install Ibis and dependencies for the MSSQL backend:

## `pip`

Install with the MSSQL extra:
Install with the `mssql` extra:

```{.bash}
pip install 'ibis-framework[mssql]'
Expand Down
2 changes: 1 addition & 1 deletion docs/backends/mysql.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Install Ibis and dependencies for the MySQL backend:

## `pip`

Install with the MySQL extra:
Install with the `mysql` extra:

```{.bash}
pip install 'ibis-framework[mysql]'
Expand Down
2 changes: 1 addition & 1 deletion docs/backends/oracle.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Install Ibis and dependencies for the Oracle backend:

## `pip`

Install with the Oracle extra:
Install with the `oracle` extra:

```{.bash}
pip install 'ibis-framework[oracle]'
Expand Down
2 changes: 1 addition & 1 deletion docs/backends/pandas.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Install Ibis and dependencies for the pandas backend:

## `pip`

Install with the pandas extra:
Install with the `pandas` extra:

```{.bash}
pip install 'ibis-framework[pandas]'
Expand Down
2 changes: 1 addition & 1 deletion docs/backends/polars.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Install Ibis and dependencies for the Polars backend:

## `pip`

Install with the Polars extra:
Install with the `polars` extra:

```{.bash}
pip install 'ibis-framework[polars]'
Expand Down
2 changes: 1 addition & 1 deletion docs/backends/postgresql.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Install Ibis and dependencies for the Postgres backend:

## `pip`

Install with the Postgres extra:
Install with the `postgres` extra:

```{.bash}
pip install 'ibis-framework[postgres]'
Expand Down
2 changes: 1 addition & 1 deletion docs/backends/pyspark.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Install Ibis and dependencies for the PySpark backend:

## `pip`

Install with the PySpark extra:
Install with the `pyspark` extra:

```{.bash}
pip install 'ibis-framework[pyspark]'
Expand Down
2 changes: 1 addition & 1 deletion docs/backends/snowflake.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Install Ibis and dependencies for the Snowflake backend:

## `pip`

Install with the Snowflake extra:
Install with the `snowflake` extra:

```{.bash}
pip install 'ibis-framework[snowflake]'
Expand Down
2 changes: 1 addition & 1 deletion docs/backends/sqlite.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Install Ibis and dependencies for the SQLite backend:

## `pip`

Install with the SQLite extra:
Install with the `sqlite` extra:

```{.bash}
pip install 'ibis-framework[sqlite]'
Expand Down
2 changes: 1 addition & 1 deletion docs/backends/trino.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Install Ibis and dependencies for the Trino backend:

## `pip`

Install with the Trino extra:
Install with the `trino` extra:

```{.bash}
pip install 'ibis-framework[trino]'
Expand Down

0 comments on commit d9ab537

Please sign in to comment.