Skip to content

Commit

Permalink
Refer to main doc page in py/jl docs (#40)
Browse files Browse the repository at this point in the history
* Refer to main doc page, update logo

* Just refer to remotebmi main docs on index page
  • Loading branch information
BSchilperoort authored Nov 21, 2024
1 parent 851d44f commit 3a93fe8
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 1 deletion.
Binary file added julia/docs/src/assets/logo-dark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added julia/docs/src/assets/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 2 additions & 1 deletion julia/docs/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ CurrentModule = RemoteBMI
The [Basic Model Interface (BMI)](https://bmi.readthedocs.io/en/stable/) is a standard interface for models.

To have a consumer of the model and the provider of the model seperated you can use REST API.
This package provides a BMI http client and server.

**[remotebmi](https://www.ewatercycle.org/remotebmi/)** provides a BMI http client and server, in [Python](https://www.ewatercycle.org/remotebmi/python/), [R](https://www.ewatercycle.org/remotebmi/R/) and Julia.

```@autodocs
Modules = [RemoteBMI]
Expand Down
Binary file modified python/docs/examples/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions python/docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -104,5 +104,7 @@ and the Python client can connect to it with the following code.
:maxdepth: 3
:hidden:

remotebmi <http://www.ewatercycle.org/remotebmi/>
RemoteBMI.jl <https://www.ewatercycle.org/remotebmi/julia/>
self
autoapi/index

0 comments on commit 3a93fe8

Please sign in to comment.