Skip to content

Commit

Permalink
Remotebmi in docs (#472)
Browse files Browse the repository at this point in the history
* Remove .readthedocs.yaml

* Fixes #471

* Put back lint rule
  • Loading branch information
sverhoeven authored Jan 7, 2025
1 parent 3caa85e commit cf5f3c9
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 18 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ Formatted as described on [https://keepachangelog.com](https://keepachangelog.co

## Unreleased

## Added

- mention remotebmi in docs ([#471](https://github.com/eWaterCycle/ewatercycle/issues/471))

## [2.4.0] (2024-12-04)

## Added
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ without having intimate knowledge about how to install and run the
models.

- Uses container for running models in an isolated and portable way
with [grpc4bmi](https://github.com/eWaterCycle/grpc4bmi)
with [grpc4bmi](https://github.com/eWaterCycle/grpc4bmi) or [remotebmi](https://github.com/eWaterCycle/remotebmi)
- Generates rain and sunshine required for the model using
[ESMValTool](https://www.esmvaltool.org/)
- Supports observation data from [GRDC or
Expand Down
19 changes: 2 additions & 17 deletions docs/_static/flowchart_ewatercycle.excalidraw.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions docs/adding_models.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ Use the flowchart below to determine which steps are required for your model.
.. raw:: html
:file: _static/flowchart_ewatercycle.excalidraw.svg

You can also download the flowchart as an SVG file using the link below:

:download:`Download flowchart <_static/flowchart_ewatercycle.excalidraw.svg>`

.. _BMI model:

Create a model which exposes the Basic Model Interface (BMI)
Expand Down
1 change: 1 addition & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,7 @@ def get_version():
"esmvalcore": ("https://docs.esmvaltool.org/projects/ESMValCore/en/latest/", None),
"esmvaltool": ("https://docs.esmvaltool.org/en/latest/", None),
"grpc4bmi": ("https://grpc4bmi.readthedocs.io/en/latest/", None),
"remotebmi": ("https://www.ewatercycle.org/remotebmi/python/", None),
"iris": ("https://scitools-iris.readthedocs.io/en/latest/", None),
"lime": ("https://lime-ml.readthedocs.io/en/latest/", None),
"basic_modeling_interface": ("https://bmi.readthedocs.io/en/latest/", None),
Expand Down

0 comments on commit cf5f3c9

Please sign in to comment.