diff --git a/julia/docs/src/assets/logo-dark.png b/julia/docs/src/assets/logo-dark.png new file mode 100644 index 0000000..21bc0f1 Binary files /dev/null and b/julia/docs/src/assets/logo-dark.png differ diff --git a/julia/docs/src/assets/logo.png b/julia/docs/src/assets/logo.png new file mode 100644 index 0000000..951334f Binary files /dev/null and b/julia/docs/src/assets/logo.png differ diff --git a/julia/docs/src/index.md b/julia/docs/src/index.md index 1349853..537d10e 100644 --- a/julia/docs/src/index.md +++ b/julia/docs/src/index.md @@ -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] diff --git a/python/docs/examples/logo.png b/python/docs/examples/logo.png index 9f9b897..21bc0f1 100644 Binary files a/python/docs/examples/logo.png and b/python/docs/examples/logo.png differ diff --git a/python/docs/index.rst b/python/docs/index.rst index 5c50936..72aaa65 100644 --- a/python/docs/index.rst +++ b/python/docs/index.rst @@ -104,5 +104,7 @@ and the Python client can connect to it with the following code. :maxdepth: 3 :hidden: + remotebmi + RemoteBMI.jl self autoapi/index