[PATCH 0/7] docs: Cleanups of generated pages and generators

Peter Krempa posted 7 patches 11 months, 1 week ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/cover.1684336381.git.pkrempa@redhat.com
docs/css/libvirt.css  |   2 -
docs/html/index.rst   |  65 +++++++++++++++++++++++
docs/html/meson.build |  46 +++++++++++++++-
docs/newapi.xsl       | 119 ++++++++++++++++--------------------------
docs/page.xsl         |  66 -----------------------
scripts/hvsupport.py  |  71 +++++++++++++++++++------
6 files changed, 208 insertions(+), 161 deletions(-)
create mode 100644 docs/html/index.rst
[PATCH 0/7] docs: Cleanups of generated pages and generators
Posted by Peter Krempa 11 months, 1 week ago
Browse the affected content at:

https://pipo.sk.gitlab.io/-/libvirt/-/jobs/4302989355/artifacts/website/hvsupport.html
https://pipo.sk.gitlab.io/-/libvirt/-/jobs/4302989355/artifacts/website/html/index.html
https://pipo.sk.gitlab.io/-/libvirt/-/jobs/4302989355/artifacts/website/html/libvirt-libvirt-interface.html

Peter Krempa (7):
  docs: Remove XSLT table of contents generator
  scripts: hvsupport: Properly register
    virConnectOpenAuth/virConnectOpenReadOnly APIs
  hvsupport: Split out common APIs from hypervisor API section
  css: Remove override of width for 'hvsupport' page
  docs: html: Add a manually written index page
  docs: newapi.xsl: Remove support for generating index page
  docs: xsl: Simplify templating XSL

 docs/css/libvirt.css  |   2 -
 docs/html/index.rst   |  65 +++++++++++++++++++++++
 docs/html/meson.build |  46 +++++++++++++++-
 docs/newapi.xsl       | 119 ++++++++++++++++--------------------------
 docs/page.xsl         |  66 -----------------------
 scripts/hvsupport.py  |  71 +++++++++++++++++++------
 6 files changed, 208 insertions(+), 161 deletions(-)
 create mode 100644 docs/html/index.rst

-- 
2.40.1
Re: [PATCH 0/7] docs: Cleanups of generated pages and generators
Posted by Ján Tomko 11 months, 1 week ago
On a Wednesday in 2023, Peter Krempa wrote:
>Browse the affected content at:
>
>https://pipo.sk.gitlab.io/-/libvirt/-/jobs/4302989355/artifacts/website/hvsupport.html
>https://pipo.sk.gitlab.io/-/libvirt/-/jobs/4302989355/artifacts/website/html/index.html
>https://pipo.sk.gitlab.io/-/libvirt/-/jobs/4302989355/artifacts/website/html/libvirt-libvirt-interface.html
>
>Peter Krempa (7):
>  docs: Remove XSLT table of contents generator
>  scripts: hvsupport: Properly register
>    virConnectOpenAuth/virConnectOpenReadOnly APIs
>  hvsupport: Split out common APIs from hypervisor API section
>  css: Remove override of width for 'hvsupport' page
>  docs: html: Add a manually written index page
>  docs: newapi.xsl: Remove support for generating index page
>  docs: xsl: Simplify templating XSL
>
> docs/css/libvirt.css  |   2 -
> docs/html/index.rst   |  65 +++++++++++++++++++++++
> docs/html/meson.build |  46 +++++++++++++++-
> docs/newapi.xsl       | 119 ++++++++++++++++--------------------------
> docs/page.xsl         |  66 -----------------------
> scripts/hvsupport.py  |  71 +++++++++++++++++++------
> 6 files changed, 208 insertions(+), 161 deletions(-)
> create mode 100644 docs/html/index.rst
>

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

Jano