diff --git a/_config.yml b/_config.yml index f047752..37d3a76 100644 --- a/_config.yml +++ b/_config.yml @@ -1,20 +1,11 @@ # Book settings # Learn more at https://jupyterbook.org/customize/config.html -title: Quick CMIP demo cookbook +title: VAPOR Python Cookbook author: the Project Pythia Community logo: notebooks/images/logos/pythia_logo-white-rtext.svg -email: projectpythia@ucar.edu copyright: "2024" -description: A sample cookbook description. -thumbnail: thumbnail.png -tags: - domains: - - sampledomain - packages: - - samplepackage - execute: # To execute notebooks via a Binder instead, replace 'cache' with 'binder' execute_notebooks: off diff --git a/_gallery_info.yml b/_gallery_info.yml index c286e68..1cd2c51 100644 --- a/_gallery_info.yml +++ b/_gallery_info.yml @@ -8,3 +8,4 @@ tags: packages: - xarray - numpy + - vapor diff --git a/environment.yml b/environment.yml index 79044d7..13e2080 100644 --- a/environment.yml +++ b/environment.yml @@ -5,4 +5,4 @@ dependencies: - jupyter-book - jupyterlab - jupyter_server - - sphinx-pythia-theme + - sphinx-pythia-theme \ No newline at end of file