Skip to content

Commit 91c1e52

Browse files
authored
Merge pull request #29 from brian-rose/update
Update to latest template
2 parents 71f7f4c + f406851 commit 91c1e52

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Intake Cookbook
44

55
[![nightly-build](https://github.com/ProjectPythia/intake-cookbook/actions/workflows/nightly-build.yaml/badge.svg)](https://github.com/ProjectPythia/intake-cookbook/actions/workflows/nightly-build.yaml)
6-
[![Binder](http://binder.mypythia.org/badge_logo.svg)](http://binder.mypythia.org/v2/gh/ProjectPythia/intake-cookbook/main?labpath=notebooks)
6+
[![Binder](https://binder.projectpythia.org/badge_logo.svg)](https://binder.projectpythia.org/v2/gh/ProjectPythia/intake-cookbook/main?labpath=notebooks)
77

88
This Project Pythia Cookbook covers using and creating Intake catalogs to access data.
99

@@ -39,12 +39,12 @@ This section describes how to use intake catalogs to access data. It shows how t
3939
This section walks you through the process of creating your own Intake catalogs to access Mesowest's HRRR data.
4040

4141
## Running the Notebooks
42-
You can either run the notebook using [Binder](https://mybinder.org/) or on your local machine.
42+
You can either run the notebook using [Binder](https://binder.projectpythia.org) or on your local machine.
4343

4444
### Running on Binder
4545

4646
The simplest way to interact with a Jupyter Notebook is through
47-
[Binder](https://mybinder.org/), which enables the execution of a
47+
[Binder](https://binder.projectpythia.org), which enables the execution of a
4848
[Jupyter Book](https://jupyterbook.org) in the cloud. The details of how this works are not
4949
important for now. All you need to know is how to launch a Pythia
5050
Cookbooks chapter via Binder. Simply navigate your mouse to

_config.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,9 @@ parse:
3838

3939
sphinx:
4040
config:
41-
html_favicon: images/icons/favicon.ico
41+
linkcheck_ignore: ["https://doi.org/*"] # don't run link checker on DOI links since they are immutable
42+
nb_execution_raise_on_error: true # raise exception in build if there are notebook errors (this flag is ignored if building on binder)
43+
html_favicon: notebooks/images/icons/favicon.ico
4244
html_last_updated_fmt: '%-d %B %Y'
4345
html_theme: sphinx_pythia_theme
4446
html_permalinks_icon: '<i class="fas fa-link"></i>'
@@ -57,7 +59,7 @@ sphinx:
5759
icon: fab fa-youtube-square
5860
type: fontawesome
5961
launch_buttons:
60-
binderhub_url: http://binder.mypythia.org
62+
binderhub_url: https://binder.projectpythia.org
6163
notebook_interface: jupyterlab
6264
extra_navbar: |
6365
Theme by <a href="https://projectpythia.org">Project Pythia</a>.<br><br>

0 commit comments

Comments
 (0)