GenericMappingTools / egu22pygmt

Crafting beautiful maps with PyGMT at EGU22
https://www.generic-mapping-tools.org/egu22pygmt
Creative Commons Attribution 4.0 International
32 stars 7 forks source link

Initialize Jupyter Book #3

Closed weiji14 closed 2 years ago

weiji14 commented 2 years ago

Starting with a minimally modified Jupyter Book initialized with jupyter-book create book/. Changed the _config.yml to use a proper title and the EGU22 logo. Included a Binder launch button and a footer with CC-BY-4.0 license. Also added a JupyterBook badge to the main README.md.

Preview it at https://www.generic-mapping-tools.org/egu22pygmt/intro.html

Jupyter Book page

Steps to run locally:

cd egu22pygmt
mamba env create --file environment.yml
mamba activate egu22pygmt

jupyter-book create book/
jupyter-book build book/

TODO:

References: