[PATCH 00/14] docs: Convert some pages to rST and clean up (part 5)

Peter Krempa posted 14 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.1649865545.git.pkrempa@redhat.com
docs/api.rst                       |    5 +-
docs/drivers.rst                   |    2 +-
docs/drvbhyve.rst                  |    6 +-
docs/drvesx.rst                    |   19 +-
docs/drvnodedev.rst                |   20 +-
docs/firewall.rst                  |    2 +-
docs/formatcaps.html.in            |  222 ---
docs/formatcaps.rst                |  197 +++
docs/formatdomain.rst              |    7 +-
docs/formatnetwork.html.in         | 1479 -----------------
docs/formatnetwork.rst             | 1144 +++++++++++++
docs/formatnetworkport.rst         |    2 +-
docs/formatnode.html.in            |  657 --------
docs/formatnode.rst                |  556 +++++++
docs/formatnwfilter.html.in        | 2471 ----------------------------
docs/formatnwfilter.rst            | 1789 ++++++++++++++++++++
docs/formatsecret.rst              |   16 +-
docs/kbase/launch_security_sev.rst |    2 +-
docs/kbase/tlscerts.rst            |    7 +-
docs/manpages/virsh.rst            |    5 +-
docs/meson.build                   |   12 +-
docs/pci-hotplug.rst               |    5 +-
22 files changed, 3742 insertions(+), 4883 deletions(-)
delete mode 100644 docs/formatcaps.html.in
create mode 100644 docs/formatcaps.rst
delete mode 100644 docs/formatnetwork.html.in
create mode 100644 docs/formatnetwork.rst
delete mode 100644 docs/formatnode.html.in
create mode 100644 docs/formatnode.rst
delete mode 100644 docs/formatnwfilter.html.in
create mode 100644 docs/formatnwfilter.rst
[PATCH 00/14] docs: Convert some pages to rST and clean up (part 5)
Posted by Peter Krempa 2 years ago
This series corrects some mistakes from previous conversions (local
anchor links, ordering of input files) and finishes the conversion of
format* documents.

Pavel Hrdina (1):
  docs: Convert 'formatnwfilter' page to rst

Peter Krempa (13):
  docs: meson: Sort list of RST files to build
  docs: api: Fix local anchor links
  docs: drivers: Fix local anchor links
  docs: drvbhve: Fix local anchor links
  docs: drvesx: Fix local anchor links
  docs: drvnodedev: Fix local anchor links
  docs: drvsecret: Fix local anchor links
  docs: kbase/launch_security_sev: Fix local anchor links
  docs: kbase/tlscerts: Fix local anchor links
  docs: pci-hotplug: Fix local anchor links
  docs: Convert 'formatcaps' page to rst
  docs: Convert 'formatnetwork' page to rst
  docs: Convert 'formatnode' page to rst

 docs/api.rst                       |    5 +-
 docs/drivers.rst                   |    2 +-
 docs/drvbhyve.rst                  |    6 +-
 docs/drvesx.rst                    |   19 +-
 docs/drvnodedev.rst                |   20 +-
 docs/firewall.rst                  |    2 +-
 docs/formatcaps.html.in            |  222 ---
 docs/formatcaps.rst                |  197 +++
 docs/formatdomain.rst              |    7 +-
 docs/formatnetwork.html.in         | 1479 -----------------
 docs/formatnetwork.rst             | 1144 +++++++++++++
 docs/formatnetworkport.rst         |    2 +-
 docs/formatnode.html.in            |  657 --------
 docs/formatnode.rst                |  556 +++++++
 docs/formatnwfilter.html.in        | 2471 ----------------------------
 docs/formatnwfilter.rst            | 1789 ++++++++++++++++++++
 docs/formatsecret.rst              |   16 +-
 docs/kbase/launch_security_sev.rst |    2 +-
 docs/kbase/tlscerts.rst            |    7 +-
 docs/manpages/virsh.rst            |    5 +-
 docs/meson.build                   |   12 +-
 docs/pci-hotplug.rst               |    5 +-
 22 files changed, 3742 insertions(+), 4883 deletions(-)
 delete mode 100644 docs/formatcaps.html.in
 create mode 100644 docs/formatcaps.rst
 delete mode 100644 docs/formatnetwork.html.in
 create mode 100644 docs/formatnetwork.rst
 delete mode 100644 docs/formatnode.html.in
 create mode 100644 docs/formatnode.rst
 delete mode 100644 docs/formatnwfilter.html.in
 create mode 100644 docs/formatnwfilter.rst

