Skip to content

Commit

Permalink
#246: fix dead links to "build basic model" tutorial
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurvd committed Jul 15, 2022
1 parent f1534c9 commit 069a447
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/guides/gettinghelp.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Getting help
See the [How-to's](setup.md) and [Tutorials](../tutorials/steps.md) to get started using hydrolib-core.
See the [How-to's](setup.md) and [Tutorials](../tutorials/tutorials.md) to get started using hydrolib-core.
For building you own tools upon hydrolib-core, see the API reference for more complete documentation of all current features.

If you are missing functionality, please check the [list of supported functionalities](../topics/dhydro_support.md) first.
Expand Down
2 changes: 1 addition & 1 deletion docs/guides/setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ conda install hydrolib-core -c conda-forge
-->

After successful installation, you should be able to do the ["First steps" tutorial](../tutorials/steps.md).
After successful installation, you should be able to do the ["Basic Model" tutorial](../tutorials/build_basic_model.ipynb).
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ It can serve as the basis for various pre- and postprocessing tools for a modell

Some quickstarts:

* First users: [Installation](guides/setup.md) and [Tutorials](tutorials/steps.md).
* First users: [Installation](guides/setup.md) and [Tutorials](tutorials/tutorials.md).
* Developers: [List of supported functionalities](topics/dhydro_support.md),
[API reference](reference/api.md), and
[How to contribute](guides/contributing.md).
Expand Down
3 changes: 1 addition & 2 deletions docs/reference/storagenode.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,4 @@ Generic parsing and serializing functionality comes from the generic hydrolib.co
A storage node .ini file is described by the classes below.

## Model

::: hydrolib.core.io.storagenode.models
::: hydrolib.core.io.storagenode.models
3 changes: 3 additions & 0 deletions tests/test_main.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
from mkdocs.__main__ import build_command

build_command({})

0 comments on commit 069a447

Please sign in to comment.