diff options
author | Scott Moser <smoser@ubuntu.com> | 2018-03-15 13:32:09 -0400 |
---|---|---|
committer | Scott Moser <smoser@brickies.net> | 2018-03-15 13:32:09 -0400 |
commit | 837021fd3ded8262ff7131efe6cfd4c7ce489e2b (patch) | |
tree | f0af63a31f11bc88bda375efc711e1bc6c10565c /cloudinit/config | |
parent | b389b196c834e4eaf9020952a92cd471ced599d2 (diff) | |
download | vyos-cloud-init-837021fd3ded8262ff7131efe6cfd4c7ce489e2b.tar.gz vyos-cloud-init-837021fd3ded8262ff7131efe6cfd4c7ce489e2b.zip |
doc: fix all warnings issued by 'tox -e doc'
Building doc would issue some warnings. This fixes all the warnings,
and changes the "code blocks" that were listed as 'bash' to instead
be 'shell-session'.
Diffstat (limited to 'cloudinit/config')
-rw-r--r-- | cloudinit/config/cc_runcmd.py | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/cloudinit/config/cc_runcmd.py b/cloudinit/config/cc_runcmd.py index 449872f0..539cbd5d 100644 --- a/cloudinit/config/cc_runcmd.py +++ b/cloudinit/config/cc_runcmd.py @@ -39,8 +39,10 @@ schema = { using ``sh``. .. note:: - all commands must be proper yaml, so you have to quote any characters - yaml would eat (':' can be problematic)"""), + + all commands must be proper yaml, so you have to quote any characters + yaml would eat (':' can be problematic) + """), 'distros': distros, 'examples': [dedent("""\ runcmd: |