In 2019 Dustin Ingram made this chart of the Python release cycle: https://python-release-cycle.glitch.me/

Jeff Triplett and I have forked to make one for Django and Drupal respectively. It's a simple static site: some HTML, JS and CSS using a Gantt chart from Google Charts:
Dustin recently asked:
Hugo, do you think there's any appetite for putting this in more official docs or web properties somewhere? I think there was talk about that at some point but never saw it happen.
I think it would be good, it has come up before a couple of times:
Options
If so, we have a number of options.
We could:
Proof of concept
For option two, I made a proof of concept using https://github.com/mgaitan/sphinxcontrib-mermaid to render a Gantt chart on the devguide: https://hugovk-devguide.readthedocs.io/en/mermaid/versions/

Right now it duplicates the dates, but once python/devguide#884 is merged, we could generate them from the CSV.
Further
Let's discuss in today's docs community meeting.
In 2019 Dustin Ingram made this chart of the Python release cycle: https://python-release-cycle.glitch.me/
Jeff Triplett and I have forked to make one for Django and Drupal respectively. It's a simple static site: some HTML, JS and CSS using a Gantt chart from Google Charts:
Dustin recently asked:
I think it would be good, it has come up before a couple of times:
Options
If so, we have a number of options.
We could:
Move this page under https://github.com/python/ as a standalone static page
Create a new chart integrated into either of those pages
Proof of concept
For option two, I made a proof of concept using https://github.com/mgaitan/sphinxcontrib-mermaid to render a Gantt chart on the devguide: https://hugovk-devguide.readthedocs.io/en/mermaid/versions/
Right now it duplicates the dates, but once python/devguide#884 is merged, we could generate them from the CSV.
Further
Let's discuss in today's docs community meeting.