This iteration has some patches from Pavel who also converted the pages
to RST but didn't send it out yet. Included are those that didn't
diverge yet.
Additionally since I've moved the descriptions of types used in the C#
bindings to the libvirt-csharp repo this series also cleans out the
redundancy and converts the 'csharp' page.
Pavel Hrdina (4):
docs: convert 'dbus' page to rst
docs: convert 'python' page to rst
docs: convert 'tlscerts' page to rst
docs: convert 'windows' page to rst
Peter Krempa (3):
docs: Move 'tlscerts' page to 'kbase/'
docs: csharp: Remove project-specific information
docs: convert 'csharp' page to rst
docs/csharp.html.in | 470 ----------------------------------------
docs/csharp.rst | 38 ++++
docs/daemons.rst | 2 +-
docs/dbus.html.in | 94 --------
docs/dbus.rst | 75 +++++++
docs/docs.html.in | 3 -
docs/kbase/index.rst | 3 +
docs/kbase/meson.build | 1 +
docs/kbase/tlscerts.rst | 331 ++++++++++++++++++++++++++++
docs/meson.build | 9 +-
docs/python.html.in | 72 ------
docs/python.rst | 79 +++++++
docs/remote.html.in | 2 +-
docs/tlscerts.html.in | 413 -----------------------------------
docs/windows.html.in | 194 -----------------
docs/windows.rst | 139 ++++++++++++
16 files changed, 672 insertions(+), 1253 deletions(-)
delete mode 100644 docs/csharp.html.in
create mode 100644 docs/csharp.rst
delete mode 100644 docs/dbus.html.in
create mode 100644 docs/dbus.rst
create mode 100644 docs/kbase/tlscerts.rst
delete mode 100644 docs/python.html.in
create mode 100644 docs/python.rst
delete mode 100644 docs/tlscerts.html.in
delete mode 100644 docs/windows.html.in
create mode 100644 docs/windows.rst
--
2.35.1