Skip to content

Commit

Permalink
refactor to test build (#46)
Browse files Browse the repository at this point in the history
Co-authored-by: floriscalkoen <floris_calkoen@hotmail.com>
  • Loading branch information
FlorisCalkoen and floriscalkoen authored Feb 6, 2024
1 parent 1e6f887 commit 9bc012c
Show file tree
Hide file tree
Showing 136 changed files with 22,211 additions and 5,580 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ jobs:
with:
environment-file: ci/envs/311-book.yaml

# Copy notebooks to book assignments directory
# Copy notebooks to book notebooks directory
- name: Prepare notebooks for book
run: |
rsync -av --delete notebooks/ book/assignments/
rsync -av --delete notebooks/ book/notebooks/
# Build the JupyterBook
- name: Build JupyterBook
Expand Down
Binary file not shown.
Binary file not shown.
Binary file added book/_build/.doctrees/about/credits.doctree
Binary file not shown.
Binary file added book/_build/.doctrees/about/introduction.doctree
Binary file not shown.
Binary file added book/_build/.doctrees/about/structure.doctree
Binary file not shown.
Binary file modified book/_build/.doctrees/assignments/01_coastal_classification.doctree
Binary file not shown.
Binary file not shown.
Binary file modified book/_build/.doctrees/content.doctree
Binary file not shown.
Binary file modified book/_build/.doctrees/environment.pickle
Binary file not shown.
Binary file modified book/_build/.doctrees/intro.doctree
Binary file not shown.
Binary file modified book/_build/.doctrees/introduction/01_basics.doctree
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added book/_build/.doctrees/usage/build.doctree
Binary file not shown.
Binary file added book/_build/.doctrees/usage/contributing.doctree
Binary file not shown.
Binary file not shown.
Binary file added book/_build/.doctrees/usage/installation.doctree
Binary file not shown.
Binary file added book/_build/.doctrees/usage/issues.doctree
Binary file not shown.
Binary file not shown.
Binary file added book/_build/.doctrees/usage/usage.doctree
Binary file not shown.
14 changes: 14 additions & 0 deletions book/_build/html/_sources/about/acknowledgement.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
Acknowledgement
=======================

## Contributors

We welcome and recognize all contributions. You can see a list of current contributors in
the [contributors
tab](https://github.com/floriscalkoen/coastalcodebook/graphs/contributors).

## Credits

This project is created using the excellent open source [Jupyter Book
project](https://jupyterbook.org/) and the [executablebooks/cookiecutter-jupyter-book
template](https://github.com/executablebooks/cookiecutter-jupyter-book).
14 changes: 14 additions & 0 deletions book/_build/html/_sources/about/acknowledgements.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
Acknowledgements
=======================

## Contributors

We welcome and recognize all contributions. You can see a list of current contributors in
the [contributors
tab](https://github.com/floriscalkoen/coastalcodebook/graphs/contributors).

## Credits

This project is created using the excellent open source [Jupyter Book
project](https://jupyterbook.org/) and the [executablebooks/cookiecutter-jupyter-book
template](https://github.com/executablebooks/cookiecutter-jupyter-book).
13 changes: 13 additions & 0 deletions book/_build/html/_sources/about/credits.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Credits

## Contributors

We welcome and recognize all contributions. You can see a list of current contributors in
the [contributors
tab](https://github.com/floriscalkoen/coastalcodebook/graphs/contributors).

## Credits

This project is created using the excellent open source [Jupyter Book
project](https://jupyterbook.org/) and the [executablebooks/cookiecutter-jupyter-book
template](https://github.com/executablebooks/cookiecutter-jupyter-book).
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Content in Coastal Systems Codebook
Introduction
=======================

There are many ways to write content in Jupyter Book. This short section
Expand Down
6 changes: 6 additions & 0 deletions book/_build/html/_sources/about/structure.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
Course structure
=======================

There are many ways to write content in Jupyter Book. This short section
covers a few tips for how to do so.
What happens now?
Loading

0 comments on commit 9bc012c

Please sign in to comment.