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

Peter Krempa pkrempa at redhat.com
Fri Apr 22 12:23:16 UTC 2022


After this series only 2 non-generated HTML files remain:
 - index.html.in
 - 404.html.in

It is possible to convert these but the utility of doing so may not be
great for now.

Additionally this series cleans up some long-broken links and removes
unneeded raw HTML passthrough to declare anchors.

Pavel Hrdina (2):
  docs: storage: rename headers to remove duplicate names
  docs: Convert 'storage' page to rst

Peter Krempa (13):
  docs: formatsecret: Correct link to storage volume XML definition
  Correct links to TLS certificate setup page
  docs: Convert 'remote' page to rst
  docs: remote: Remove 'Limitations' paragraph
  docs: Convert 'uri' page to rst
  docs: uri: Remove old 'NULL URI' section
  docs: uri: Consolidate paragraphs on Xen URIs
  docs: uri: Move the 'test' hypervisor under a 'local hypervisors
    heading
  docs: uri: Rewrite section about transport protocols and extra
    parameters
  docs: governance: Remove unused HTML anchors
  docs: contact: Remove HTML anchors and adjust documents using them
  docs: bugs: Remove raw HTML anchor 'quality'
  docs: formatdomain: Remove old unreferenced HTML anchors

 .gitlab/issue_templates/bug.md |   2 +-
 docs/bugs.rst                  |   5 -
 docs/contact.rst               |  11 +-
 docs/contribute.rst            |  10 +-
 docs/drvesx.rst                |   5 +-
 docs/formatdomain.rst          | 112 -----
 docs/formatsecret.rst          |   8 +-
 docs/governance.rst            |   5 -
 docs/kbase/tlscerts.rst        |   4 +-
 docs/meson.build               |   6 +-
 docs/page.xsl                  |   2 +-
 docs/remote.html.in            | 297 ------------
 docs/remote.rst                | 209 +++++++++
 docs/securityprocess.rst       |   4 +-
 docs/storage.html.in           | 833 ---------------------------------
 docs/storage.rst               | 790 +++++++++++++++++++++++++++++++
 docs/uri.html.in               | 507 --------------------
 docs/uri.rst                   | 405 ++++++++++++++++
 tools/virt-pki-validate.in     |  10 +-
 19 files changed, 1431 insertions(+), 1794 deletions(-)
 delete mode 100644 docs/remote.html.in
 create mode 100644 docs/remote.rst
 delete mode 100644 docs/storage.html.in
 create mode 100644 docs/storage.rst
 delete mode 100644 docs/uri.html.in
 create mode 100644 docs/uri.rst

-- 
2.35.1



More information about the libvir-list mailing list