-
Notifications
You must be signed in to change notification settings - Fork 3
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
Initialize Jupyter Book #3
Conversation
Starting with a minimally modified Jupyter Book initialized with `jupyter-book create book/`. Changed the `_config.yml` to use a proper title and the AGU24 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.
Continuous Integration workflow to build the Jupyter Book's html pages and publish it online to GitHub Pages. Based on https://jupyterbook.org/en/stable/publish/gh-pages.html#automatically-host-your-book-with-github-actions with updates from GenericMappingTools/egu22pygmt@4da4800
This reverts commit 69fdac4.
- caption: Details | ||
chapters: | ||
- title: AGU24 Homepage | ||
url: https://www.agu.org/annual-meeting |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
At the moment this link seems to resolve the website for the 2024 fall meeting. But I think later we have to update the link, as in 2025 this link will probably resolve the 2025 fall meeting website >.<.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah, I wished they just used a permanent URL like https://www.agu.org/fall-meeting-2024 directly. Will try to remember to change this next year!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for getting started here @weiji14.
So far, I only made a suggestion regarding the authors and a comment regarding the AGU website.
Co-authored-by: Yvonne Fröhlich <[email protected]>
Thanks @yvonnefroehlich! I'll merge this in first, so that people can start adding things to the table of contents. |
Starting with a minimally modified Jupyter Book initialized with
jupyter-book create book/
. Changed the_config.yml
to use a proper title and the AGU24 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 at https://www.generic-mapping-tools.org/agu24workshop/intro.html
Steps to run locally:
cd agu24workshop mamba env create --file environment.yml mamba activate agu24workshop jupyter-book create book/ jupyter-book build book/
TODO:
References: