Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create a Jupyter Book for Fatiando Tutorials #8

Merged
merged 12 commits into from
Aug 11, 2022
2 changes: 1 addition & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ parse:
- replacements
- smartquotes
- substitution
- tasklist
- tasklist
myst_url_schemes: [mailto, http, https] # URI schemes that will be recognised as external URLs in Markdown links
myst_dmath_double_inline: true # Allow display math ($$) within an inline context

Expand Down
9 changes: 7 additions & 2 deletions _toc.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
format: jb-book
root: intro
parts:
- caption: Transform 2021
- caption: Tutorials that use all our libraries
chapters:
- file: notebooks/transform2021/gravity-processing.md
- file: notebooks/gravity-processing.md
- caption: Refresher
chapters:
- file: refresher-intro.md
chapters:
- file: coordinate-system-conventions.md
- caption: COMMUNITY
chapters:
- url: https://www.fatiando.org/contact/
Expand Down
6 changes: 6 additions & 0 deletions coordinate-system-conventions.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# Coordinate System Conventions

We try to use a consistent convention for coordinate systems across our projects. It would be great to have a central tutorial here that can be referenced in the other documentation sites.
:::{tip} Coming soon! :::

https://github.com/fatiando/tutorials/issues/7
Loading