tofusoup 2025-11-09
MkDocs build hooks added with static version module removed
10 files · 211+ · 112-

MkDocs build hooks script added

1 file changed
  • mkdocs_hooks.py Custom MkDocs hooks for documentation generation (90 lines)
  • Added scripts/mkdocs_hooks.py with custom MkDocs hooks for documentation generation, handling version injection and page preprocessing baseline behavioral
    1 file
    • mkdocs_hooks.py

Static version module removed in favor of dynamic versioning

1 file changed
  • _version.py Deleted (21 lines) -- version now determined dynamically
  • Deleted src/tofusoup/_version.py as version is now determined dynamically baseline internal
    1 file
    • _version.py

CLI initialization improved with dynamic version detection

2 files changed
  • cli.py Improved initialization using dynamic version detection (22 line changes)
  • __init__.py Package init updated
  • Updated src/tofusoup/cli.py with improved initialization using dynamic version detection decouple behavioral
    2 files
    • cli.py
    • __init__.py

Wire protocol logging expanded

1 file changed
  • logging.py More detailed wire protocol debug logging (24 line changes)
  • Expanded src/tofusoup/wire/logging.py with more detailed wire protocol debug logging decouple behavioral
    1 file
    • logging.py

Configuration values cleaned up

5 files changed
  • config.py Config updates (5 line changes)
  • defaults.py Removed a default value
  • terraform.py Added a configuration entry
  • mkdocs.yml MkDocs config updated
  • provider_info.md Provider info docs updated
  • Updated configuration in common/config.py, config/defaults.py, and stir/terraform.py baseline internal
    3 files
    • config.py
    • defaults.py
    • terraform.py