Skip to content

Commit e0934c0

Browse files
committed
Move release related docs to new sub-folder
1 parent 1663e9a commit e0934c0

File tree

104 files changed

+165
-21
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

104 files changed

+165
-21
lines changed

.github/labeler.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,10 +110,10 @@
110110
- all:
111111
- changed-files:
112112
- any-glob-to-any-file:
113-
- 'doc/users/**'
113+
- 'doc/release/**'
114114
- 'galleries/users_explain/**'
115115
- all-globs-to-all-files:
116-
- '!doc/users/next_whats_new/**'
116+
- '!doc/release/next_whats_new/**'
117117

118118
"topic: animation":
119119
- changed-files:

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ exclude: |
88
LICENSE|
99
lib/matplotlib/mpl-data|
1010
doc/devel/gitwash|
11-
doc/users/prev|
11+
doc/release/prev|
1212
doc/api/prev|
1313
lib/matplotlib/tests/data/tinypages
1414
)

doc/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ def _parse_skip_subdirs_file():
5757
can make partial builds very fast.
5858
"""
5959
default_skip_subdirs = [
60-
'users/prev_whats_new/*', 'users/explain/*', 'api/*', 'gallery/*',
60+
'release/prev_whats_new/*', 'users/explain/*', 'api/*', 'gallery/*',
6161
'tutorials/*', 'plot_types/*', 'devel/*']
6262
try:
6363
with open(".mpl_skip_subdirs.yaml", 'r') as fin:
@@ -595,7 +595,7 @@ def js_tag_with_cache_busting(js):
595595
# no sidebar for release notes, because that page is only a collection of links
596596
# to sub-pages. The sidebar would repeat all the titles of the sub-pages and
597597
# thus basically repeat all the content of the page.
598-
"users/release_notes": ["empty_sidebar.html"],
598+
"release/release_notes": ["empty_sidebar.html"],
599599
# '**': ['localtoc.html', 'pagesource.html']
600600
}
601601

doc/devel/api_changes.rst

Lines changed: 2 additions & 2 deletions

doc/devel/release_guide.rst

Lines changed: 9 additions & 9 deletions

doc/index.rst

Lines changed: 1 addition & 1 deletion

doc/project/credits.rst

Lines changed: 1 addition & 1 deletion
File renamed without changes.

doc/users/github_stats.rst renamed to doc/release/github_stats.rst

Lines changed: 2 additions & 0 deletions

doc/users/next_whats_new.rst renamed to doc/release/next_whats_new.rst

Lines changed: 2 additions & 0 deletions

0 commit comments

Comments
 (0)