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 ============================