
On Tue, Jul 12, 2022 at 05:42:31PM +0200, Heinrich Schuchardt wrote:
On 7/12/22 17:32, Tom Rini wrote:
These tables are generated by gitdm, patched to generate an rST .. table directive and then with the header, orphan tag and stats summary added manually.
Cc: Heinrich Schuchardt xypron.glpk@gmx.de Signed-off-by: Tom Rini trini@konsulko.com
Changes in v2:
- Include :orphan: this time
- Use .. table and auto-width as suggested by Heinrich
.../statistics/u-boot-stats-v2022.07.rst | 806 ++++++++++++++++++ 1 file changed, 806 insertions(+) create mode 100644 doc/develop/statistics/u-boot-stats-v2022.07.rst
[snip]
+.. table:: Employers with the most signoffs (total 266)
- :widths: auto
- ========================= ==========
- Name Changesets
%s/Changesets/Signoffs/
The column heading of column 2 should depend on the table.
The code to generate these is pretty basic. Changesets isn't quite right for code added/removed either. I'll go take a pass at passing in a "what" rather than hard-coding Changesets, but would it be OK to just say "Quantity" or "Amount" for each table instead?