Developer Guide
This section documents the internals of Copia for contributors and developers who want to extend it.
Contents
- Adding a generator — how to write and register a new generator
- Docstring format — the docstring convention Copia uses to generate documentation
- The dynamic generators system — how generators are registered and what constraints apply
- The semantic validator — how Copia validates DSL calls against generator signatures
- How
refworks — the internals of theref()generator