Files
Denis Parmeev 3ffe5e235f Add project configuration and initial documentation files
- 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.
2026-01-25 20:44:24 +03:00

1.7 KiB
Raw Permalink Blame History

ARCHITECTURE — New Project

Project summary

Name: New Project Description: <FILL_MANUALLY: what this project does in 37 lines>

Key decisions (manual)

  • <FILL_MANUALLY>

Non-goals (manual)

  • <FILL_MANUALLY>

Document metadata

  • Created: 2026-01-25
  • Updated: 2026-01-25
  • Generated by: archdoc (cli) v0.1

Rails / Tooling

No tooling information available.


Repository layout (top-level)

Path Purpose Link
./src/advanced_example.py Source file details
./src/example.py Source file details

Modules index

Module Symbols Inbound Outbound Link
./src/advanced_example.py 10 0 0 details
./src/example.py 5 0 0 details

Critical dependency points

High Fan-in (Most Called)

Symbol Fan-in Critical

High Fan-out (Calls Many)

Symbol Fan-out Critical

Module Cycles


Change notes (manual)

  • <FILL_MANUALLY>