Skip to content

Commit

Permalink
docs: remove GitHub-specific Markdown in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
deepyaman authored Jun 13, 2024
1 parent d65a752 commit 7ea25b0
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,7 @@ You can `pip install` Ibis with a backend and example data:
pip install 'ibis-framework[duckdb,examples]'
```

> [!TIP]
> See the [installation guide](https://ibis-project.org/install) for more installation options.
See the [installation guide](https://ibis-project.org/install) for more installation options.

Then use Ibis:

Expand Down Expand Up @@ -71,8 +70,7 @@ Then use Ibis:
└───────────┴───────────┴───────┘
```

> [!TIP]
> See the [getting started tutorial](https://ibis-project.org/tutorials/getting_started) for a full introduction to Ibis.
See the [getting started tutorial](https://ibis-project.org/tutorials/getting_started) for a full introduction to Ibis.

## Python + SQL: better together

Expand Down Expand Up @@ -165,7 +163,7 @@ Ibis broadly supports two types of backend:
1. SQL-generating backends
2. DataFrame-generating backends

![Ibis backend types](docs/images/backends.png)
![Ibis backend types](https://raw.githubusercontent.com/ibis-project/ibis/main/docs/images/backends.png)

## Portability

Expand Down Expand Up @@ -200,10 +198,7 @@ You can also read from common file formats like CSV or Apache Parquet:
>>> t = con.read_parquet("penguins.parquet")
```

This allows you to iterate locally and deploy remotely by changing a single line of code.

> [!TIP]
> Check out [the blog on backend agnostic arrays](https://ibis-project.org/posts/backend-agnostic-arrays/) for one example using the same code across DuckDB and BigQuery.
This allows you to iterate locally and deploy remotely by changing a single line of code. Check out [the blog on backend agnostic arrays](https://ibis-project.org/posts/backend-agnostic-arrays/) for one example using the same code across DuckDB and BigQuery.

## Community and contributing

Expand Down

0 comments on commit 7ea25b0

Please sign in to comment.