From 8ea06f62d2bd0f97e3939aef695ec08e7e8c32f3 Mon Sep 17 00:00:00 2001 From: Daafip Date: Thu, 7 Mar 2024 11:37:30 +0100 Subject: [PATCH] update readme to include docs --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index bef92f5..f705de3 100644 --- a/README.md +++ b/README.md @@ -23,14 +23,16 @@ Then HBV becomes available as one of the eWaterCycle models ```python from ewatercycle.models import HBV ``` +## documentation +Some basic documentation can be found [here](https://ewatercycle-hbv.readthedocs.io/en/latest/index.html) + +## Changelog +Changes can be found in [CHANGELOG.md](https://github.com/Daafip/ewatercycle-hbv/blob/main/CHANGELOG.md) on GitHub ## Implementing your own model For more information on how this plugin works, and on how to implement your own model see the [plugin guide](https://github.com/eWaterCycle/ewatercycle-leakybucket/blob/main/plugin_guide.md) -## Changelog -Changes can be found in [CHANGELOG.md](https://github.com/Daafip/ewatercycle-hbv/blob/main/CHANGELOG.md) on GitHub - ## License This is a `ewatercycle-plugin` & thus this is distributed under the same terms as the template: the [Apache-2.0](https://spdx.org/licenses/Apache-2.0.html) license.