-- 
2.35.1
Re: [PATCH 00/14] docs: Convert some pages to rST and clean up (part 5)
Posted by Michal Prívozník 2 years ago
On 4/13/22 18:02, Peter Krempa wrote:
> This series corrects some mistakes from previous conversions (local
> anchor links, ordering of input files) and finishes the conversion of
> format* documents.
> 
> Pavel Hrdina (1):
>   docs: Convert 'formatnwfilter' page to rst
> 
> Peter Krempa (13):
>   docs: meson: Sort list of RST files to build
>   docs: api: Fix local anchor links
>   docs: drivers: Fix local anchor links
>   docs: drvbhve: Fix local anchor links
>   docs: drvesx: Fix local anchor links
>   docs: drvnodedev: Fix local anchor links
>   docs: drvsecret: Fix local anchor links
>   docs: kbase/launch_security_sev: Fix local anchor links
>   docs: kbase/tlscerts: Fix local anchor links
>   docs: pci-hotplug: Fix local anchor links
>   docs: Convert 'formatcaps' page to rst
>   docs: Convert 'formatnetwork' page to rst
>   docs: Convert 'formatnode' page to rst
> 
>  docs/api.rst                       |    5 +-
>  docs/drivers.rst                   |    2 +-
>  docs/drvbhyve.rst                  |    6 +-
>  docs/drvesx.rst                    |   19 +-
>  docs/drvnodedev.rst                |   20 +-
>  docs/firewall.rst                  |    2 +-
>  docs/formatcaps.html.in            |  222 ---
>  docs/formatcaps.rst                |  197 +++
>  docs/formatdomain.rst              |    7 +-
>  docs/formatnetwork.html.in         | 1479 -----------------
>  docs/formatnetwork.rst             | 1144 +++++++++++++
>  docs/formatnetworkport.rst         |    2 +-
>  docs/formatnode.html.in            |  657 --------
>  docs/formatnode.rst                |  556 +++++++
>  docs/formatnwfilter.html.in        | 2471 ----------------------------
>  docs/formatnwfilter.rst            | 1789 ++++++++++++++++++++
>  docs/formatsecret.rst              |   16 +-
>  docs/kbase/launch_security_sev.rst |    2 +-
>  docs/kbase/tlscerts.rst            |    7 +-
>  docs/manpages/virsh.rst            |    5 +-
>  docs/meson.build                   |   12 +-
>  docs/pci-hotplug.rst               |    5 +-
>  22 files changed, 3742 insertions(+), 4883 deletions(-)
>  delete mode 100644 docs/formatcaps.html.in
>  create mode 100644 docs/formatcaps.rst
>  delete mode 100644 docs/formatnetwork.html.in
>  create mode 100644 docs/formatnetwork.rst
>  delete mode 100644 docs/formatnode.html.in
>  create mode 100644 docs/formatnode.rst
>  delete mode 100644 docs/formatnwfilter.html.in
>  create mode 100644 docs/formatnwfilter.rst
> 

Reviewed-by: Michal Privoznik <mprivozn@redhat.com>

Michal
Re: [PATCH 00/14] docs: Convert some pages to rST and clean up (part 5)
Posted by Peter Krempa 2 years ago
On Wed, Apr 13, 2022 at 18:02:01 +0200, Peter Krempa wrote:
> This series corrects some mistakes from previous conversions (local
> anchor links, ordering of input files) and finishes the conversion of
> format* documents.

Output of the CI pipeline for the converted documents:

https://pipo.sk.gitlab.io/-/libvirt/-/jobs/2332431482/artifacts/website/formatnwfilter.html
https://pipo.sk.gitlab.io/-/libvirt/-/jobs/2332431482/artifacts/website/formatcaps.html
https://pipo.sk.gitlab.io/-/libvirt/-/jobs/2332431482/artifacts/website/formatnetwork.html
https://pipo.sk.gitlab.io/-/libvirt/-/jobs/2332431482/artifacts/website/formatnode.html