Skip to content

Commit 4a55dcd

Browse files
committed
Correct grpc typo
1 parent 374c39d commit 4a55dcd

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

docs/bmi.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,12 +50,12 @@ If you need access to other model variables that are not yet available in the BM
5050

5151
## grpc4bmi
5252

53-
A [Docker image is available](https://ghcr.io/ecoextreml/stemmus_scope-gprc4bmi) in which the model as well as the Python BMI have been wrapped in a container.
54-
This allows communication with a STEMMUS_SCOPE BMI through [gprc4bmi](https://grpc4bmi.readthedocs.io/en/latest/).
53+
A [Docker image is available](https://ghcr.io/ecoextreml/stemmus_scope-grpc4bmi) in which the model as well as the Python BMI have been wrapped in a container.
54+
This allows communication with a STEMMUS_SCOPE BMI through [grpc4bmi](https://grpc4bmi.readthedocs.io/en/latest/).
5555

56-
Doing so avoids the needs to install PyStemmusScope yourself, only Docker/apptainer and a python environment with gprc4bmi are required.
56+
Doing so avoids the needs to install PyStemmusScope yourself, only Docker/apptainer and a python environment with grpc4bmi are required.
5757

58-
A demonstration is available [here](notebooks/gprc4bmi_demo.ipynb)
58+
A demonstration is available [here](notebooks/grpc4bmi_demo.ipynb)
5959

6060
## Developer instructions
6161

docs/notebooks/gprc4bmi_demo.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"from grpc4bmi.bmi_client_docker import BmiClientDocker\n",
2323
"\n",
2424
"model = BmiClientDocker(\n",
25-
" image='ghcr.io/ecoextreml/stemmus_scope-gprc4bmi:1.5.0', \n",
25+
" image='ghcr.io/ecoextreml/stemmus_scope-grpc4bmi:1.5.0', \n",
2626
" image_port=55555,\n",
2727
" work_dir=\"/home/bart/tmp/stemmus_scope\",\n",
2828
")"

mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ nav:
99
- BMI:
1010
- "BMI instructions": bmi.md
1111
- "BMI demonstration": notebooks/BMI_demo.ipynb
12-
- "grpc4bmi demonstration": notebooks/gprc4bmi_demo.ipynb
12+
- "grpc4bmi demonstration": notebooks/grpc4bmi_demo.ipynb
1313
- Contributing guide: CONTRIBUTING.md
1414
- API reference: reference.md
1515

0 commit comments

Comments
 (0)