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

Appearance settings

Commit b716977

Browse filesBrowse files
committed
fix milestones links
1 parent 9cf0c93 commit b716977
Copy full SHA for b716977

File tree

Expand file treeCollapse file tree

3 files changed

+3
-3
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

3 files changed

+3
-3
lines changed
Open diff view settings
Collapse file

‎doc/users/github_stats.rst‎

Copy file name to clipboardExpand all lines: doc/users/github_stats.rst
+1-1Lines changed: 1 addition & 1 deletion
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ GitHub stats for 2019/05/18 - 2019/06/24 (tag: v3.1.0)
88
These lists are automatically generated, and may be incomplete or contain duplicates.
99

1010
We closed 27 issues and merged 105 pull requests.
11-
The full list can be seen `on GitHub <https://github.com/matplotlib/matplotlib/milestone/v3.1.1>`__
11+
The full list can be seen `on GitHub <https://github.com/matplotlib/matplotlib/milestones/v3.1.1>`__
1212

1313
The following 30 authors contributed 303 commits.
1414

Collapse file

‎doc/users/prev_whats_new/github_stats_3.1.0.rst‎

Copy file name to clipboardExpand all lines: doc/users/prev_whats_new/github_stats_3.1.0.rst
+1-1Lines changed: 1 addition & 1 deletion
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ GitHub stats for 2018/09/18 - 2019/05/13 (tag: v3.0.0)
88
These lists are automatically generated, and may be incomplete or contain duplicates.
99

1010
We closed 161 issues and merged 918 pull requests.
11-
The full list can be seen `on GitHub <https://github.com/matplotlib/matplotlib/milestone/v3.1.0>`__
11+
The full list can be seen `on GitHub <https://github.com/matplotlib/matplotlib/milestones/v3.1.0>`__
1212

1313
The following 150 authors contributed 3426 commits.
1414

Collapse file

‎tools/github_stats.py‎

Copy file name to clipboardExpand all lines: tools/github_stats.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ def report(issues, show_urls=False):
209209

210210
print("We closed %d issues and merged %d pull requests." % (n_issues, n_pulls))
211211
if milestone:
212-
print("The full list can be seen `on GitHub <https://github.com/%s/milestone/%s>`__"
212+
print("The full list can be seen `on GitHub <https://github.com/%s/milestones/%s>`__"
213213
% (project, milestone)
214214
)
215215

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.