Skip to content

Commit ac02257

Browse files
authored
Create a Jupyter Book for Fatiando Tutorials (#8)
* Add cartopy * Add tutorials-book directory to create jupyter book draft * Create build.yml * Add new structure for jupyterbooks * Add sections to toc file * Add _build to .gitignore and remove _build from repository * Remove verde files and start section testing * Add options to _config.yml to support math and more functionalities * Eliminate option 1 for Jupyter Book structure * Add video and fix Bushveld image * Add figures, images and admonitions
1 parent ad9f393 commit ac02257

File tree

7 files changed

+603
-5656
lines changed

7 files changed

+603
-5656
lines changed

_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ parse:
2929
- replacements
3030
- smartquotes
3131
- substitution
32-
- tasklist
32+
- tasklist
3333
myst_url_schemes: [mailto, http, https] # URI schemes that will be recognised as external URLs in Markdown links
3434
myst_dmath_double_inline: true # Allow display math ($$) within an inline context
3535

_toc.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,14 @@
11
format: jb-book
22
root: intro
33
parts:
4-
- caption: Transform 2021
4+
- caption: Tutorials that use all our libraries
55
chapters:
6-
- file: notebooks/transform2021/gravity-processing.md
6+
- file: notebooks/gravity-processing.md
7+
- caption: Refresher
8+
chapters:
9+
- file: refresher-intro.md
10+
chapters:
11+
- file: coordinate-system-conventions.md
712
- caption: COMMUNITY
813
chapters:
914
- url: https://www.fatiando.org/contact/

coordinate-system-conventions.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# Coordinate System Conventions
2+
3+
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.
4+
:::{tip} Coming soon! :::
5+
6+
https://github.com/fatiando/tutorials/issues/7

0 commit comments

Comments
 (0)