[libvirt] [PATCH 0/6] docs: some refactoring and new docs about RPM deployment

Daniel P. Berrangé berrange at redhat.com
Fri Nov 8 11:21:06 UTC 2019


This refactors existing docs related to the remote driver/daemon and
URIs. It then also adds a kbase page about RPM package options.

This introduces the use of RST for docs as a replacement for HTML.
The intent is that all new docs should use RST from this point.

Existing HTML docs are candidates for conversion to RST by anyone
interested.

Daniel P. Berrangé (6):
  docs: split TLS certificate setup into its own file
  docs: move docs about remote driver URIs into URI docs
  build: introduce rst2html as a mandatory build tool
  docs: adapt filling of <head> section for rst2html output
  docs: add a kbase page about RPM packaging options
  docs: add page describing the libvirt daemons

 .gitignore                    |   1 +
 docs/Makefile.am              |  21 +-
 docs/daemons.rst              | 209 +++++++++++
 docs/docs.html.in             |   6 +
 docs/kbase.html.in            |   4 +
 docs/kbase/rpm-deployment.rst | 410 ++++++++++++++++++++
 docs/page.xsl                 |   4 +-
 docs/remote.html.in           | 684 +---------------------------------
 docs/tlscerts.html.in         | 413 ++++++++++++++++++++
 docs/uri.html.in              | 263 +++++++++++--
 libvirt.spec.in               |   2 +
 m4/virt-external-programs.m4  |   5 +
 mingw-libvirt.spec.in         |   1 +
 13 files changed, 1309 insertions(+), 714 deletions(-)
 create mode 100644 docs/daemons.rst
 create mode 100644 docs/kbase/rpm-deployment.rst
 create mode 100644 docs/tlscerts.html.in

-- 
2.23.0




More information about the libvir-list mailing list