This directory contains MS-DOS style batch (.bat
) file to facilitate
working with the Dynamic source tree on MS Windows platforms.
1. Documentation viewer (demo-docs.bat
).
This batch script uses pydoc3 to automatically generate browseable documentation from the source tree.
2. Source code editor (demo-edit.bat
).
This batch script uses Python's built-in IDLE text editor to open the main application script dynamic-demo.py for editing. You can also run the script from within the editor.
3. Demo runner (demo-run.bat
).
This batch file runs the demo script within a DOS console window.
4. README file (README.md
).
This file.