- Introduced `archdoc.toml` configuration file for project settings, including scanning and analysis options. - Created initial `ARCHITECTURE.md` file with project summary and structure. - Generated documentation files for source files and modules, including placeholders for future content. - Updated the documentation generation logic to handle new project structure and file paths.
Test Project
A test project for ArchDoc development and testing.
Installation
pip install -e .
Usage
test-project
Development
Install development dependencies:
pip install -e ".[dev]"