[gitdm v2] reports.py: Add very basic rST output

Simon Glass sjg at chromium.org
Wed Jul 13 17:28:10 CEST 2022


On Tue, 12 Jul 2022 at 15:14, Tom Rini <trini at konsulko.com> wrote:
>
> Add a -R option to gitdm to allow for reStructuredText output and add
> some very simple table generation.  We assume that whatever uses this
> output will be including it in other documents and we only concern
> ourselves with making tables.  Give ourselves 36 characters to fill in
> the nae field, as this tends to be long enough and can be corrected
> manually in the cases where it's slightly too short still.
>
> Cc: Heinrich Schuchardt <xypron.glpk at gmx.de>
> Signed-off-by: Tom Rini <trini at konsulko.com>
> ---
> Changes in v2:
> - Rework how we declare a table, per Heinrich
> ---
>  gitdm      |  5 ++++-
>  reports.py | 22 ++++++++++++++++++++++
>  2 files changed, 26 insertions(+), 1 deletion(-)
>

Reviewed-by: Simon Glass <sjg at chromium.org>


More information about the U-Boot mailing list