Skip to content
Snippets Groups Projects

Consolidate codegen and JIT modules.

Merged Frederik Hennig requested to merge fhennig/codegen-module into v2.0-dev
All threads resolved!
14 files
+ 136
79
Compare changes
  • Side-by-side
  • Inline
Files
14
  • 4331efb2
    documentation refactoring · 4331efb2
    Frederik Hennig authored
    - Theme: replace furo by sphinx-book-theme
    - Refactor primary ToC; split into rubrics
    - Add installation guide
    - Move some apis to the "API" subpage
@@ -20,7 +20,7 @@ Base Classes
.. module:: pystencils.backend.ast.astnode
.. autosummary::
:toctree: autoapi
:toctree: generated
:nosignatures:
:template: autosummary/entire_class.rst
@@ -34,7 +34,7 @@ Structural Nodes
.. module:: pystencils.backend.ast.structural
.. autosummary::
:toctree: autoapi
:toctree: generated
:nosignatures:
:template: autosummary/entire_class.rst
@@ -55,7 +55,7 @@ Expressions
.. module:: pystencils.backend.ast.expressions
.. autosummary::
:toctree: autoapi
:toctree: generated
:nosignatures:
:template: autosummary/entire_class.rst
@@ -108,7 +108,7 @@ SIMD Nodes
.. module:: pystencils.backend.ast.vector
.. autosummary::
:toctree: autoapi
:toctree: generated
:nosignatures:
:template: autosummary/entire_class.rst
@@ -123,7 +123,7 @@ Utility
.. currentmodule:: pystencils.backend.ast
.. autosummary::
:toctree: autoapi
:toctree: generated
:nosignatures:
expressions.evaluate_expression
Loading