On Thu, Mar 10, 2022 at 17:07:54 +0100, Ján Tomko wrote:
On a Thursday in 2022, Peter Krempa wrote:
> The table was manually converted to a set of 'list-table'-s for better
> experience of viewing the text.
>
> Signed-off-by: Peter Krempa <pkrempa(a)redhat.com>
> ---
> docs/downloads.html.in | 661 -----------------------------------------
> docs/downloads.rst | 417 ++++++++++++++++++++++++++
> docs/meson.build | 2 +-
> 3 files changed, 418 insertions(+), 662 deletions(-)
> delete mode 100644 docs/downloads.html.in
> create mode 100644 docs/downloads.rst
[...]
> +
> +Project modules
> +---------------
> +
> +The libvirt project maintains a number of inter-related modules beyond the core
> +C library/daemon.
> +
> +Libvirt
> +~~~~~~~
> +
> +.. list-table::
> + :header-rows: 1
> +
> + * - Module
> + - Releases
> + - GIT Repo
> + - Bug Tracker
> + - GIT Mirrors
> + - Resources
> +
> + * - libvirt
> + - `libvirt <
https://libvirt.org/sources/>`__
> + - `gitlab <
https://gitlab.com/libvirt/libvirt>`__
> + - `issues <
https://gitlab.com/libvirt/libvirt/-/issues>`__
> + - `github <
https://github.com/libvirt/libvirt>`__
Missing equivalent of:
> - <a
href="https://libvirt.org/git/?p=libvirt.git;a=summary">libv...
before the github link.
Oops, this first set was converted manually before I considered it too
tedious :D
If you don't put it there, I won't be able to remove it in a followup
patch.
> + - `api ref <html/index.html>`__
> + `changes <news.html>`__
> +
Reviewed-by: Ján Tomko <jtomko(a)redhat.com>
Jano