This commit is contained in:
CaCO3
2023-02-05 18:03:22 +01:00
parent f1ff87357f
commit d23f593c76
3 changed files with 5 additions and 4 deletions

View File

@@ -21,7 +21,9 @@ def appendParameterFile(folder, file):
# Add parameter doc to overview page
with open(parameterOverviewFile, 'a') as overviewFileHandle:
overviewFileHandle.write(parameterDoc + "\n\n---\n\n")
#overviewFileHandle.write(parameterDoc + "\n\n---\n\n")
overviewFileHandle.write(parameterDoc)
overviewFileHandle.write("\n\n<hr style=\"border:2px solid\">\n\n")
# Create templated overview markdown file
@@ -64,6 +66,7 @@ for folder in folders:
# Add section
with open(parameterOverviewFile, 'a') as overviewFileHandle:
#overviewFileHandle.write("\n\n<hr style=\"border:5px solid\">\n\n")
overviewFileHandle.write("\n## Section `%s`\n\n" % folder)
files = sorted(filter(os.path.isfile, glob.glob(parameterDocsFolder + "/" + folder + '/*')))

View File

@@ -2,4 +2,4 @@
Default Value: `true`
Use the previous value (value from previous round) for consistency checks.
This also work through a reboot of the device!
This also works through a reboot of the device!

View File

@@ -13,5 +13,3 @@ In such case the functionality gets disabled respectively the default values wil
## List of all Parameters
$TOC
---