diff --git a/scripts/doc_scripts.py b/scripts/doc_scripts.py index be511a8..bc30d53 100644 --- a/scripts/doc_scripts.py +++ b/scripts/doc_scripts.py @@ -39,7 +39,7 @@ These are located in the scripts subdirectory, which needs to be added to the pr They should work with both Python 2 and Python 3. -| | | +| Script | Function | |:--|:--|''', file = doc_file) for file in os.listdir('scripts'): if file.endswith('.py'): diff --git a/scripts/readme.md b/scripts/readme.md index fd248f0..d5acb01 100644 --- a/scripts/readme.md +++ b/scripts/readme.md @@ -4,7 +4,7 @@ These are located in the scripts subdirectory, which needs to be added to the pr They should work with both Python 2 and Python 3. -| | | +| Script | Function | |:--|:--| | ```bom.py``` | Generates BOM files for the project. | | ```c14n_stl.py``` | OpenSCAD produces randomly ordered STL files. This script re-orders them consistently so that GIT can tell if they have changed or not. |