diff options
author | Daniel Watkins <oddbloke@ubuntu.com> | 2020-12-18 15:06:58 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-18 15:06:58 -0500 |
commit | 5d017ab6d1368271f4a522a24e16e57fbbd6e53a (patch) | |
tree | a42ee6cb87e3d548eea0097590a8cb741bd260e0 /doc/rtd/topics/debugging.rst | |
parent | b9a5da16927f63101bee43c413d4ec1cc53218d0 (diff) | |
download | vyos-cloud-init-5d017ab6d1368271f4a522a24e16e57fbbd6e53a.tar.gz vyos-cloud-init-5d017ab6d1368271f4a522a24e16e57fbbd6e53a.zip |
doc: move testing section from HACKING to its own doc (#739)
Our HACKING doc is very long, making it hard to justify expanding or
restructuring its content too much. This moves the testing section to
its own doc, and adds section headers in to make finding/linking to
testing guidelines easier.
To avoid confusion, the title of debugging.rst is changed.
Diffstat (limited to 'doc/rtd/topics/debugging.rst')
-rw-r--r-- | doc/rtd/topics/debugging.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/rtd/topics/debugging.rst b/doc/rtd/topics/debugging.rst index 0d416f32..fb3006fe 100644 --- a/doc/rtd/topics/debugging.rst +++ b/doc/rtd/topics/debugging.rst @@ -1,6 +1,6 @@ -******************************** -Testing and debugging cloud-init -******************************** +******************** +Debugging cloud-init +******************** Overview ======== |