This commit is contained in:
CaCO3
2023-02-05 01:20:18 +01:00
parent b65e77511c
commit 3a3a17ff08
3 changed files with 3 additions and 5 deletions

View File

@@ -21,8 +21,7 @@ def appendParameterFile(folder, file):
# Add parameter doc to overview page
with open(parameterOverviewFile, 'a') as overviewFileHandle:
overviewFileHandle.write(parameterDoc + "\n---\n\n")
overviewFileHandle.write(parameterDoc + "\n\n---\n\n")
# Create templated overview markdown file

View File

@@ -5,5 +5,4 @@ $EXPERT_PARAMETER
$HIDDEN_IN_UI
Please fill me with an explanation and useful links
Please fill me with an explanation and useful links.