generated from ProjectPythia/cookbook-template
-
Notifications
You must be signed in to change notification settings - Fork 13
/
_config.yml
78 lines (72 loc) · 2.81 KB
/
_config.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
# Book settings
# Learn more at https://jupyterbook.org/customize/config.html
title: AMS Open Radar Short Course 2023
author: the <a href="https://openradarscience.org/">Open Radar</a> Community
logo: notebooks/images/logos/ams-logo.jpeg
email: [email protected]
copyright: "2023"
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'
timeout: 1800
allow_errors: True # cells with expected failures must set the `raises-exception` cell tag
# Add a few extensions to help with parsing content
parse:
myst_enable_extensions: # default extensions to enable in the myst parser. See https://myst-parser.readthedocs.io/en/latest/using/syntax-optional.html
- amsmath
- colon_fence
- deflist
- dollarmath
- html_admonition
- html_image
- replacements
- smartquotes
- substitution
sphinx:
config:
html_favicon: notebooks/images/icons/favicon.ico
html_last_updated_fmt: '%-d %B %Y'
html_theme: sphinx_pythia_theme
html_permalinks_icon: '<i class="fas fa-link"></i>'
html_theme_options:
home_page_in_toc: true
repository_url: https://github.com/openradar/ams-open-radar-2023/ # Online location of your book
repository_branch: main # Which branch of the repository should be used when creating links (optional)
use_issues_button: true
use_repository_button: true
use_edit_page_button: true
github_url: https://github.com/openradar
icon_links:
- name: YouTube
url: https://www.youtube.com/channel/UCoZPBqJal5uKpO8ZiwzavCw
icon: fab fa-youtube-square
type: fontawesome
launch_buttons:
binderhub_url: http://binder.projectpythia.org
jupyterhub_url: https://jupyterhub-workshop.svcs.arm.gov/
notebook_interface: jupyterlab
extra_navbar: |
Theme by <a href="https://projectpythia.org">Project Pythia</a>.<br><br>
logo_link: https://openradarscience.org
navbar_links:
- name: Home
url: https://openradarscience.org
- name: Radar Cookbook
url: https://projectpythia.org/radar-cookbook
footer_logos:
Argonne: notebooks/images/logos/argonne_logo.png
Environment_Canda: notebooks/images/logos/environment_canada_logo.svg
Meteoswiss: notebooks/images/logos/meteoswiss_logo.svg
Bonne: notebooks/images/logos/university_bonn.png
NCAR: notebooks/images/logos/NCAR-contemp-logo-blue.svg
Unidata: notebooks/images/logos/Unidata_logo_horizontal_1200x300.svg
CSU: notebooks/images/logos/csu-logo.png
UAH: notebooks/images/logos/uah-logo.png
TT: notebooks/images/logos/texas-tech-logo.png