Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refer to main doc page in py/jl docs #40

Merged
merged 2 commits into from
Nov 21, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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