Commit fb776f3
docs: right-align table numbers and merge RCPSP config tables
- Add docs/_static/custom.css: CSS to right-align data cells in
benchmark tables (.numtable) and left-align first two columns
in RCPSP tables (.rcpsp-table) for HTML output
- Update docs/conf.py: add '_static' to html_static_path and
html_css_files = ['custom.css']
- Add '.. tabularcolumns::' directive before every list-table in
bench.rst for right-aligned columns in PDF/LaTeX output
- Merge the 8 RCPSP config tables (A/B/C/D × CPython/PyPy) into
2 tables (CPython and PyPy) with additional Resources and Prec
columns, reducing repetition and enabling easy cross-config comparison
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent 8a0b773 commit fb776f3
3 files changed
Lines changed: 241 additions & 177 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
0 commit comments