You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This tool updates your `README.md` with a one line description for each of the python scripts in a directory you point it to (and recursively). It adds the text for lines that start with `"Description: "` and `"Link: "`. It ignores any that don't have the description.
3
6
4
7
The idea is that links should link to higher level documentation (if it exists).
@@ -15,15 +18,18 @@ It will update in place if the `# Scripts` block exists or else it will append i
15
18
|`example1.py`| This is an example file that links to my own github. |[Link](https://github.com/second-ed)|
0 commit comments