From d61d87581bb2e71fbfcf2542f63df82f2e7fc821 Mon Sep 17 00:00:00 2001 From: CaCO3 Date: Wed, 25 Dec 2024 19:49:41 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 590ccb7..7195fb6 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ Each page has a link on its top-right corner `Edit on GitHub` which brings you d 1. Add the **filename** to the [docs/nav.yml](docs/nav.yml) at the wished position in the **Links** section. ## Parameter Documentation -Each parameter in the [main project repo](https://github.com/jomjol/AI-on-the-edge-device) is documented in a separate file, see https://github.com/jomjol/AI-on-the-edge-device/tree/rolling/param-docs. The script in `param-docs/concat-parameter-pages.py` collects them and compiles it into the documentation as provided in https://jomjol.github.io/AI-on-the-edge-device-docs/Parameters. +Each parameter in the [main project repo](https://github.com/jomjol/AI-on-the-edge-device) is documented in a separate file, see https://github.com/jomjol/AI-on-the-edge-device/tree/main/param-docs. The script in `param-docs/concat-parameter-pages.py` collects them and compiles it into the documentation as provided in https://jomjol.github.io/AI-on-the-edge-device-docs/Parameters. The script should be run whenever one of the pages changed. This happens automatically daily in the Github action. if you run it manually, make sure to clone the main repo first, eg. using: