Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 780e66c

Browse files
authored
Merge pull request matplotlib#30304 from dstansby/move-rel-docs
Move release related docs to new sub-folder
2 parents 0a27401 + 6fc5e20 commit 780e66c

File tree

106 files changed

+162
-18
lines changed

Some content is hidden

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

106 files changed

+162
-18
lines changed

‎.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
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

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

Lines changed: 1 addition & 1 deletion

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /