doc: Remove some newlines
This commit is contained in:
parent
e416228713
commit
8d9dd8e83d
@ -229,7 +229,6 @@ def _format_action(action):
|
|||||||
def generate_commands(filename):
|
def generate_commands(filename):
|
||||||
"""Generate the complete commands section."""
|
"""Generate the complete commands section."""
|
||||||
with _open_file(filename) as f:
|
with _open_file(filename) as f:
|
||||||
f.write('\n')
|
|
||||||
f.write("= Commands\n")
|
f.write("= Commands\n")
|
||||||
normal_cmds = []
|
normal_cmds = []
|
||||||
hidden_cmds = []
|
hidden_cmds = []
|
||||||
@ -271,7 +270,6 @@ def generate_commands(filename):
|
|||||||
def generate_settings(filename):
|
def generate_settings(filename):
|
||||||
"""Generate the complete settings section."""
|
"""Generate the complete settings section."""
|
||||||
with _open_file(filename) as f:
|
with _open_file(filename) as f:
|
||||||
f.write("\n")
|
|
||||||
f.write("= Settings\n")
|
f.write("= Settings\n")
|
||||||
f.write(_get_setting_quickref() + "\n")
|
f.write(_get_setting_quickref() + "\n")
|
||||||
for sectname, sect in configdata.DATA.items():
|
for sectname, sect in configdata.DATA.items():
|
||||||
|
Loading…
Reference in New Issue
Block a user