Skip to content

Commit 64f663e

Browse files
committed
Tweaks to README.
1 parent 168fce2 commit 64f663e

12 files changed

Lines changed: 17 additions & 16 deletions

generate-readme.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ def get_docstr(filename):
6464
return """
6565
## {}
6666
+ Authors: {}
67-
+ Date Created: {}
67+
+ Created: {}
6868
6969
{}
7070
""".format(filename, ", ".join(authors), date, desc)

python2.7/mt.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env python2
22

3-
__author__ = ['Brandon Amos <http://github.com/bamos>']
3+
__author__ = ['[Brandon Amos](https://github.com/bamos)']
44
__date__ = '2014.11.30'
55

66
"""

python2.7/music-organizer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env python2.7
22

3-
__author__ = ['Brandon Amos <http://github.com/bamos>']
3+
__author__ = ['[Brandon Amos](https://github.com/bamos)']
44
__date__ = '2014.04.19'
55

66
"""

python3/eval-expr.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
#!/usr/bin/env python3
22

3-
__author__ = ['J. Sebastian', 'Brandon Amos <http://github.com/bamos>']
3+
__author__ = ['J. Sebastian', '[Brandon Amos](https://github.com/bamos)']
44
__date__ = '2013.08.01'
55

66
"""
77
A module to evaluate a mathematical expression using Python's AST.
88
99
+ Original by: J. Sebastian at http://stackoverflow.com/questions/2371436.
10-
+ Modifications by: Brandon Amos <http://bamos.github.io>.
10+
+ Modifications by: [Brandon Amos](https://github.com/bamos).
1111
1212
If you want a command-line expression evaluator, use
1313
[Russell91/pythonpy](https://github.com/Russell91/pythonpy).

python3/get-osx-wallpaper.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env python3
22

3-
__author__ = ['Brandon Amos <http://github.com/bamos>']
3+
__author__ = ['[Brandon Amos](https://github.com/bamos)']
44
__date__ = '2015.03.25'
55

66
"""
@@ -11,13 +11,13 @@
1111
delete the current wallpaper.
1212
1313
14-
--- Warning ---
14+
### Warning
1515
+ This approach doesn't work with multiple monitors.
1616
17-
--- Tested On ---
17+
### Tested On
1818
+ OSX Yosemite 10.10.2 with a single monitor on a MBP.
1919
20-
--- Usage ---
20+
### Usage
2121
Ensure `db_path` and `wallpaper_dir` are correctly set below.
2222
2323
Assuming `get-osx-wallpaper.py` is on your path,

python3/github-repo-summary.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env python3
22

3-
__author__ = ['Brandon Amos <http://github.com/bamos>']
3+
__author__ = ['[Brandon Amos](https://github.com/bamos)']
44
__date__ = '2014.11.02'
55

66
"""

python3/link-checker.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env python3
22

3-
__author__ = ['Brandon Amos <http://github.com/bamos>']
3+
__author__ = ['[Brandon Amos](https://github.com/bamos)']
44
__date__ = '2014.02.06'
55

66
"""

python3/merge-mutt-contacts.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env python3
22

3-
__author__ = ['Brandon Amos <http://github.com/bamos>']
3+
__author__ = ['[Brandon Amos](https://github.com/bamos)']
44
__date__ = '2014.01.08'
55

66
"""

python3/merge-pdfs-printable.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env python3
22

3-
__author__ = ['Brandon Amos <http://github.com/bamos>']
3+
__author__ = ['[Brandon Amos](https://github.com/bamos)']
44
__date__ = '2014.10.17'
55

66
"""

python3/phonetic.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env python3
22

3-
__author__ = ['Brandon Amos <http://github.com/bamos>']
3+
__author__ = ['[Brandon Amos](https://github.com/bamos)']
44
__date__ = '2014.02.14'
55

66
"""

0 commit comments

Comments
 (0)