Skip to content
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

Use new theme #122

Merged
merged 10 commits into from
Apr 1, 2024
Merged
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 .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ __pycache__/
# Distribution / packaging
.Python
build/
_build/
develop-eggs/
dist/
downloads/
Expand Down
25 changes: 16 additions & 9 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,10 @@
title: Radar Cookbook
author: Max Grover, Zachary Sherman, Milind Sharma
logo: notebooks/images/logos/pythia_logo-white-rtext.svg
copyright: '2023'
copyright: '2024'

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

Expand Down Expand Up @@ -40,6 +39,9 @@ sphinx:
use_issues_button: true
use_repository_button: true
use_edit_page_button: true
use_fullscreen_button: true
analytics:
google_analytics_id: G-T52X8HNYE8
github_url: https://github.com/ProjectPythia
twitter_url: https://twitter.com/project_pythia
icon_links:
Expand All @@ -51,10 +53,12 @@ sphinx:
binderhub_url: https://binder.projectpythia.org
notebook_interface: jupyterlab
jupyterhub_url: https://jupyterhub.arm.gov
extra_navbar: |
Theme by <a href="https://projectpythia.org">Project Pythia</a>.<br><br>
All code in Pythia Cookbooks is licensed under Apache 2.0. All other non-code content is licensed under <a href="https://creativecommons.org/licenses/by/4.0/">Creative Commons BY 4.0 (CC BY 4.0)</a>.<br><br>
logo_link: https://projectpythia.org
logo:
link: https://projectpythia.org
navbar_start:
- navbar-logo
navbar_end:
- navbar-icon-links
navbar_links:
- name: Home
url: https://projectpythia.org
Expand All @@ -67,6 +71,9 @@ sphinx:
- name: Community
url: https://projectpythia.org/index.html#join-us
footer_logos:
NCAR: notebooks/images/logos/NCAR-contemp-logo-blue.svg
NCAR: notebooks/images/logos/NSF-NCAR_Lockup-UCAR-Dark_102523.svg
Unidata: notebooks/images/logos/Unidata_logo_horizontal_1200x300.svg
UAlbany: notebooks/images/logos/UAlbany-A2-logo-purple-gold.svg
UAlbany: notebooks/images/logos/UAlbany-A2-logo-purple-gold.svg
footer_start:
- footer-logos
- footer-info
6 changes: 6 additions & 0 deletions _static/custom.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
.bd-main .bd-content .bd-article-container {
max-width: 100%; /* default is 60em */
}
.bd-page-width {
max-width: 100%; /* default is 88rem */
}
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ dependencies:
- hvplot
- datashader
- panel
- sphinx-pythia-theme
- pip
- pip:
- sphinx-pythia-theme
- fast-barnes-py
- git+https://github.com/vlouf/eth_radar.git
10 changes: 1 addition & 9 deletions notebooks/example-workflows/cacti-data-quality-example.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
"### Use the ARM Live API to Download the Data, using ACT\n",
"\n",
"The Atmospheric Data Community Toolkit (ACT) has a helpful module to interface with the data server:\n",
"* [Download Data API](https://arm-doe.github.io/ACT/API/generated/act.discovery.download_data.html#act.discovery.download_data)"
"* [Download Data API](https://arm-doe.github.io/ACT/API/generated/act.discovery.download_arm_data.html)"
]
},
{
Expand Down Expand Up @@ -358,14 +358,6 @@
"* ACT:\n",
" - Adam Theisen, Ken Kehoe, Zach Sherman, Bobby Jackson, Alyssa Sockol, Corey Godine, Max Grover, Jason Hemedinger, Jenni Kyrouac, Maxwell Levin, Michael Giansiracusa (2022). The Atmospheric Data Community Toolkit (ACT). Zenodo. DOI: https://doi.org/10.5281/zenodo.6712343"
]
},
{
"cell_type": "code",
"execution_count": null,
"id": "5eaa9e74-1f0f-4cff-a1db-fff4235004fc",
"metadata": {},
"outputs": [],
"source": []
}
],
"metadata": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@
"source": [
"## Grab Data\n",
"We use the ARM Live API, accessible through ACT!\n",
"* [Download Data API](https://arm-doe.github.io/ACT/API/generated/act.discovery.download_data.html#act.discovery.download_data)\n",
"* [Download Data API](https://arm-doe.github.io/ACT/API/generated/act.discovery.download_arm_data.html)\n",
"\n",
"We are interested in the C-band radar, which is utilizing a cell-tracking algorithm, with the datastream\n",
"- `houcsapr2cfrS2.a1`\n",
Expand Down
2 changes: 1 addition & 1 deletion notebooks/example-workflows/tracer-example.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
"### Use the ARM Live API to Download the Data, using ACT\n",
"\n",
"The Atmospheric Data Community Toolkit (ACT) has a helpful module to interface with the data server:\n",
"* [Download Data API](https://arm-doe.github.io/ACT/API/generated/act.discovery.download_data.html#act.discovery.download_data)"
"* [Download Data API](hhttps://arm-doe.github.io/ACT/API/generated/act.discovery.download_arm_data.html)"
]
},
{
Expand Down
1 change: 0 additions & 1 deletion notebooks/images/logos/NCAR-contemp-logo-blue.svg

This file was deleted.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.