Skip to content
Snippets Groups Projects
Commit b906316e authored by Frederik Hennig's avatar Frederik Hennig
Browse files

minor fixes to documentation

parent 78e27f1c
No related merge requests found
Pipeline #57740 passed with stages
in 2 minutes and 29 seconds
# Source File Generator
::: pystencilssfg.generator.SourceFileGenerator ::: pystencilssfg.generator.SourceFileGenerator
# Code Generator Configuration
::: pystencilssfg.configuration.SfgConfiguration ::: pystencilssfg.configuration.SfgConfiguration
# Generation Context
::: pystencilssfg.context.SfgContext ::: pystencilssfg.context.SfgContext
# Source File Composition and Components
::: pystencilssfg.composer.SfgComposer ::: pystencilssfg.composer.SfgComposer
::: pystencilssfg.source_components.SfgKernelNamespace ::: pystencilssfg.source_components.SfgKernelNamespace
......
# User Guides
These pages provide an overview of how to use the pystencils Source File Generator. 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) A basic understanding of [pystencils](https://pycodegen.pages.i10git.cs.fau.de/pystencils/index.html)
is required. is required.
......
...@@ -36,7 +36,7 @@ markdown_extensions: ...@@ -36,7 +36,7 @@ markdown_extensions:
nav: nav:
- Home: index.md - Home: index.md
- 'Usage Guide': - 'User Guides':
- 'Overview': usage/index.md - 'Overview': usage/index.md
- 'Writing Generator Scripts': usage/generator_scripts.md - 'Writing Generator Scripts': usage/generator_scripts.md
- 'In-Depth: Building Source Files': usage/building.md - 'In-Depth: Building Source Files': usage/building.md
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment