]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
docs: Convert 'drivers' page to rST
authorPeter Krempa <pkrempa@redhat.com>
Mon, 7 Mar 2022 15:09:03 +0000 (16:09 +0100)
committerPeter Krempa <pkrempa@redhat.com>
Tue, 8 Mar 2022 16:40:47 +0000 (17:40 +0100)
Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
docs/drivers.html.in [deleted file]
docs/drivers.rst [new file with mode: 0644]
docs/meson.build

diff --git a/docs/drivers.html.in b/docs/drivers.html.in
deleted file mode 100644 (file)
index 8246049..0000000
+++ /dev/null
@@ -1,44 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE html>
-<html xmlns="http://www.w3.org/1999/xhtml">
-  <body>
-    <h1>Internal drivers</h1>
-
-    <ul>
-      <li><a href="#hypervisor">Hypervisor drivers</a></li>
-      <li><a href="storage.html">Storage drivers</a></li>
-      <li><a href="drvnodedev.html">Node device driver</a></li>
-      <li><a href="drvsecret.html">Secret driver</a></li>
-    </ul>
-
-    <p>
-      The libvirt public API delegates its implementation to one or
-      more internal drivers, depending on the <a href="uri.html">connection URI</a>
-      passed when initializing the library. There is always a hypervisor driver
-      active, and if the libvirt daemon is available there will usually be a
-      network and storage driver active.
-    </p>
-
-    <h2><a id="hypervisor">Hypervisor drivers</a></h2>
-
-    <p>
-      The hypervisor drivers currently supported by libvirt are:
-    </p>
-
-    <ul>
-      <li><strong><a href="drvlxc.html">LXC</a></strong> - Linux Containers</li>
-      <li><strong><a href="drvopenvz.html">OpenVZ</a></strong></li>
-      <li><strong><a href="drvqemu.html">QEMU</a></strong></li>
-      <li><strong><a href="drvtest.html">Test</a></strong> - Used for testing</li>
-      <li><strong><a href="drvvbox.html">VirtualBox</a></strong></li>
-      <li><strong><a href="drvesx.html">VMware ESX</a></strong></li>
-      <li><strong><a href="drvvmware.html">VMware Workstation/Player</a></strong></li>
-      <li><strong><a href="drvxen.html">Xen</a></strong></li>
-      <li><strong><a href="drvhyperv.html">Microsoft Hyper-V</a></strong></li>
-      <li><strong><a href="drvvirtuozzo.html">Virtuozzo</a></strong></li>
-      <li><strong><a href="drvbhyve.html">Bhyve</a></strong> - The BSD Hypervisor</li>
-      <li><strong><a href="drvch.html">Cloud Hypervisor</a></strong></li>
-    </ul>
-
-  </body>
-</html>
diff --git a/docs/drivers.rst b/docs/drivers.rst
new file mode 100644 (file)
index 0000000..b72266e
--- /dev/null
@@ -0,0 +1,31 @@
+================
+Internal drivers
+================
+
+-  `Hypervisor drivers <#hypervisor-drivers>`__
+-  `Storage drivers <storage.html>`__
+-  `Node device driver <drvnodedev.html>`__
+-  `Secret driver <drvsecret.html>`__
+
+The libvirt public API delegates its implementation to one or more internal
+drivers, depending on the `connection URI <uri.html>`__ passed when initializing
+the library. There is always a hypervisor driver active, and if the libvirt
+daemon is available there will usually be a network and storage driver active.
+
+Hypervisor drivers
+------------------
+
+The hypervisor drivers currently supported by libvirt are:
+
+-  `LXC <drvlxc.html>`__ - Linux Containers
+-  `OpenVZ <drvopenvz.html>`__
+-  `QEMU <drvqemu.html>`__
+-  `Test <drvtest.html>`__ - Used for testing
+-  `VirtualBox <drvvbox.html>`__
+-  `VMware ESX <drvesx.html>`__
+-  `VMware Workstation/Player <drvvmware.html>`__
+-  `Xen <drvxen.html>`__
+-  `Microsoft Hyper-V <drvhyperv.html>`__
+-  `Virtuozzo <drvvirtuozzo.html>`__
+-  `Bhyve <drvbhyve.html>`__ - The BSD Hypervisor
+-  `Cloud Hypervisor <drvch.html>`__
index 08c324a74b053453dc0623c1c2765017f5c0a3c6..fce6533301d893c215231d872758c10c8dea367e 100644 (file)
@@ -25,7 +25,6 @@ docs_html_in_files = [
   'dbus',
   'docs',
   'downloads',
-  'drivers',
   'drvbhyve',
   'drvesx',
   'drvhyperv',
@@ -87,6 +86,7 @@ docs_rst_files = [
   'contribute',
   'daemons',
   'developer-tooling',
+  'drivers',
   'drvqemu',
   'drvch',
   'errors',