diff options
| author | Ian Cordasco <graffatcolmingov@gmail.com> | 2016-11-13 21:04:31 +0000 |
|---|---|---|
| committer | Ian Cordasco <graffatcolmingov@gmail.com> | 2016-11-13 21:04:31 +0000 |
| commit | 7e44b47c9ede5789177de9fa55b5b19af59cdaba (patch) | |
| tree | 6f5f9b627ec25904f8ffc29c955ca4690b39d311 /docs/source | |
| parent | 741d60c2fcf600e199648ab62cb95c13b3f7944f (diff) | |
| parent | 879768db8a19aa83f2a0b193036087ecea18af31 (diff) | |
| download | flake8-7e44b47c9ede5789177de9fa55b5b19af59cdaba.tar.gz | |
Merge branch 'refactor-release-notes' into 'master'
3.1.0b2
Create sub-sections for different release series
When looking at the documentation, the release notes section on the
sidebar was incredibly long, due to the number of releases available.
To make this more usable, I've split the release notes index into
sections for each release series (e.g., 3.x, 2.x, etc.). This allows
documentation users to open the release notes sidebar section, and then
select which series they want. That will expand and let them pick the
version.
See merge request !145
Diffstat (limited to 'docs/source')
| -rw-r--r-- | docs/source/release-notes/index.rst | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/docs/source/release-notes/index.rst b/docs/source/release-notes/index.rst index c59a64f..662c034 100644 --- a/docs/source/release-notes/index.rst +++ b/docs/source/release-notes/index.rst @@ -5,6 +5,9 @@ All of the release notes that have been recorded for Flake8 are organized here with the newest releases first. +3.x Release Series +================== + .. toctree:: 3.1.0 3.0.4 @@ -12,6 +15,11 @@ with the newest releases first. 3.0.2 3.0.1 3.0.0 + +2.x Release Series +================== + +.. toctree:: 2.6.2 2.6.1 2.6.0 @@ -32,6 +40,11 @@ with the newest releases first. 2.2.0 2.1.0 2.0.0 + +1.x Release Series +================== + +.. toctree:: 1.7.0 1.6.2 1.6.1 @@ -43,6 +56,11 @@ with the newest releases first. 1.2.0 1.1.0 1.0.0 + +0.x Release Series +================== + +.. toctree:: 0.9.0 0.8.0 0.7.0 |
