From 820068c9f4b7b170775c08fb254bcf7d11504e36 Mon Sep 17 00:00:00 2001 From: Andrea Bolognani Date: Mon, 6 Apr 2020 14:47:01 +0200 Subject: [PATCH] docs: Add developer-tooling.rst MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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é --- 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 `__, 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 ============================