From 2dfa9e88864f17f7d097e413fa74561feb8f6515 Mon Sep 17 00:00:00 2001 From: Charles Harris Date: Thu, 18 Jan 2018 10:37:12 -0700 Subject: MAINT: Update changlog.py docstring. [skip ci] --- tools/changelog.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'tools') diff --git a/tools/changelog.py b/tools/changelog.py index 05ea8cb36..84e046c5f 100755 --- a/tools/changelog.py +++ b/tools/changelog.py @@ -1,10 +1,10 @@ #!/usr/bin/env python # -*- encoding:utf-8 -*- """ -Script to generate contribor and pull request lists +Script to generate contributor and pull request lists This script generates contributor and pull request lists for release -announcements using Github v3 protocol. Use requires an authentication token in +changelogs using Github v3 protocol. Use requires an authentication token in order to have sufficient bandwidth, you can get one following the directions at `_ Don't add any scope, as the default is read access to public information. The @@ -28,9 +28,9 @@ Some code was copied from scipy `tools/gh_list.py` and `tools/authors.py`. Examples -------- -From the bash command line with $GITHUB token. +From the bash command line with $GITHUB token:: - $ ./tools/announce $GITHUB v1.11.0..v1.11.1 > announce.rst + $ ./tools/announce $GITHUB v1.13.0..v1.14.0 > 1.14.0-changelog.rst """ from __future__ import print_function, division -- cgit v1.2.3