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

added mkdocs sub

parent aff6f4fd
Branches
Tags
No related merge requests found
Pipeline #57223 passed with stage
in 18 seconds
## Modules
To Do
\ No newline at end of file
# The pystencils Source File Generator
A bridge over the semantic gap between code emitted by [pystencils](https://pypi.org/project/pystencils/)
and your C/C++/Cuda/HIP framework.
The initial version of this software is still under development.
site_name: pystencils Source File Generator Documentation
theme:
name: material
plugins:
- mkdocstrings:
default_handler: python
handlers:
python:
paths: [src]
nav:
- Home: index.md
- API Documentation: api.md
This diff is collapsed.
......@@ -24,10 +24,15 @@ build-backend = "setuptools.build_meta"
interactive = [
"ipython>=8.17.2",
]
dev = [
code_quality = [
"flake8>=6.1.0",
"mypy>=1.7.0",
]
docs = [
"mkdocs>=1.5.3",
"mkdocs-material>=9.4.8",
"mkdocstrings[python]>=0.24.0",
]
[tool.versioneer]
VCS = "git"
......
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