pyvider-cty 2025-08-04
Guide chapter naming reverted with example cleanup
125 files · 2,211+ · 2,273-

Guide Chapter Naming Revert

10 files changed
  • ch01_welcome.md Documentation changes
  • ch02_getting_started.md Documentation changes
  • ch10_marks.md Documentation changes
  • ch11_functions.md Documentation changes
  • ch12_serialization.md Documentation changes
  • ch14_terraform_interop.md Documentation changes
  • ch15_api_reference.md Documentation changes
  • ch16_troubleshooting.md Documentation changes
  • ch17_glossary.md Documentation changes
  • ch18_go_cty_comparison.md Documentation changes
  • Renamed all chapters back from NN-name.md to chNN_name.md format decouple internal
    2 files
    • NN-name.md
    • chNN_name.md
  • Minor content updates decouple internal
    10 files
    • ch01_welcome.md
    • ch02_getting_started.md
    • ch10_marks.md
    • ch11_functions.md
    • ch12_serialization.md
    • ch14_terraform_interop.md
    • ch15_api_reference.md
    • ch16_troubleshooting.md
    • ch17_glossary.md
    • ch18_go_cty_comparison.md

Example Cleanup

2 files changed
  • README.md Example script changes
  • __init__.py Package exports updated
  • Removed standalone examples: 02-getting_started.py, 04-working_with_values.py, 07-structural_types.py, 08-dynamic_types.py, 10-marks.py, 11-functions.py decouple internal
    6 files
    • 02-getting_started.py
    • 04-working_with_values.py
    • 07-structural_types.py
    • 08-dynamic_types.py
    • 10-marks.py
    • 11-functions.py
  • Added examples/README.md (51 lines) and examples/__init__.py specify internal
    2 files
    • __init__.py
    • README.md

Environment

1 file changed
  • env.sh Changes for environment
  • env.sh: Expanded to 97 lines with development tooling baseline internal
    1 file
    • env.sh
2 files changed
  • index.md Documentation changes
  • generator.py Changes for other
  • docs/index.md: 34 lines of changes specify internal
    1 file
    • index.md
  • compatibility/python/generator.py: 85 lines of changes decouple internal
    1 file
    • generator.py
  • Minor test updates for value operations and values extra qualify internal
    2 files
    • index.md
    • generator.py