Skip to content

Commit

Permalink
Fixes #471
Browse files Browse the repository at this point in the history
  • Loading branch information
sverhoeven committed Jan 7, 2025
1 parent 24778c1 commit aee6a9c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 20 deletions.
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.
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
2 changes: 0 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -208,8 +208,6 @@ ignore = [
"E501",
# Allow prints
"T201",
# Allow shadowing builtins
"A004",
]

[tool.ruff.lint.pydocstyle]
Expand Down

0 comments on commit aee6a9c

Please sign in to comment.