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 3add366

Browse filesBrowse files
committed
DOC: change not to backup github stats + add glob toc
1 parent fa16e96 commit 3add366
Copy full SHA for 3add366

File tree

Expand file treeCollapse file tree

2 files changed

+18
-1
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+18
-1
lines changed

‎doc/devel/release_guide.rst

Copy file name to clipboardExpand all lines: doc/devel/release_guide.rst
+5-1Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,11 @@ is currently broken::
5050
GitHub Stats
5151
------------
5252

53-
We automatically extract GitHub issue, PRs, and authors from GitHub via the API::
53+
54+
We automatically extract GitHub issue, PRs, and authors from GitHub via the API.
55+
copy the current :file:`github_stats.rst` to :file:`github_stats_X.Y.Z.rst`.
56+
57+
To re-generate the updated ::
5458

5559
python tools/github_stats.py --since-tag v2.2.0 --milestone=v3.0 --project 'matplotlib/matplotlib' --links > doc/users/github_stats.rst
5660

‎tools/github_stats.py

Copy file name to clipboardExpand all lines: tools/github_stats.py
+13Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -227,3 +227,16 @@ def report(issues, show_urls=False):
227227
print()
228228
print('Issues (%d):\n' % n_issues)
229229
report(issues, show_urls)
230+
print()
231+
print()
232+
print("""Previous GitHub Stats
233+
---------------------
234+
235+
236+
.. toctree::
237+
:maxdepth: 1
238+
:glob:
239+
240+
github_stats_*
241+
242+
""")

0 commit comments

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