Skip to content

Commit

Permalink
DOC: reduce need to manually touch gh stats
Browse files Browse the repository at this point in the history
  • Loading branch information
tacaswell committed Dec 18, 2016
1 parent 356cc74 commit 595f4a1
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion tools/github_stats.py
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,11 @@ def report(issues, show_urls=False):
n_total = n_issues + n_pulls

# Print summary report we can directly include into release notes.

print('.. _github-stats:')
print()
print('Github Stats')
print('============')

print()
since_day = since.strftime("%Y/%m/%d")
today = datetime.today().strftime("%Y/%m/%d")
Expand Down

0 comments on commit 595f4a1

Please sign in to comment.