Skip to content

Commit

Permalink
Fix broken links
Browse files Browse the repository at this point in the history
  • Loading branch information
ecomodeller committed Mar 5, 2024
1 parent 2b88fd2 commit 8c94ebb
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion docs/_quarto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,8 @@ quartodoc:
contents:
- DataArray
- Dataset
- dataset._data_plot._DataArrayPlotter # TODO alias?
- dataset._data_plot._DatasetPlotter # TODO alias?
- dataset._data_plot._DataArrayPlotter
- dataset._data_plot._DataArrayPlotterGrid1D
- dataset._data_plot._DataArrayPlotterGrid2D
- dataset._data_plot._DataArrayPlotterFM
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/index.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ listing:

If you want to try one of the examples you need to first download some data files.

The files are stored on GitHub in the [MIKE IO repo](https:github.com/DHI/mikeio).
The files are stored on GitHub in the [MIKE IO repo](https://github.com/DHI/mikeio).

The easiest way is to the download the repo as a [zip file](https://github.com/DHI/mikeio/archive/main.zip) and extract the files you need.

Expand Down
2 changes: 1 addition & 1 deletion docs/user-guide/dataset.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ In most cases, you will *not* plot the Dataset, but rather it's DataArrays. But
* dfs0-Dataset : plot all items as timeseries with ds.plot()
* scatter : compare two items using ds.plot.scatter(x="itemA", y="itemB")

See details in the [API specification](Dataset Plotter API) below.
See details in the [Dataset Plotter API](`mikeio.dataset._data_plot._DatasetPlotter`).


## Properties
Expand Down
2 changes: 1 addition & 1 deletion docs/user-guide/getting-started.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Each DataArray have the following properties:

## {{< fa weight-hanging >}} Types and units

The dfs items in MIKE IO are represented by the [ItemInfo class](eum.ItemInfo).
The dfs items in MIKE IO are represented by the [ItemInfo class](`mikeio.ItemInfo`).
An ItemInfo consists of:

* name - a user-defined string
Expand Down

0 comments on commit 8c94ebb

Please sign in to comment.