This folder contains all the detailed documentation and guides for TagManager.
- 📋 Installation Guide - How to install TagManager locally or from PyPI
- 🎯 Configuration Guide - Complete configuration management system
- 🤖 Automation Guide - Using automation scripts for releases
- 🔧 Windows Compatibility - Windows-specific fixes and compatibility
- 📦 Package Summary - Pip package creation process
- ⚙️ Config System Summary - Configuration management implementation
- 🧹 Project Cleanup Guide - Project organization and cleanup
- 🤖 Automation Summary - Automation system overview
- 🧪 Comprehensive Tests Summary - Complete test suite documentation
- 🧪 Testing Guide - How to run and understand the tests
- 📝 Release Notes - Version history and changes
| Topic | File | Description |
|---|---|---|
| Installation | INSTALLATION.md | Step-by-step installation instructions |
| Configuration | CONFIGURATION_GUIDE.md | Complete config system guide |
| Testing | COMPREHENSIVE_TESTS_SUMMARY.md | 110+ test cases documentation |
| Test Guide | TESTING_GUIDE.md | How to run and understand tests |
| Automation | AUTOMATION_GUIDE.md | Release automation workflows |
| Packaging | PACKAGE_SUMMARY.md | PyPI package details |
| Cleanup | PROJECT_CLEANUP_GUIDE.md | Project organization |
If you're contributing to TagManager or want to understand the internals:
- Start with: COMPREHENSIVE_TESTS_SUMMARY.md - Understand the test coverage
- Configuration: CONFIG_SYSTEM_SUMMARY.md - How the config system works
- Automation: AUTOMATION_SUMMARY.md - Release and build processes
- Windows Support: WINDOWS_COMPATIBILITY.md - Cross-platform considerations
If you just want to use TagManager:
- Install: Follow INSTALLATION.md
- Configure: Check CONFIGURATION_GUIDE.md
- Use: See the main README.md for usage examples
All documentation is kept in this folder to maintain a clean project structure.