Skip to content
Snippets Groups Projects
index.md 599 B
Newer Older
# User Guides

These pages provide an overview of how to use the pystencils Source File Generator.
A basic understanding of [pystencils](https://pycodegen.pages.i10git.cs.fau.de/pystencils/index.html)
is required.

## Guides

 - [Writing Generator Scripts](generator_scripts.md) 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](building.md)
 - [CLI and Build System Integration](cli.md)