diff options
author | Mark Esler <eslerm@umn.edu> | 2022-02-10 15:44:37 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-10 15:44:37 -0600 |
commit | cbe840ac7247c9bf79cf63100b7f85ef38758763 (patch) | |
tree | 5f48726760d9ac688004db0c39586edd154c52d4 /doc/rtd/topics/datasources/configdrive.rst | |
parent | 217ef6ba6c52788f4363b998b6da08863fea5cd9 (diff) | |
download | vyos-cloud-init-cbe840ac7247c9bf79cf63100b7f85ef38758763.tar.gz vyos-cloud-init-cbe840ac7247c9bf79cf63100b7f85ef38758763.zip |
minor improvements to documentation (#1259)
* Primarily improved grammar for clarity.
* A few Sphinx/RST syntax fixes.
* Set text width to 79 characters per footer documentation
where needed.
* Changed "yaml" to "YAML" when used in sentences.
Diffstat (limited to 'doc/rtd/topics/datasources/configdrive.rst')
-rw-r--r-- | doc/rtd/topics/datasources/configdrive.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/rtd/topics/datasources/configdrive.rst b/doc/rtd/topics/datasources/configdrive.rst index 4fcbccee..ecc37df6 100644 --- a/doc/rtd/topics/datasources/configdrive.rst +++ b/doc/rtd/topics/datasources/configdrive.rst @@ -128,4 +128,4 @@ what all can be present here. .. _iso9660: https://en.wikipedia.org/wiki/ISO_9660 .. _vfat: https://en.wikipedia.org/wiki/File_Allocation_Table .. _the config drive extension: https://docs.openstack.org/nova/latest/admin/config-drive.html -.. vi: textwidth=78 +.. vi: textwidth=79 |