Skip to content

Commit 9f4ff84

Browse files
authored
Merge pull request #6457 from DIRACGridBot/cherry-pick-2-e729eb500-integration
[sweep:integration] Fix Command Documentation Section Title
2 parents 75a1997 + 7f2b8ce commit 9f4ff84

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

docs/diracdoctools/cmd/commandReference.py

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,9 @@ def createAllScriptsDocsAndWriteToRST(self):
116116
117117
.. _cmd:
118118
119+
=================
119120
Command Reference
121+
=================
120122
121123
In this subsection all commands are collected:
122124
@@ -144,9 +146,9 @@ def createAllScriptsDocsAndWriteToRST(self):
144146
f"""
145147
.. _{system}_cmd:
146148
147-
{"=" * len(system)}
149+
{"-" * len(system)}
148150
{system}
149-
{"=" * len(system)}
151+
{"-" * len(system)}
150152
151153
"""
152154
)
@@ -186,9 +188,8 @@ def createScriptDoc(self, script: str):
186188
187189
.. _{scriptName}:
188190
189-
{'-' * len(scriptName)}
190191
{scriptName}
191-
{'-' * len(scriptName)}
192+
{'`' * len(scriptName)}
192193
193194
"""
194195
)

0 commit comments

Comments
 (0)