Skip to content

Latest commit

 

History

History
66 lines (43 loc) · 3.31 KB

File metadata and controls

66 lines (43 loc) · 3.31 KB

📚 TagManager Documentation

This folder contains all the detailed documentation and guides for TagManager.

📖 User Documentation

Getting Started

Automation & Development

📊 Technical Documentation

System Summaries

Testing Documentation

Release Information

🎯 Quick Navigation

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

🚀 For Developers

If you're contributing to TagManager or want to understand the internals:

  1. Start with: COMPREHENSIVE_TESTS_SUMMARY.md - Understand the test coverage
  2. Configuration: CONFIG_SYSTEM_SUMMARY.md - How the config system works
  3. Automation: AUTOMATION_SUMMARY.md - Release and build processes
  4. Windows Support: WINDOWS_COMPATIBILITY.md - Cross-platform considerations

📋 For Users

If you just want to use TagManager:

  1. Install: Follow INSTALLATION.md
  2. Configure: Check CONFIGURATION_GUIDE.md
  3. Use: See the main README.md for usage examples

All documentation is kept in this folder to maintain a clean project structure.