mirror of
https://github.com/jomjol/AI-on-the-edge-device-docs.git
synced 2025-12-10 21:46:57 +03:00
.
This commit is contained in:
@@ -21,7 +21,9 @@ def appendParameterFile(folder, file):
|
|||||||
|
|
||||||
# Add parameter doc to overview page
|
# Add parameter doc to overview page
|
||||||
with open(parameterOverviewFile, 'a') as overviewFileHandle:
|
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
|
# Create templated overview markdown file
|
||||||
@@ -64,6 +66,7 @@ for folder in folders:
|
|||||||
|
|
||||||
# Add section
|
# Add section
|
||||||
with open(parameterOverviewFile, 'a') as overviewFileHandle:
|
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)
|
overviewFileHandle.write("\n## Section `%s`\n\n" % folder)
|
||||||
|
|
||||||
files = sorted(filter(os.path.isfile, glob.glob(parameterDocsFolder + "/" + folder + '/*')))
|
files = sorted(filter(os.path.isfile, glob.glob(parameterDocsFolder + "/" + folder + '/*')))
|
||||||
|
|||||||
@@ -2,4 +2,4 @@
|
|||||||
Default Value: `true`
|
Default Value: `true`
|
||||||
|
|
||||||
Use the previous value (value from previous round) for consistency checks.
|
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!
|
||||||
|
|||||||
@@ -13,5 +13,3 @@ In such case the functionality gets disabled respectively the default values wil
|
|||||||
|
|
||||||
## List of all Parameters
|
## List of all Parameters
|
||||||
$TOC
|
$TOC
|
||||||
|
|
||||||
---
|
|
||||||
|
|||||||
Reference in New Issue
Block a user