Skip to content

Update to latest template #18

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

Draft
wants to merge 4 commits into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
[![Binder](http://binder.projectpythia.org/badge_logo.svg)](http://binder.projectpythia.org/v2/gh/ProjectPythia/landsat-ml-cookbook/main?labpath=notebooks)
[![DOI](https://zenodo.org/badge/563445694.svg)](https://zenodo.org/badge/latestdoi/563445694)


This Project Pythia Cookbook covers the essential materials for working with Landsat data in the context of machine learning workflows.

## Motivation
Expand Down
10 changes: 6 additions & 4 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ logo: notebooks/images/logos/pythia_logo-white-rtext.svg
copyright: '2022'

execute:
# To execute notebooks via a binder instead, replace 'cache' with 'binder'
execute_notebooks: force
# To execute notebooks via a Binder instead, replace 'cache' with 'binder'
execute_notebooks: cache
timeout: 600
allow_errors: True
allow_errors: False # cells with expected failures must set the `raises-exception` cell tag

# Add a few extensions to help with parsing content
parse:
Expand All @@ -27,6 +27,8 @@ parse:

sphinx:
config:
linkcheck_ignore: ["https://doi.org/*"] # don't run link checker on DOI links since they are immutable
nb_execution_raise_on_error: true # raise exception in build if there are notebook errors (this flag is ignored if building on binder)
html_favicon: notebooks/images/icons/favicon.ico
html_last_updated_fmt: '%-d %B %Y'
html_theme: sphinx_pythia_theme
Expand All @@ -47,7 +49,7 @@ sphinx:
icon: fab fa-youtube-square
type: fontawesome
launch_buttons:
binderhub_url: http://binder.mypythia.org
binderhub_url: https://binder.projectpythia.org
notebook_interface: jupyterlab
extra_navbar: |
Theme by <a href="https://projectpythia.org">Project Pythia</a>.<br><br>
Expand Down
1 change: 1 addition & 0 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ dependencies:
- numpy
- cartopy
- rasterio
- rioxarray
- s3fs
- jupyter-book
- jupyterlab
Expand Down