]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
docs: Add developer-tooling.rst
authorAndrea Bolognani <abologna@redhat.com>
Mon, 6 Apr 2020 12:47:01 +0000 (14:47 +0200)
committerAndrea Bolognani <abologna@redhat.com>
Wed, 8 Apr 2020 07:32:35 +0000 (09:32 +0200)
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@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
docs/developer-tooling.rst [new file with mode: 0644]
docs/hacking.rst

diff --git a/docs/developer-tooling.rst b/docs/developer-tooling.rst
new file mode 100644 (file)
index 0000000..c8980e3
--- /dev/null
@@ -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.
index 89f8f412c1c17c90b12c079288a3892f6fc1c274..35c246bf26afaae65f4e6785f1830e2e2285e537 100644 (file)
@@ -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
 ============================