File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change 5
5
6
6
"""
7
7
Generates the README for
8
- [bamos/python-scripts](https://github.com/bamos/python-scripts).
9
- Script descriptions are obtained by parsing the docstrings.
8
+ [bamos/python-scripts](https://github.com/bamos/python-scripts)
9
+ so that the README and scripts contain synchronized documentation.
10
+ Script descriptions are obtained by parsing the docstrings
11
+ and inserted directly into the README as markdown.
10
12
"""
11
13
12
14
import ast
21
23
22
24
This is a collection of short Python scripts use in Linux.
23
25
Portions of this README are automatically generated with
24
- [generate-readme.py](https://github.com/bamos/python-scripts#generate-readmepy).
26
+ [generate-readme.py](https://github.com/bamos/python-scripts#generate-readmepy)
27
+ to insert the script-level comments as descriptions below.
25
28
26
29
# Adding to your PATH
27
30
I have these added to my `PATH`
You can’t perform that action at this time.
0 commit comments