[PATCH 0/9] docs: Various fixes, mostly around :since: tags

Andrea Bolognani posted 9 patches 2 months, 1 week ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/20240220094135.359112-1-abologna@redhat.com
build-aux/syntax-check.mk        |   5 +
docs/api_extension.rst           |  27 +-
docs/bugs.rst                    |  14 +-
docs/drvbhyve.rst                |  30 +-
docs/drvesx.rst                  |  19 +-
docs/drvnodedev.rst              |   2 +-
docs/drvqemu.rst                 |   2 +-
docs/drvxen.rst                  |   2 +-
docs/firewall.rst                |  23 +-
docs/formatcaps.rst              |   8 +-
docs/formatdomain.rst            | 510 ++++++++++++++++---------------
docs/formatnetwork.rst           |  81 ++---
docs/formatnetworkport.rst       |   2 +-
docs/formatnode.rst              |   6 +-
docs/formatnwfilter.rst          | 143 ++++-----
docs/formatsecret.rst            |  10 +-
docs/formatsnapshot.rst          |   4 +-
docs/formatstorage.rst           |  29 +-
docs/formatstorageencryption.rst |   8 +-
docs/hooks.rst                   | 168 +++++-----
20 files changed, 563 insertions(+), 530 deletions(-)
[PATCH 0/9] docs: Various fixes, mostly around :since: tags
Posted by Andrea Bolognani 2 months, 1 week ago
The way we use :since: is awfully inconsistent. This series doesn't
try to fix everything, but takes care of at least a few low-hanging
fruits plus a bunch of odds and ends.

Abridged version, with the full one available from

  https://gitlab.com/abologna/libvirt/-/commits/docs-rst-since

Andrea Bolognani (9):
  docs: Format lists of files better
  docs: Remove unnecessary whitespace
  docs: Fix list of values
  docs: Don't use "line blocks"
  docs: Fix a few weird :since: tags
  docs: Leave kernel version out of :since:
  docs: Rewrite a few awkward sections
  docs: Other fixes to :since: tags
  syntax-check: Validate :since: tags

 build-aux/syntax-check.mk        |   5 +
 docs/api_extension.rst           |  27 +-
 docs/bugs.rst                    |  14 +-
 docs/drvbhyve.rst                |  30 +-
 docs/drvesx.rst                  |  19 +-
 docs/drvnodedev.rst              |   2 +-
 docs/drvqemu.rst                 |   2 +-
 docs/drvxen.rst                  |   2 +-
 docs/firewall.rst                |  23 +-
 docs/formatcaps.rst              |   8 +-
 docs/formatdomain.rst            | 510 ++++++++++++++++---------------
 docs/formatnetwork.rst           |  81 ++---
 docs/formatnetworkport.rst       |   2 +-
 docs/formatnode.rst              |   6 +-
 docs/formatnwfilter.rst          | 143 ++++-----
 docs/formatsecret.rst            |  10 +-
 docs/formatsnapshot.rst          |   4 +-
 docs/formatstorage.rst           |  29 +-
 docs/formatstorageencryption.rst |   8 +-
 docs/hooks.rst                   | 168 +++++-----
 20 files changed, 563 insertions(+), 530 deletions(-)

-- 
2.43.2
_______________________________________________
Devel mailing list -- devel@lists.libvirt.org
To unsubscribe send an email to devel-leave@lists.libvirt.org
Re: [PATCH 0/9] docs: Various fixes, mostly around :since: tags
Posted by Michal Prívozník 2 months, 1 week ago
On 2/20/24 10:41, Andrea Bolognani wrote:
> The way we use :since: is awfully inconsistent. This series doesn't
> try to fix everything, but takes care of at least a few low-hanging
> fruits plus a bunch of odds and ends.
> 
> Abridged version, with the full one available from
> 
>   https://gitlab.com/abologna/libvirt/-/commits/docs-rst-since
> 
> Andrea Bolognani (9):
>   docs: Format lists of files better
>   docs: Remove unnecessary whitespace
>   docs: Fix list of values
>   docs: Don't use "line blocks"
>   docs: Fix a few weird :since: tags
>   docs: Leave kernel version out of :since:
>   docs: Rewrite a few awkward sections
>   docs: Other fixes to :since: tags
>   syntax-check: Validate :since: tags
> 
>  build-aux/syntax-check.mk        |   5 +
>  docs/api_extension.rst           |  27 +-
>  docs/bugs.rst                    |  14 +-
>  docs/drvbhyve.rst                |  30 +-
>  docs/drvesx.rst                  |  19 +-
>  docs/drvnodedev.rst              |   2 +-
>  docs/drvqemu.rst                 |   2 +-
>  docs/drvxen.rst                  |   2 +-
>  docs/firewall.rst                |  23 +-
>  docs/formatcaps.rst              |   8 +-
>  docs/formatdomain.rst            | 510 ++++++++++++++++---------------
>  docs/formatnetwork.rst           |  81 ++---
>  docs/formatnetworkport.rst       |   2 +-
>  docs/formatnode.rst              |   6 +-
>  docs/formatnwfilter.rst          | 143 ++++-----
>  docs/formatsecret.rst            |  10 +-
>  docs/formatsnapshot.rst          |   4 +-
>  docs/formatstorage.rst           |  29 +-
>  docs/formatstorageencryption.rst |   8 +-
>  docs/hooks.rst                   | 168 +++++-----
>  20 files changed, 563 insertions(+), 530 deletions(-)
> 

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

Michal
_______________________________________________
Devel mailing list -- devel@lists.libvirt.org
To unsubscribe send an email to devel-leave@lists.libvirt.org