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 and cpcloud committed Jun 13, 2024
1 parent 7b12122 commit 5960bd3
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ You can `pip install` Ibis with a backend and example data:
pip install 'ibis-framework[duckdb,examples]'
```

> [!TIP]
> πŸ’‘ **Tip**
>
> See the [installation guide](https://ibis-project.org/install) for more installation options.
Then use Ibis:
Expand Down Expand Up @@ -71,7 +72,8 @@ Then use Ibis:
β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”΄β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”΄β”€β”€β”€β”€β”€β”€β”€β”˜
```

> [!TIP]
> πŸ’‘ **Tip**
>
> 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 +167,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 @@ -202,7 +204,8 @@ You can also read from common file formats like CSV or Apache Parquet:

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

> [!TIP]
> πŸ’‘ **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.
## Community and contributing
Expand Down

0 comments on commit 5960bd3

Please sign in to comment.