[PATCH 0/9] docs: kbase style change and cleanups

Peter Krempa posted 9 patches 3 years, 5 months ago
Test syntax-check failed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/cover.1604509085.git.pkrempa@redhat.com
docs/docs.html.in      |  5 ++--
docs/index.html.in     |  4 +--
docs/kbase.rst         | 53 ---------------------------------
docs/kbase/index.rst   | 57 +++++++++++++++++++++++++++++++++++
docs/kbase/meson.build |  1 +
docs/libvirt.css       | 67 +++++++++++++++++++++++++++---------------
docs/meson.build       |  1 -
docs/page.xsl          | 27 ++++++++++-------
scripts/hvsupport.py   |  2 +-
9 files changed, 124 insertions(+), 93 deletions(-)
delete mode 100644 docs/kbase.rst
create mode 100644 docs/kbase/index.rst
[PATCH 0/9] docs: kbase style change and cleanups
Posted by Peter Krempa 3 years, 5 months ago
Some patches are taken from an older series where we've discussed that
the kbase page should look more like 'docs.html' as more articles
appear, this series delivers that:

https://www.redhat.com/archives/libvir-list/2020-August/msg00172.html

... and a few other changes.

Final output:

https://pipo.sk.gitlab.io/-/libvirt/-/jobs/830387801/artifacts/website/docs.html

Peter Krempa (9):
  docs: Fix title of 'docs' page
  docs: xslt: Use 'Link' rather than 'Permalink' in header links
  docs: css: Add a gray box around table of contents of RST based docs
  docs: kbase: Move index page to docs/kbase
  docs: kbase: Remove extra container from index page
  docs: kbase: Split articles into sections
  docs: xsl: Unify stylability of main container element
  docs: css: Modify appearance of the kbase directory page
  docs: kbase: Reorder some articles in the 'Usage' section

 docs/docs.html.in      |  5 ++--
 docs/index.html.in     |  4 +--
 docs/kbase.rst         | 53 ---------------------------------
 docs/kbase/index.rst   | 57 +++++++++++++++++++++++++++++++++++
 docs/kbase/meson.build |  1 +
 docs/libvirt.css       | 67 +++++++++++++++++++++++++++---------------
 docs/meson.build       |  1 -
 docs/page.xsl          | 27 ++++++++++-------
 scripts/hvsupport.py   |  2 +-
 9 files changed, 124 insertions(+), 93 deletions(-)
 delete mode 100644 docs/kbase.rst
 create mode 100644 docs/kbase/index.rst

-- 
2.26.2

Re: [PATCH 0/9] docs: kbase style change and cleanups
Posted by Peter Krempa 3 years, 5 months ago
On Wed, Nov 04, 2020 at 18:01:52 +0100, Peter Krempa wrote:
> Some patches are taken from an older series where we've discussed that
> the kbase page should look more like 'docs.html' as more articles
> appear, this series delivers that:
> 
> https://www.redhat.com/archives/libvir-list/2020-August/msg00172.html
> 
> ... and a few other changes.
> 
> Final output:
> 
> https://pipo.sk.gitlab.io/-/libvirt/-/jobs/830387801/artifacts/website/docs.html
> 
> Peter Krempa (9):
>   docs: Fix title of 'docs' page
>   docs: xslt: Use 'Link' rather than 'Permalink' in header links
>   docs: css: Add a gray box around table of contents of RST based docs
>   docs: kbase: Move index page to docs/kbase
>   docs: kbase: Remove extra container from index page
>   docs: kbase: Split articles into sections
>   docs: xsl: Unify stylability of main container element
>   docs: css: Modify appearance of the kbase directory page
>   docs: kbase: Reorder some articles in the 'Usage' section

Ping?

Re: [PATCH 0/9] docs: kbase style change and cleanups
Posted by Michal Privoznik 3 years, 5 months ago
On 11/4/20 6:01 PM, Peter Krempa wrote:
> Some patches are taken from an older series where we've discussed that
> the kbase page should look more like 'docs.html' as more articles
> appear, this series delivers that:
> 
> https://www.redhat.com/archives/libvir-list/2020-August/msg00172.html
> 
> ... and a few other changes.
> 
> Final output:
> 
> https://pipo.sk.gitlab.io/-/libvirt/-/jobs/830387801/artifacts/website/docs.html
> 
> Peter Krempa (9):
>    docs: Fix title of 'docs' page
>    docs: xslt: Use 'Link' rather than 'Permalink' in header links
>    docs: css: Add a gray box around table of contents of RST based docs
>    docs: kbase: Move index page to docs/kbase
>    docs: kbase: Remove extra container from index page
>    docs: kbase: Split articles into sections
>    docs: xsl: Unify stylability of main container element
>    docs: css: Modify appearance of the kbase directory page
>    docs: kbase: Reorder some articles in the 'Usage' section
> 
>   docs/docs.html.in      |  5 ++--
>   docs/index.html.in     |  4 +--
>   docs/kbase.rst         | 53 ---------------------------------
>   docs/kbase/index.rst   | 57 +++++++++++++++++++++++++++++++++++
>   docs/kbase/meson.build |  1 +
>   docs/libvirt.css       | 67 +++++++++++++++++++++++++++---------------
>   docs/meson.build       |  1 -
>   docs/page.xsl          | 27 ++++++++++-------
>   scripts/hvsupport.py   |  2 +-
>   9 files changed, 124 insertions(+), 93 deletions(-)
>   delete mode 100644 docs/kbase.rst
>   create mode 100644 docs/kbase/index.rst
> 

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

Michal