Skip to content

Commit 24d25b5

Browse files
kwagyemanclaude
andcommitted
docs: Order changelog index and group it by major version
Move the trailing v4.2.3 entry into strict descending order and split the flat toctree into per-major-version captioned toctrees (v5.x..v1.x) for a more compact, foldable changelog index. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 0a4b2e0 commit 24d25b5

1 file changed

Lines changed: 23 additions & 2 deletions

File tree

docs/changelog/index.rst

Lines changed: 23 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,18 @@ OpenMV Firmware Changelog
55

66
Every OpenMV firmware release brings new features and improvements. Here's
77
what's new in each one — plus any breaking API changes and exactly how to
8-
migrate your code.
8+
migrate your code. Releases are grouped by major version, newest first.
99

1010
.. toctree::
1111
:maxdepth: 1
12+
:caption: v5.x
1213

1314
v5.0.0.rst
15+
16+
.. toctree::
17+
:maxdepth: 1
18+
:caption: v4.x
19+
1420
v4.8.1.rst
1521
v4.8.0.rst
1622
v4.7.0.rst
@@ -33,6 +39,7 @@ migrate your code.
3339
v4.3.3.rst
3440
v4.3.1.rst
3541
v4.3.0.rst
42+
v4.2.3.rst
3643
v4.2.2.rst
3744
v4.2.1.rst
3845
v4.2.0.rst
@@ -44,6 +51,11 @@ migrate your code.
4451
v4.0.2.rst
4552
v4.0.1.rst
4653
v4.0.0.rst
54+
55+
.. toctree::
56+
:maxdepth: 1
57+
:caption: v3.x
58+
4759
v3.9.4.rst
4860
v3.9.3.rst
4961
v3.9.2.rst
@@ -76,6 +88,11 @@ migrate your code.
7688
v3.2.0.rst
7789
v3.1.0.rst
7890
v3.0.0.rst
91+
92+
.. toctree::
93+
:maxdepth: 1
94+
:caption: v2.x
95+
7996
v2.9.0.rst
8097
v2.8.0.rst
8198
v2.7.0.rst
@@ -87,6 +104,11 @@ migrate your code.
87104
v2.2.0.rst
88105
v2.1.0.rst
89106
v2.0.0.rst
107+
108+
.. toctree::
109+
:maxdepth: 1
110+
:caption: v1.x
111+
90112
v1.9.0.rst
91113
v1.8.0.rst
92114
v1.7.0.rst
@@ -100,4 +122,3 @@ migrate your code.
100122
v1.0.2.rst
101123
v1.0.1.rst
102124
v1.0.0.rst
103-
v4.2.3.rst

0 commit comments

Comments
 (0)