diff options
| author | Scott Gasch <[email protected]> | 2022-08-18 08:59:05 -0700 |
|---|---|---|
| committer | Scott Gasch <[email protected]> | 2022-08-18 08:59:05 -0700 |
| commit | 7653e2952b6e2038ac8d6e1c48e8c10030703a02 (patch) | |
| tree | feb5427b14d3b99b668ba7443f42ca54fd12dedb /docs/new_file_added.sh | |
| parent | 91df4fa006f7f4fba8e38a97941c5a4ad9b83706 (diff) | |
Cleanup / add untracked files.
Diffstat (limited to 'docs/new_file_added.sh')
| -rw-r--r-- | docs/new_file_added.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/new_file_added.sh b/docs/new_file_added.sh new file mode 100644 index 0000000..98e9a32 --- /dev/null +++ b/docs/new_file_added.sh @@ -0,0 +1,4 @@ +#!/bin/bash + +/bin/rm -f ./python_modules.* modules.rst +sphinx-apidoc -o . .. ../scott_secrets.py ../type/people.py |
