This directory contains various automation scripts for managing documents and archives.
ai/
: AI-related utilities for document processingconfig/
: Configuration files and settingsmodify/
: Scripts for document modification and formattingpublish/
: Publishing and deployment scriptstoc/
: Table of contents generation utilities
- Automated document translation
- Table of contents generation
- Document formatting and modification
- Publishing workflows
- Notification system
- AI-assisted content processing
Each script can be run independently based on specific needs. For detailed usage of individual scripts, please refer to their respective directories.
-
To translate documents:
python translate.py [options]
-
To generate table of contents:
python -m toc.generator [options]
-
To send notifications:
python notice.py [options]
For more detailed information about specific scripts, please check the documentation in each directory.