[PATCH 0/7] docs: Convert some pages to rST and clean up (part 3)

Peter Krempa posted 7 patches 2 years ago
Test syntax-check passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/cover.1649084492.git.pkrempa@redhat.com
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
[PATCH 0/7] docs: Convert some pages to rST and clean up (part 3)
Posted by Peter Krempa 2 years ago
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
Re: [PATCH 0/7] docs: Convert some pages to rST and clean up (part 3)
Posted by Pavel Hrdina 2 years ago
On Mon, Apr 04, 2022 at 05:04:17PM +0200, Peter Krempa wrote:
> 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

Reviewed-by: Pavel Hrdina <phrdina@redhat.com>