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,8 +21,7 @@ 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")
|
overviewFileHandle.write(parameterDoc + "\n\n---\n\n")
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# Create templated overview markdown file
|
# Create templated overview markdown file
|
||||||
|
|||||||
@@ -5,5 +5,4 @@ $EXPERT_PARAMETER
|
|||||||
|
|
||||||
$HIDDEN_IN_UI
|
$HIDDEN_IN_UI
|
||||||
|
|
||||||
Please fill me with an explanation and useful links
|
Please fill me with an explanation and useful links.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user