[libvirt PATCH 05/10] docs: Add developer-tooling.rst

Andrea Bolognani abologna at redhat.com
Mon Apr 6 16:20:05 UTC 2020


This part describes entirely optional tooling, so it makes sense not
to have it advertised too prominently. Move it to a separate page.

Signed-off-by: Andrea Bolognani <abologna at redhat.com>
---
 docs/developer-tooling.rst | 13 +++++++++++++
 docs/hacking.rst           | 13 -------------
 2 files changed, 13 insertions(+), 13 deletions(-)
 create mode 100644 docs/developer-tooling.rst

diff --git a/docs/developer-tooling.rst b/docs/developer-tooling.rst
new file mode 100644
index 0000000000..c8980e3e4f
--- /dev/null
+++ b/docs/developer-tooling.rst
@@ -0,0 +1,13 @@
+=================
+Developer tooling
+=================
+
+libvirt includes support for some useful development tools right
+in its source repository, meaning users will be able to take
+advantage of them without little or no configuration. Examples
+include:
+
+-  `color_coded <https://github.com/jeaye/color_coded>`__, a vim
+   plugin for libclang-powered semantic syntax highlighting;
+-  `YouCompleteMe <http://valloric.github.io/YouCompleteMe/>`__, a
+   vim plugin for libclang-powered semantic code completion.
diff --git a/docs/hacking.rst b/docs/hacking.rst
index 89f8f412c1..35c246bf26 100644
--- a/docs/hacking.rst
+++ b/docs/hacking.rst
@@ -322,19 +322,6 @@ background reading on the subject, on `Richard Jones' guide to
 working with open source
 projects <http://people.redhat.com/rjones/how-to-supply-code-to-open-source-projects/>`__.
 
-Tooling
-=======
-
-libvirt includes support for some useful development tools right
-in its source repository, meaning users will be able to take
-advantage of them without little or no configuration. Examples
-include:
-
--  `color_coded <https://github.com/jeaye/color_coded>`__, a vim
-   plugin for libclang-powered semantic syntax highlighting;
--  `YouCompleteMe <http://valloric.github.io/YouCompleteMe/>`__, a
-   vim plugin for libclang-powered semantic code completion.
-
 Libvirt committer guidelines
 ============================
 
-- 
2.25.1




More information about the libvir-list mailing list