Skip to content
Draft
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
2 changes: 1 addition & 1 deletion .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Build documentation
run: >
set -e
&& pip install "jupyter-book<2"
&& pip install "jupyter-book>=2"
&& jupyter-book build jupyterbook

- name: GitHub Pages action
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs-linkchecker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ jobs:
- name: Linkcheck
run: >
set -e
&& pip install "jupyter-book<2"
&& pip install "jupyter-book>=2"
&& jupyter-book build jupyterbook --builder linkcheck
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,6 @@
*.swp
.ipynb_checkpoints/
index.html

# MyST build outputs
_build
110 changes: 0 additions & 110 deletions jupyterbook/_config.yml

This file was deleted.

40 changes: 0 additions & 40 deletions jupyterbook/_toc.yml

This file was deleted.

54 changes: 54 additions & 0 deletions jupyterbook/myst.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
version: 1
project:
exclude:
- _build
- Thumbs.db
- .DS_Store
- '*.ipynb_checkpoints'
- '*.archived.ipynb'
github: ioos/ioos_code_lab
thebe:
binder:
repo: ioos/ioos_code_lab
provider: github
url: https://mybinder.org
ref: main
toc:
- file: content/intro.md
- title: Getting Started
children:
- file: content/ioos_installation_conda.md
title: Installing the IOOS Conda Environment
- title: Code Gallery
children:
- file: content/code_gallery/gallery.md
title: Notebooks gallery
- file: content/code_gallery/data_access.md
children:
- pattern: content/code_gallery/data_access_notebooks/*
- file: content/code_gallery/data_analysis_and_visualization.md
children:
- pattern: content/code_gallery/data_analysis_and_visualization_notebooks/*
- file: content/code_gallery/data_management.md
children:
- pattern: content/code_gallery/data_management_notebooks/*
- title: Video Tutorials
children:
- pattern: content/Video_Demo_Markdown/*
- title: Other Resources
children:
- url: https://help.aodn.org.au/aodn-data-tools/user-code-library/
title: Opening netCDF files - hints from AODN
- url: http://unidata.github.io/notebook-gallery/
title: Unidata Jupyter Notebook Gallery
- url: http://iobis.org/tutorial/
title: Extracting and Enriching OBIS data with R
- url: https://github.com/USGS-R
title: USGS-R Examples
site:
options:
logo: images/IOOS_logo.png
favicon: images/IOOS_logo.png
analytics_google: G-546J258RCJ
folders: true
template: book-theme
Loading