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

Peter Krempa posted 8 patches 2 years, 1 month ago
Test syntax-check failed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/cover.1646927156.git.pkrempa@redhat.com
There is a newer version of this series
build-aux/syntax-check.mk |   2 +-
docs/contact.html.in      | 116 -------
docs/contact.rst          |  94 ++++++
docs/downloads.html.in    | 661 --------------------------------------
docs/downloads.rst        | 417 ++++++++++++++++++++++++
docs/meson.build          |  14 +-
docs/nss.html.in          | 189 -----------
docs/nss.rst              | 154 +++++++++
docs/pci-hotplug.html.in  | 185 -----------
docs/pci-hotplug.rst      | 146 +++++++++
docs/testapi.html.in      |  35 --
docs/testapi.rst          |  34 ++
docs/testsuites.html.in   |  41 ---
docs/testsuites.rst       |  37 +++
docs/testtck.html.in      |  40 ---
docs/testtck.rst          |  37 +++
16 files changed, 927 insertions(+), 1275 deletions(-)
delete mode 100644 docs/contact.html.in
create mode 100644 docs/contact.rst
delete mode 100644 docs/downloads.html.in
create mode 100644 docs/downloads.rst
delete mode 100644 docs/nss.html.in
create mode 100644 docs/nss.rst
delete mode 100644 docs/pci-hotplug.html.in
create mode 100644 docs/pci-hotplug.rst
delete mode 100644 docs/testapi.html.in
create mode 100644 docs/testapi.rst
delete mode 100644 docs/testsuites.html.in
create mode 100644 docs/testsuites.rst
delete mode 100644 docs/testtck.html.in
create mode 100644 docs/testtck.rst
[PATCH 0/8] docs: Convert some pages to rST and clean up (part 2)
Posted by Peter Krempa 2 years, 1 month ago
Jano asked me to expedite the conversion of the 'downloads' page so he
can do some modifications.

Peter Krempa (8):
  docs: Convert 'downloads' page to rST

  https://pipo.sk.gitlab.io/-/libvirt/-/jobs/2188545131/artifacts/website/downloads.html

  docs: Convert 'contact' page to rST

  https://pipo.sk.gitlab.io/-/libvirt/-/jobs/2188545131/artifacts/website/contact.html

  docs: Convert 'testapi' page to rST

  https://pipo.sk.gitlab.io/-/libvirt/-/jobs/2188545131/artifacts/website/testapi.html

  syntax-check: Don't check for non-reentrant functions in '.rst' files
  docs: Convert 'nss' page to rST

  https://pipo.sk.gitlab.io/-/libvirt/-/jobs/2188545131/artifacts/website/nss.html

  docs: Convert 'pci-hotplug' page to rST

  https://pipo.sk.gitlab.io/-/libvirt/-/jobs/2188545131/artifacts/website/pci-hotplug.html

  docs: Convert 'testtck' page to rST

  https://pipo.sk.gitlab.io/-/libvirt/-/jobs/2188545131/artifacts/website/testtck.html

  docs: Convert 'testsuites' page to rST

  https://pipo.sk.gitlab.io/-/libvirt/-/jobs/2188545131/artifacts/website/testsuites.html

 build-aux/syntax-check.mk |   2 +-
 docs/contact.html.in      | 116 -------
 docs/contact.rst          |  94 ++++++
 docs/downloads.html.in    | 661 --------------------------------------
 docs/downloads.rst        | 417 ++++++++++++++++++++++++
 docs/meson.build          |  14 +-
 docs/nss.html.in          | 189 -----------
 docs/nss.rst              | 154 +++++++++
 docs/pci-hotplug.html.in  | 185 -----------
 docs/pci-hotplug.rst      | 146 +++++++++
 docs/testapi.html.in      |  35 --
 docs/testapi.rst          |  34 ++
 docs/testsuites.html.in   |  41 ---
 docs/testsuites.rst       |  37 +++
 docs/testtck.html.in      |  40 ---
 docs/testtck.rst          |  37 +++
 16 files changed, 927 insertions(+), 1275 deletions(-)
 delete mode 100644 docs/contact.html.in
 create mode 100644 docs/contact.rst
 delete mode 100644 docs/downloads.html.in
 create mode 100644 docs/downloads.rst
 delete mode 100644 docs/nss.html.in
 create mode 100644 docs/nss.rst
 delete mode 100644 docs/pci-hotplug.html.in
 create mode 100644 docs/pci-hotplug.rst
 delete mode 100644 docs/testapi.html.in
 create mode 100644 docs/testapi.rst
 delete mode 100644 docs/testsuites.html.in
 create mode 100644 docs/testsuites.rst
 delete mode 100644 docs/testtck.html.in
 create mode 100644 docs/testtck.rst

-- 
2.35.1
Re: [PATCH 0/8] docs: Convert some pages to rST and clean up (part 2)
Posted by Ján Tomko 2 years, 1 month ago
On a Thursday in 2022, Peter Krempa wrote:
>Jano asked me to expedite the conversion of the 'downloads' page so he
>can do some modifications.
>
>Peter Krempa (8):
>  docs: Convert 'downloads' page to rST
>
>  https://pipo.sk.gitlab.io/-/libvirt/-/jobs/2188545131/artifacts/website/downloads.html
>
>  docs: Convert 'contact' page to rST
>
>  https://pipo.sk.gitlab.io/-/libvirt/-/jobs/2188545131/artifacts/website/contact.html
>
>  docs: Convert 'testapi' page to rST
>
>  https://pipo.sk.gitlab.io/-/libvirt/-/jobs/2188545131/artifacts/website/testapi.html
>
>  syntax-check: Don't check for non-reentrant functions in '.rst' files
>  docs: Convert 'nss' page to rST
>
>  https://pipo.sk.gitlab.io/-/libvirt/-/jobs/2188545131/artifacts/website/nss.html
>
>  docs: Convert 'pci-hotplug' page to rST
>
>  https://pipo.sk.gitlab.io/-/libvirt/-/jobs/2188545131/artifacts/website/pci-hotplug.html
>
>  docs: Convert 'testtck' page to rST
>
>  https://pipo.sk.gitlab.io/-/libvirt/-/jobs/2188545131/artifacts/website/testtck.html
>
>  docs: Convert 'testsuites' page to rST
>
>  https://pipo.sk.gitlab.io/-/libvirt/-/jobs/2188545131/artifacts/website/testsuites.html
>
> build-aux/syntax-check.mk |   2 +-
> docs/contact.html.in      | 116 -------
> docs/contact.rst          |  94 ++++++
> docs/downloads.html.in    | 661 --------------------------------------
> docs/downloads.rst        | 417 ++++++++++++++++++++++++
> docs/meson.build          |  14 +-
> docs/nss.html.in          | 189 -----------
> docs/nss.rst              | 154 +++++++++
> docs/pci-hotplug.html.in  | 185 -----------
> docs/pci-hotplug.rst      | 146 +++++++++
> docs/testapi.html.in      |  35 --
> docs/testapi.rst          |  34 ++
> docs/testsuites.html.in   |  41 ---
> docs/testsuites.rst       |  37 +++
> docs/testtck.html.in      |  40 ---
> docs/testtck.rst          |  37 +++
> 16 files changed, 927 insertions(+), 1275 deletions(-)

Reviewed-by: Ján Tomko <jtomko@redhat.com>

Jano