Skip to content

Commit

Permalink
deploy: e7dd934
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorisCalkoen committed Feb 6, 2024
1 parent 61bb338 commit 4ba09e9
Show file tree
Hide file tree
Showing 75 changed files with 15,970 additions and 5,190 deletions.
14 changes: 14 additions & 0 deletions _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 _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 _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).
5 changes: 5 additions & 0 deletions _sources/about/introduction.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Introduction
=======================

There are many ways to write content in Jupyter Book. This short section
covers a few tips for how to do so.
6 changes: 6 additions & 0 deletions _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?
10 changes: 2 additions & 8 deletions _sources/assignments/01_coastal_classification.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,7 @@
"source": [
"## Import libraries that we use for our analysis\n",
"\n",
"In the two cells below we import the libraries that we need for the analysis. We also set\n",
"some path settings to load the data and source code. For example, in the cell below we\n",
"add the `src` directory to the system path, which allows us to import generic functions\n",
"from `../../src/coastpy`. \n",
"\n",
"A little bit of extra text"
"In the two cells below we import the libraries that we need for the analysis. We also set some path settings to load the data and source code. For example, in the cell below we add the `src` directory to the system path, which allows us to import generic functions from `../../src/coastpy`. "
]
},
{
Expand All @@ -43,8 +38,7 @@
"# make coastpy library importable by appending root to path\n",
"cwd = pathlib.Path().resolve()\n",
"proj_dir = cwd.parent.parent # this is the root of the CoastalCodeBook\n",
"sys.path.append(str(proj_dir / \"src\"))\n",
"\n"
"sys.path.append(str(proj_dir / \"src\"))"
]
},
{
Expand Down
Loading

0 comments on commit 4ba09e9

Please sign in to comment.