Skip to content

Commit

Permalink
docs: move tutorial from docs to external ibis-examples repo
Browse files Browse the repository at this point in the history
  • Loading branch information
jcrist authored and cpcloud committed Feb 8, 2023
1 parent 16199c6 commit 11b0237
Show file tree
Hide file tree
Showing 13 changed files with 3 additions and 3,923 deletions.
9 changes: 0 additions & 9 deletions docs/SUMMARY.md
@@ -1,15 +1,6 @@
* [Home](index.md)
* [Install](install.md)
* [Docs](docs/index.md)
* [Tutorial](tutorial/index.md)
* [Getting Started](tutorial/01-Introduction-to-Ibis.ipynb)
* [Aggregating and Joining](tutorial/02-Aggregates-Joins.ipynb)
* [Lazy Mode and Logging](tutorial/03-Expressions-Lazy-Mode-Logging.ipynb)
* [More Value Expressions](tutorial/04-More-Value-Expressions.ipynb)
* [Creating and Inserting External Data](tutorial/05-IO-Create-Insert-External-Data.ipynb)
* [Complex Filtering](tutorial/06-ComplexFiltering.ipynb)
* [Analytics Tools](tutorial/07-Analytics-Tools.ipynb)
* [Geospatial Analysis](tutorial/rendered/08-Geospatial-Analysis.ipynb)
* [How To Guide](how_to/)
* [Execution Backends](backends/)
* [User Guide](user_guide/)
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/index.md
Expand Up @@ -4,6 +4,6 @@ Welcome to the ibis documentation!

- **Coming from Pandas?**: Check out [ibis for pandas users](../ibis-for-pandas-users.ipynb)!
- **Coming from SQL?**: Take a look at [ibis for SQL programmers](../ibis-for-sql-programmers.ipynb)!
- **Want to see some more examples?**: We've got [a set of tutorial notebooks](../tutorial/index.md) for that!
- **Want to see some more examples?**: We've got [a set of tutorial notebooks](https://github.com/ibis-project/ibis-examples) for that!
- **Looking for API docs?**: Start [here](../api/expressions/top_level.md)!
- **Interested in contributing?**: Our [contribution section](../community/contribute/index.md) has what you need!
2 changes: 1 addition & 1 deletion docs/index.md
Expand Up @@ -13,7 +13,7 @@ hide:

<div class="install-tutorial-button" markdown>
[Install](./install.md){ .md-button .md-button--primary }
[Tutorial](./tutorial/index.md){ .md-button }
[Tutorial](https://github.com/ibis-project/ibis-examples){ .md-button }
</div>

---
Expand Down
2 changes: 1 addition & 1 deletion docs/install.md
Expand Up @@ -42,5 +42,5 @@ hide:
After you've successfully installed Ibis, try going through the tutorial:

<div class="install-tutorial-button" markdown>
[Go to the Tutorial](./tutorial/index.md){ .md-button .md-button--primary }
[Go to the Tutorial](https://github.com/ibis-project/ibis-examples){ .md-button .md-button--primary }
</div>

0 comments on commit 11b0237

Please sign in to comment.