We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the enhancement or feature you'd like Currently we have to open a browser and read the status of Python branches.
https://devguide.python.org/#status-of-python-branches
It would be great if that info is available in CSV format instead of in an rst table.
If the data is in CSV, we can then write scripts to programmatically parse the table and find the info we need.
According to @ezio-melotti , Sphinx support the .. csv-table:: directive, so we can use that instead of the current rst table syntax.
.. csv-table::
The text was updated successfully, but these errors were encountered:
There's also endoflife.date for Python, which I use to build the CI images for all active Python versions.
Sorry, something went wrong.
This is discussed in the PR, see:
ezio-melotti
Successfully merging a pull request may close this issue.
Describe the enhancement or feature you'd like
Currently we have to open a browser and read the status of Python branches.
https://devguide.python.org/#status-of-python-branches
It would be great if that info is available in CSV format instead of in an rst table.
If the data is in CSV, we can then write scripts to programmatically parse the table and find the info we need.
According to @ezio-melotti , Sphinx support the
.. csv-table::
directive, so we can use that instead of the current rst table syntax.The text was updated successfully, but these errors were encountered: