Docs: Update migration report, align Python 3.13 66/143566/1
authorMatthew Watkins <mwatkins@linuxfoundation.org>
Tue, 10 Mar 2026 11:03:50 +0000 (11:03 +0000)
committerMatthew Watkins <mwatkins@linuxfoundation.org>
Tue, 10 Mar 2026 11:06:07 +0000 (11:06 +0000)
commitc719d5718498a2e15a8c25185fe9ed22a14fdf10
treebd46cbdd1e9aa22f4181a269d299dd8959662f4c
parent545a80b47643beb325cdd159e43159f931a8d9bb
Docs: Update migration report, align Python 3.13

- Rewrite blockdiag/seqdiag migration report as a completed technical
  reference rather than a TSC progress tracker
- Remove Audit results, Gerrit changes, Ask of the TSC, and Timeline
  sections containing moment-in-time tracking content
- Remove Gerrit change references throughout
- Add pre-rendered blockdiag/seqdiag PNG images for Before diagrams
  (the extensions are no longer installed so code-block source alone
  was not rendering visually)
- Fix broken Bus Controller mermaid diagram: quote hyphenated node
  identifiers and rename classDef names to avoid reserved keywords
- Add new Migration scope, Mermaid syntax pitfalls, and Applying the
  migration to other projects sections
- Update example tox.ini templates (master and release) from
  Python 3.8 to 3.13, remove OpenStack Yoga constraints, add
  setuptools

Issue-ID: CIMAN-33
Change-Id: Ie0612c80cb1632771f537665b1f013daf77ac80d
Signed-off-by: Matthew Watkins <mwatkins@linuxfoundation.org>
docs/guides/onap-documentation/media/buscontroller.png [new file with mode: 0644]
docs/guides/onap-documentation/media/datarouter.png [new file with mode: 0644]
docs/guides/onap-documentation/media/publishAnyEvent.png [new file with mode: 0644]
docs/guides/onap-documentation/media/publishEventBatch.png [new file with mode: 0644]
docs/guides/onap-documentation/tsc-blockdiag-mermaid-migration-report.rst
examples/sphinx/master/tox.ini
examples/sphinx/release/tox.ini