
On Tue, Jul 12, 2022 at 06:23:58PM +0200, Heinrich Schuchardt wrote:
Am 12. Juli 2022 18:10:08 MESZ schrieb Tom Rini trini@konsulko.com:
On Tue, Jul 12, 2022 at 06:01:58PM +0200, Heinrich Schuchardt wrote:
On 7/12/22 17:55, Tom Rini wrote:
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?
"Count" should always fit.
That's an easy one. With that, are you OK with the tables and how they'll be referenced? If so I'll get started on the follow-up patch to
Otherwise things looked ok.
OK, thanks, I'll start adding everything else back in for v3 of the series.
You can render the page in a Python virtual environment using doc/sphinx/requirements.txt to check for correct formatting.
I've got it open in a firefox tab, yup. BTW, have you found a good way to review the output with a snap-based firefox? The sandboxing stuff means file:// doesn't work like it used to, but... having said that I guess I should switch up my workflow to using python3 -m http.server instead. So, nevermind, just putting this out there for anyone else that needs to review rendered docs later on.