RRick van Hattemdocs: drop obsolete compat boilerplate from the examples
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
docs: drop obsolete compat boilerplate from the examples `from __future__ import annotations` does nothing on the 3.10+ range this package supports, so the examples readers copy from should not carry it. Also removes the now-pointless FA lint selection and the python2-era shebang in examples.py. | 21 天前 | |
docs: drop obsolete compat boilerplate from the examples `from __future__ import annotations` does nothing on the 3.10+ range this package supports, so the examples readers copy from should not carry it. Also removes the now-pointless FA lint selection and the python2-era shebang in examples.py. | 21 天前 | |
docs: drop obsolete compat boilerplate from the examples `from __future__ import annotations` does nothing on the 3.10+ range this package supports, so the examples readers copy from should not carry it. Also removes the now-pointless FA lint selection and the python2-era shebang in examples.py. | 21 天前 | |
docs: drop obsolete compat boilerplate from the examples `from __future__ import annotations` does nothing on the 3.10+ range this package supports, so the examples readers copy from should not carry it. Also removes the now-pointless FA lint selection and the python2-era shebang in examples.py. | 21 天前 | |
docs: rebuild the documentation as an interactive Diataxis site Tutorial, how-to, reference and explanation sections with tested, runnable demos: SVG animations rendered from real bar output and an in-browser Pyodide console (vendored xterm.js, wheels built at docs build time) covered by a playwright smoke-test suite. LaTeX/PDF/ePub builds stay green under fail_on_warning. | 23 天前 | |
docs: rebuild the documentation as an interactive Diataxis site Tutorial, how-to, reference and explanation sections with tested, runnable demos: SVG animations rendered from real bar output and an in-browser Pyodide console (vendored xterm.js, wheels built at docs build time) covered by a playwright smoke-test suite. LaTeX/PDF/ePub builds stay green under fail_on_warning. | 23 天前 | |
docs(readme): benchmark-race hero, animated demos, Markdown conversion Rewrite the README as Markdown with a measured-data wow layout and wire up the assets and gates that keep it honest: - README.md replaces README.rst: centered badge row, animated benchmark race hero, feature sections with animated SVG demos (colors, logs, multibar, parallel execution, pv-style CLI), verified stability numbers, retained reference content - benchmarks: measure plain progressbar2 and progressbar2[fast] separately in scenarios A and C, add speedups to requirements, refresh results/report/chart against current develop - scripts/render_race.py: deterministic race SVG generated from results.json, byte-drift gated in tox docs-demos next to render_demos --check - new registry demos readme/colors, readme/parallel and readme/cli with capture tests, README code blocks test-synced to the example sources - render_demos: drop rows that MultiBar clears so removed bars no longer linger as stale duplicate frames - fix(bar): NullBar.finish() now flips _finished, so a NullBar inside a MultiBar context cannot hang the exit wait (regression test included) - tox: new readme env builds the sdist and runs twine check --strict (with readme_renderer[md]) in CI | 21 天前 |