Skip to content

Commit

Permalink
fix: Updating examples in doc (#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
qharlie authored Jun 27, 2022
1 parent 5043f7a commit 1c212e4
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
12 changes: 11 additions & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,17 @@
[![Codestyle: Black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
[![Imports: isort](https://img.shields.io/badge/%20imports-isort-%231674b1?style=flat&labelColor=ef8336)](https://pycqa.github.io/isort/)

The Python implementation of [PRQL][prql].

[README](./readme.md)

[documentation](./pyprql.md)

[testing](./tests.md)

[changelog](./changelog.md)

[contributors](./contributing.md)


While you are here,
we'd kindly ask you to abide by our [code of conduct](./coc.md).
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tool.poetry]
name = "pyprql"
version = "0.5.3"
description = "Python Implementation of Pipelined Relational Query Language (PRQL)"
description = "Python TUI database client that supports prql"
authors = ["qorrect <charlie.fats@gmail.com>", "rbpatt2019 <rb.patterson.cross@gmail.com>"]
license = "Apache-2.0"
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion pyprql/magic/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ We have two options for connecting a database
- Or download a CSV and query it directly, with DuckDB:

```
!wget https://github.com/graphql-compose/graphql-compose-examples/blob/master/examples/northwind/data/csv/products.csv
!wget https://raw.githubusercontent.com/graphql-compose/graphql-compose-examples/master/examples/northwind/data/csv/products.csv
```

...and then `from products.csv` will work.
Expand Down

0 comments on commit 1c212e4

Please sign in to comment.