Skip to content

Commit ab000a9

Browse files
authored
MAINT: Fix directory / path names in announce.py
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.
1 parent 04beec7 commit ab000a9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

scripts/announce.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
1414
Usage::
1515
16-
$ ./tools/announce.py <token> <revision range>
16+
$ ./scripts/announce.py <token> <revision range>
1717
1818
The output is utf8 rst.
1919
@@ -23,14 +23,14 @@
2323
- gitpython
2424
- pygithub
2525
26-
Some code was copied from scipy `tools/gh_list.py` and `tools/authors.py`.
26+
Some code was copied from scipy `tools/gh_lists.py` and `tools/authors.py`.
2727
2828
Examples
2929
--------
3030
3131
From the bash command line with $GITHUB token.
3232
33-
$ ./tools/announce $GITHUB v1.11.0..v1.11.1 > announce.rst
33+
$ ./scripts/announce $GITHUB v1.11.0..v1.11.1 > announce.rst
3434
3535
"""
3636
from __future__ import print_function, division

0 commit comments

Comments
 (0)