User Guides
These pages provide an overview of how to use the pystencils Source File Generator. A basic understanding of pystencils is required.
Guides
- Writing Generator Scripts explains about the primary interface of pystencils-sfg: Generator scripts, which are Python scripts that, when executed, emit pystencils-generated code to a header/source file pair with the same name as the script.
- In-Depth: Building Source Files
- CLI and Build System Integration