Skip to content

Commit

Permalink
Updated links to MIKEIO docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ecomodeller committed Apr 11, 2024
1 parent 4892bcd commit 0cd1689
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion mini_book/datastructures.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ MIKE IO has these primary data structures:
* **DataArray** - data and metadata corresponding to one "item" in a dfs file.
* **Geometry** - spatial description of the data in a dfs file; comes in different flavours corresponding to different types of dfs files.

More information is available in the [MIKE IO documentation](https://dhi.github.io/mikeio/data-structures.html)
More information is available in the [MIKE IO documentation](https://dhi.github.io/mikeio/user-guide/data-structures.html)

## Dataset
The Dataset is the MIKE IO data structure
Expand Down
2 changes: 1 addition & 1 deletion mini_book/dfsu2d.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"\n",
"2D horizontal. \n",
"\n",
"See [Dfsu in MIKE IO Documentation](https://dhi.github.io/mikeio/dfsu-mesh-overview.html)\n"
"See [Dfsu in MIKE IO Documentation](https://dhi.github.io/mikeio/user-guide/dfsu-mesh-overview.html)\n"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion mini_book/exercises/exercise_H_generic_dfs.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"source": [
"## read()\n",
"\n",
"read returns a mikeio [Dataset](https://dhi.github.io/mikeio/understanding_dataset.html) for any dfs file"
"read returns a mikeio [Dataset](https://dhi.github.io/mikeio/api/Dataset.html) for any dfs file"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion mini_book/generic.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"\n",
"The generic methods works on larger-than-memory files as they process one time step at a time. This can however make them in-efficient for dfs0 processing! \n",
"\n",
"See [Generic in MIKE IO Documentation](https://dhi.github.io/mikeio/generic.html)\n"
"See [Generic in MIKE IO Documentation](https://dhi.github.io/mikeio/user-guide/generic.html)\n"
]
},
{
Expand Down
26 changes: 13 additions & 13 deletions mini_book/statistics.ipynb

Large diffs are not rendered by default.

0 comments on commit 0cd1689

Please sign in to comment.