Skip to content

Commit f78a8fb

Browse files
authored
docs(tutorials): reorganize the "Getting started" tab
1 parent 1800abd commit f78a8fb

File tree

35 files changed

+184
-161
lines changed

35 files changed

+184
-161
lines changed

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"workspaceFolder": "/app",
77
"customizations": {
88
"codespaces": {
9-
"openFiles": ["docs/tutorials/getting_started.qmd"]
9+
"openFiles": ["docs/tutorials/basics.qmd"]
1010
},
1111
"vscode": {
1212
"extensions": ["ms-toolsai.jupyter", "ms-python.python", "quarto.quarto"]

.gitignore

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -135,19 +135,9 @@ ibis/examples/descriptions
135135
ci/odbc/odbc.ini
136136
*-citibike-tripdata.tar.xz
137137

138-
# data downloaded by the geospatial tutorial
139-
docs/posts/ibis-duckdb-geospatial/nyc_data.db.wal
140-
141138
# pixi environment directory
142139
.pixi
143140

144-
# jupyter cache directories
145-
docs/**/.jupyter_cache
146-
147-
# quarto generated files
148-
docs/posts-listing.json
149-
docs/posts.feed-full-staged
150-
docs/**/*.html
151141

152142
# jupyterlite stuff
153143
.jupyterlite.doit.db

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ Then use Ibis:
7474

7575
> 💡 **Tip**
7676
>
77-
> See the [getting started tutorial](https://ibis-project.org/tutorials/getting_started) for a full introduction to Ibis.
77+
> See the [getting started tutorial](https://ibis-project.org/tutorials/basics) for a full introduction to Ibis.
7878
7979
## Python + SQL: better together
8080

docs/.gitignore

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,17 @@ objects.json
2020
*_files
2121
backends/*_methods.json
2222

23+
# cache directories
24+
**/*_cache
25+
26+
# quarto generated files
27+
posts-listing.json
28+
posts.feed-full-staged
29+
**/*.html
30+
31+
# data downloaded by the geospatial tutorial
32+
posts/ibis-duckdb-geospatial/nyc_data.db.wal
33+
2334
# inventories
2435
_inv
2536
objects.txt
Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/_freeze/tutorials/backends/apache-flink/1_single_feature/execute-results/html.json

Lines changed: 12 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/_freeze/tutorials/backends/clickhouse/execute-results/html.json

Lines changed: 16 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/_freeze/tutorials/backends/starburst-galaxy/0_setup/execute-results/html.json

Lines changed: 16 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/_freeze/tutorials/backends/starburst-galaxy/1_basics/execute-results/html.json

Lines changed: 16 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/_freeze/tutorials/cloud-data-platforms/clickhouse/execute-results/html.json

Lines changed: 0 additions & 16 deletions
This file was deleted.

0 commit comments

Comments
 (0)