diff --git a/_config.yml b/_config.yml deleted file mode 100644 index 66eb54cb..00000000 --- a/_config.yml +++ /dev/null @@ -1,81 +0,0 @@ -# Book settings -# Learn more at https://jupyterbook.org/customize/config.html - -title: Advanced Visualization Cookbook -description: Advanced visualization techniques building upon and combining various Python packages. -author: the Project Pythia Community -logo: notebooks/images/logos/pythia_logo-white-rtext.svg -copyright: "2024" - -execute: - # To execute notebooks via a Binder instead, replace 'cache' with 'binder' - execute_notebooks: cache - timeout: 600 - allow_errors: False # 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: - linkcheck_ignore: ["https://doi.org/*", "https://www.noaa.gov/*", "https://weather.uwyo.edu/*"] # 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 - html_permalinks_icon: '' - html_theme_options: - home_page_in_toc: true - repository_url: https://github.com/ProjectPythia/advanced-viz-cookbook/ # 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 - 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: - - name: YouTube - url: https://www.youtube.com/channel/UCoZPBqJal5uKpO8ZiwzavCw - icon: fab fa-youtube-square - type: fontawesome - launch_buttons: - binderhub_url: https://binder.projectpythia.org - notebook_interface: jupyterlab - logo: - link: https://projectpythia.org - navbar_start: - - navbar-logo - navbar_end: - - navbar-icon-links - navbar_links: - - name: Home - url: https://projectpythia.org - - name: Foundations - url: https://foundations.projectpythia.org - - name: Cookbooks - url: https://cookbooks.projectpythia.org - - name: Resources - url: https://projectpythia.org/resource-gallery.html - - name: Community - url: https://projectpythia.org/index.html#join-us - footer_logos: - 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 - footer_start: - - footer-logos - - footer-info - - footer-extra diff --git a/_static/custom.css b/_static/custom.css deleted file mode 100644 index 0c9948bd..00000000 --- a/_static/custom.css +++ /dev/null @@ -1,6 +0,0 @@ -.bd-main .bd-content .bd-article-container { - max-width: 100%; /* default is 60em */ - } - .bd-page-width { - max-width: 100%; /* default is 88rem */ - } diff --git a/_static/footer-logo-nsf.png b/_static/footer-logo-nsf.png deleted file mode 100644 index 11c788f2..00000000 Binary files a/_static/footer-logo-nsf.png and /dev/null differ diff --git a/_templates/footer-extra.html b/_templates/footer-extra.html deleted file mode 100644 index 27cb915d..00000000 --- a/_templates/footer-extra.html +++ /dev/null @@ -1,27 +0,0 @@ -
\ No newline at end of file diff --git a/_toc.yml b/_toc.yml deleted file mode 100644 index 5fc2b69d..00000000 --- a/_toc.yml +++ /dev/null @@ -1,19 +0,0 @@ -format: jb-book -root: README -parts: - - caption: Preamble - chapters: - - file: notebooks/how-to-cite - - caption: Review of Visualization Foundations - chapters: - - file: notebooks/1-comparison - - file: notebooks/2-good-viz - - file: notebooks/3-plot-elements - - caption: Specialty Plots - chapters: - - file: notebooks/4-taylor-diagrams - - file: notebooks/5-skewt - - file: notebooks/6-spaghetti - - caption: Animation - chapters: - - file: notebooks/7-animation diff --git a/environment.yml b/environment.yml index b4a46649..a360aea4 100644 --- a/environment.yml +++ b/environment.yml @@ -2,8 +2,6 @@ name: advanced-viz-cookbook channels: - conda-forge dependencies: - - sphinx-pythia-theme - - jupyter-book - jupyterlab - jupyterlab-myst - pandas diff --git a/output.png b/output.png deleted file mode 100644 index 38daf0c1..00000000 Binary files a/output.png and /dev/null differ