Skip to content

Commit

Permalink
MAINT: Fix directory / path names in announce.py
Browse files Browse the repository at this point in the history
In pandas, announce.py is in the scripts directory, and the command is used from the top directory of pandas.  In addition, "gh_list.py" is now "gh_lists.py" in scipy.
  • Loading branch information
gfyoung authored Jan 3, 2018
1 parent 04beec7 commit ab000a9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/announce.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
Usage::
$ ./tools/announce.py <token> <revision range>
$ ./scripts/announce.py <token> <revision range>
The output is utf8 rst.
Expand All @@ -23,14 +23,14 @@
- gitpython
- pygithub
Some code was copied from scipy `tools/gh_list.py` and `tools/authors.py`.
Some code was copied from scipy `tools/gh_lists.py` and `tools/authors.py`.
Examples
--------
From the bash command line with $GITHUB token.
$ ./tools/announce $GITHUB v1.11.0..v1.11.1 > announce.rst
$ ./scripts/announce $GITHUB v1.11.0..v1.11.1 > announce.rst
"""
from __future__ import print_function, division
Expand Down

0 comments on commit ab000a9

Please sign in to comment.