benchpark icon indicating copy to clipboard operation
benchpark copied to clipboard

Centralize text common to code and documentation (e.g., required python version numbers)

Open rountree opened this issue 9 months ago • 0 comments

We'd like to have the benchpark binary be able to check the version of python in use against the minimum version, mention the minimum version in the documentation, and both tied to a common source so there's only a single file that needs to get updated.

rst has a .. literalinclude:: tag that should fit the bill. Perhaps have a file ground_truth/min_python_version.txt that is included via literalinclude in the docs and (with a bit more work) parsed by python in the benchpark script.

This avoids any CI silliness.

rountree avatar May 08 '24 02:05 rountree