From: Andrea Bolognani Date: Mon, 6 Apr 2020 12:47:01 +0000 (+0200) Subject: docs: Add developer-tooling.rst X-Git-Tag: v6.3.0-rc1~220 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=820068c9f4b7b170775c08fb254bcf7d11504e36;p=thirdparty%2Flibvirt.git docs: Add developer-tooling.rst 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 Reviewed-by: Daniel P. Berrangé --- 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 `__, a vim + plugin for libclang-powered semantic syntax highlighting; +- `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 `__. -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 `__, a vim - plugin for libclang-powered semantic syntax highlighting; -- `YouCompleteMe `__, a - vim plugin for libclang-powered semantic code completion. - Libvirt committer guidelines ============================