Skip to content

Commit

Permalink
clean up and ignore certain nbs (#47)
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 9bc012c commit e7dd934
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 10 deletions.
Binary file modified book/_build/.doctrees/environment.pickle
Binary file not shown.
Binary file modified book/_build/html/objects.inv
Binary file not shown.
2 changes: 1 addition & 1 deletion book/_build/html/searchindex.js

Large diffs are not rendered by default.

29 changes: 20 additions & 9 deletions book/_config.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
#######################################################################################
# A default configuration that will be loaded for all jupyter books
# See the documentation for help and more options:
# See the documentation for help and more options:
# https://jupyterbook.org/customize/config.html

#######################################################################################
# Book settings
title : CoastalCodeBook # The title of the book. Will be placed in the left navbar.
author : Floris Calkoen # The author of the book
copyright : "2022" # Copyright year to be placed in the footer
logo : logo.png # A path to the book logo
title: CoastalCodeBook # The title of the book. Will be placed in the left navbar.
author: Floris Calkoen # The author of the book
copyright: "2022" # Copyright year to be placed in the footer
logo: logo.png # A path to the book logo

# Force re-execution of notebooks on each build.
# See https://jupyterbook.org/content/execute.html
Expand All @@ -26,12 +26,23 @@ bibtex_bibfiles:

# Information about where the book exists on the web
repository:
url: https://github.com/floriscalkoen/CoastalCodeBook # Online location of your book
path_to_book: docs # Optional path to your book, relative to the repository root
branch: main # Which branch of the repository should be used when creating links (optional)
url: https://github.com/floriscalkoen/CoastalCodeBook # Online location of your book
path_to_book: docs # Optional path to your book, relative to the repository root
branch: main # Which branch of the repository should be used when creating links (optional)

# Add GitHub buttons to your book
# See https://jupyterbook.org/customize/config.html#add-a-link-to-your-repository
html:
use_issues_button: true
use_repository_button: true
use_repository_button: true

exclude_patterns:
- "notebooks/initialize/*"
- "notebooks/02_the_tide.ipynb"
- "notebooks/2a_pre_knowledge_waves.ipynb"
- "notebooks/2b_wave_dispersion_and_grouping.ipynb"
- "notebooks/03_pacific_basin.ipynb"
- "notebooks/04_escoffier_curve.ipynb"
- "notebooks/week_08.ipynb"
- "markdown-notebooks.md"
- "markdown.md"

0 comments on commit e7dd934

Please sign in to comment.