Skip to content

Commit

Permalink
Merge pull request #181 from ocefpaf/gallery
Browse files Browse the repository at this point in the history
Gallery
  • Loading branch information
MathewBiddle authored Apr 17, 2024
2 parents 731e14e + e15ca5a commit 9f81f4f
Show file tree
Hide file tree
Showing 33 changed files with 492 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ exclude: ".binder/conda-lock.yml"

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
rev: v4.6.0
hooks:
- id: trailing-whitespace
- id: check-ast
Expand Down
28 changes: 28 additions & 0 deletions jupyterbook/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,34 @@ repository:
# Advanced and power-user settings
sphinx:
config:
linkcheck_ignore: [
"./data_access_notebooks/2016-10-12-fetching_data.html",
"./data_access_notebooks/2016-11-15-glider_data_example.html",
"./data_access_notebooks/2016-12-20-searching_glider_deployments.html",
"./data_access_notebooks/2017-03-21-ERDDAP_IOOS_Sensor_Map.html",
"./data_access_notebooks/2017-06-12-NCEI_RA_archive_history.html",
"./data_access_notebooks/2017-08-01-xtractoR.html",
"./data_access_notebooks/2017-09-09-hurricane_irma.html",
"./data_access_notebooks/2017-11-30-rerddap.html",
"./data_access_notebooks/2018-02-20-obis.html",
"./data_access_notebooks/2018-03-01-erddapy.html",
"./data_access_notebooks/2019-03-08-grids-temperature.html",
"./data_access_notebooks/2019-05-27-hurricane_gis_part02.html",
"./data_access_notebooks/2020-10-10-GTS.html",
"./data_access_notebooks/2021-10-19-multiple-erddap-search.html",
"./data_access_notebooks/2022-11-23_pyobis_example.html",
"./data_analysis_and_visualization_notebooks/2016-11-16-CF-UGRID-SGRID-conventions.html",
"./data_analysis_and_visualization_notebooks/2017-01-23-R-notebook.html",
"./data_analysis_and_visualization_notebooks/2017-03-30-octave_notebook_example.html",
"./data_analysis_and_visualization_notebooks/2018-12-04-grids.html",
"./data_analysis_and_visualization_notebooks/2020-02-14-QARTOD_ioos_qc_Water-Level-Example.html",
"./data_analysis_and_visualization_notebooks/2021-10-25-ERDDAP-interpolate.html",
"./data_management_notebooks/2017-05-14-running_compliance_checker.html",
"./data_management_notebooks/2017-11-01-Creating-Archives-Using-Bagit.html",
"./data_management_notebooks/2018-02-27-pocean-timeSeries-demo.html",
"./data_management_notebooks/2020-12-08-DataToDwC.html",
"./data_management_notebooks/2023-03-20-Reading_and_writing_zarr.html",
]
linkcheck_anchors_ignore: ["aboutPanel", "searchPanel", "!forum/ioos_tech"]
html_show_copyright: false
myst_heading_anchors: 3
Expand Down
3 changes: 3 additions & 0 deletions jupyterbook/_toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,16 @@ format: jb-book
root: content/intro.md
title: The IOOS Data Demo Center
parts:

- caption: Getting Started
chapters:
- file: content/ioos_installation_conda.md
title: Installing the IOOS Conda Environment

- caption: Code Gallery
chapters:
- file: content/code_gallery/gallery.md
title: Notebooks gallery
- file: content/code_gallery/data_access.md
sections:
- glob: content/code_gallery/data_access_notebooks/*
Expand Down
Loading

0 comments on commit 9f81f4f

Please sign in to comment.