File tree Expand file tree Collapse file tree 11 files changed +42
-197
lines changed
Expand file tree Collapse file tree 11 files changed +42
-197
lines changed Original file line number Diff line number Diff line change 99 build :
1010 if : ${{ github.repository_owner == 'ProjectPythia' }}
1111 uses : ProjectPythia/cookbook-actions/.github/workflows/build-book.yaml@main
12- with :
13- environment_name : intake-cookbook-dev
12+
13+ deploy :
14+ needs : build
15+ uses : ProjectPythia/cookbook-actions/.github/workflows/deploy-book.yaml@main
1416
1517 link-check :
1618 if : ${{ github.repository_owner == 'ProjectPythia' }}
1719 uses : ProjectPythia/cookbook-actions/.github/workflows/link-checker.yaml@main
18-
Original file line number Diff line number Diff line change 1010jobs :
1111 build :
1212 uses : ProjectPythia/cookbook-actions/.github/workflows/build-book.yaml@main
13- with :
14- environment_name : intake-cookbook-dev
1513
1614 deploy :
1715 needs : build
1816 uses : ProjectPythia/cookbook-actions/.github/workflows/deploy-book.yaml@main
19-
Original file line number Diff line number Diff line change 66 build :
77 uses : ProjectPythia/cookbook-actions/.github/workflows/build-book.yaml@main
88 with :
9- environment_name : intake-cookbook-dev
109 artifact_name : book-zip-${{ github.event.number }}
10+ base_url : ' /${{ github.event.repository.name }}/_preview/${{ github.event.number }}'
1111 # Other input options are possible, see ProjectPythia/cookbook-actions/.github/workflows/build-book.yaml
Original file line number Diff line number Diff line change @@ -132,3 +132,8 @@ dmypy.json
132132
133133# demo directory
134134notebooks /intake-demo /
135+
136+ .vscode /
137+
138+ # MyST build outputs
139+ _build
Original file line number Diff line number Diff line change 1- <img src =" thumbnail.svg " alt =" thumbnail " width =" 300 " />
2-
31# Intake Cookbook
42
3+ <img src =" thumbnail.svg " alt =" thumbnail " width =" 300 " />
4+
55[ ![ nightly-build] ( https://github.com/ProjectPythia/intake-cookbook/actions/workflows/nightly-build.yaml/badge.svg )] ( https://github.com/ProjectPythia/intake-cookbook/actions/workflows/nightly-build.yaml )
66[ ![ Binder] ( https://binder.projectpythia.org/badge_logo.svg )] ( https://binder.projectpythia.org/v2/gh/ProjectPythia/intake-cookbook/main?labpath=notebooks )
77[ ![ DOI] ( https://zenodo.org/badge/512825541.svg )] ( https://zenodo.org/badge/latestdoi/512825541 )
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -17,5 +17,6 @@ dependencies:
1717 - aiohttp
1818 - sphinx-pythia-theme
1919 - numpy<2
20+ - mystmd
2021 - pip :
2122 - intake-markdown
Original file line number Diff line number Diff line change 1+ # See docs at: https://mystmd.org/guide/frontmatter
2+ version : 1
3+ extends :
4+ - https://raw.githubusercontent.com/projectpythia/pythia-config/main/pythia.yml
5+ project :
6+ title : Intake Cookbook
7+ author : James Morley
8+ copyright : ' 2024'
9+ # description:
10+ # keywords: []
11+ # authors: []
12+ github : https://github.com/projectpythia/intake-cookbook
13+ # To autogenerate a Table of Contents, run "myst init --write-toc"
14+ toc :
15+ # Auto-generated by `myst init --write-toc`
16+ - file : README.md
17+ - title : Notebooks
18+ children :
19+ - file : notebooks/creating_catalogs.ipynb
20+ - file : notebooks/how-to-cite.md
21+ - file : notebooks/intake_introduction.ipynb
22+ jupyter :
23+ binder :
24+ repo : projectpythia/radar-cookbook
25+ site :
26+ template : book-theme
27+ # options:
28+ # favicon: favicon.ico
29+ # logo: site_logo.png
You can’t perform that action at this time.
0 commit comments