Skip to content

Commit b17d6af

Browse files
committed
docs: small typos in docs
1 parent c720588 commit b17d6af

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
©2026 ETH Zurich
1010

11-
## 1. Overview
11+
## 1 Overview
1212

1313
This project is under active development. The goal is to provide an orchestration and scheduling platform for earthquake forecast models.
1414

@@ -319,8 +319,8 @@ And the documentation can be found here: [https://hermes-client.readthedocs.io](
319319

320320
Once you have the `oid` of a modelruns, you can use that to more easily debug the runs. You can download the exact configuration and input files the modelrun used. Navigate to the following URL: [http://localhost:8000/v1/modelruns/<modelrun_oid>/input](http://localhost:8000/v1/modelruns/<modelrun_oid>/input) to download the input files, which you can then directly use to run the model manually outside of HERMES for debugging purposes.
321321

322-
### 3.7 Long Running Services
323-
To continuously serve forecasts, on eg. a server, you can set up a long running service using systemd. If you do this on the same machine as the services run, this only requires to daemonize the serve command. If you'd rather have the model run on a different machine, please refer to [4. Distributed Workers](#4-advanced-distributed-workers) in the next chapter.
322+
### 3.7 Long Running Processes
323+
To continuously serve forecasts, on eg. a server, you can set up a long running process using systemd. If you do this on the same machine as the services run, this only requires to daemonize the serve command. If you'd rather have the model run on a different machine, please refer to [4. Distributed Workers](#4-advanced-distributed-workers) in the next chapter.
324324

325325
Create a new service file, e.g. `/etc/systemd/system/hermes-forecastseries.service` with the following content:
326326

@@ -358,7 +358,7 @@ sudo journalctl -u hermes-forecastseries.service -f
358358
> [!WARNING]
359359
> Do not forget to restart the service, if you change the configuration or the code.
360360
361-
## 4. (Advanced) Distributed Workers
361+
## 4 (Advanced) Distributed Workers
362362

363363
HERMES supports the execution of models on different machines. This allows to more easily scale the execution of models.
364364

0 commit comments

Comments
 (0)