10000 Replace the "Status of the Python branches" table with a csv. by ezio-melotti · Pull Request #884 · python/devguide · GitHub
[go: up one dir, main page]

Skip to content

Replace the "Status of the Python branches" table with a csv. #884

New issue

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

Merged
merged 12 commits into from
Nov 10, 2022
Merged
Prev Previous commit
Next Next commit
Use default ("auto") table widths.
  • Loading branch information
ezio-melotti committed Jul 3, 2022
commit 2a13d982ae7352d83cbe48f41931bb2c2c3aa51c
2 changes: 0 additions & 2 deletions devcycle.rst
Original file line number Diff line number Diff line change
Expand Up @@ -130,8 +130,6 @@ For reference, here are the Python versions that most recently reached their end

.. csv-table::
:header-rows: 1
:width: 85%
:widths: 5, 5, 15, 12, 40
:file: include/end-of-life.csv

The latest release for each Python version can be found on the `download page
Expand Down
1 change: 0 additions & 1 deletion index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,6 @@ Status of Python branches

.. csv-table::
:header-rows: 1
:widths: 15, 15, 15, 15, 15, 25
:file: include/branches.csv

.. Update the status of the branches in include/branches.csv
Expand Down
0