mirror of
https://github.com/jomjol/AI-on-the-edge-device-docs.git
synced 2025-12-06 19:46:56 +03:00
.
This commit is contained in:
@@ -30,7 +30,7 @@ Each parameter which is listed in the [configfile](https://github.com/jomjol/AI-
|
||||
has its own description page in the folder `param-docs/parameter-pages` (grouped by the config sections).
|
||||
Those pages can be edited as needed.
|
||||
|
||||
The script `param-docs/concat-parameter-pages.py` should be run whenever one of the pages changed.
|
||||
The script `concat-parameter-pages.py` in`param-docs` should be run whenever one of the pages changed.
|
||||
It then concatenates all pages into the single `../docs/Parameters.md` which gets be added to the `mkdocs` documentation.
|
||||
|
||||
### Template Generator
|
||||
|
||||
@@ -68,7 +68,7 @@ for section in config:
|
||||
#print(" %s = %s" % (parameter, value))
|
||||
|
||||
if "main." in parameter:
|
||||
parameter = parameter.replace("main.", "<NUMBER>.")
|
||||
parameter = parameter.replace("main.", "NUMBER.")
|
||||
|
||||
"""
|
||||
For each config line, create a markdown file
|
||||
|
||||
Reference in New Issue
Block a user