diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e51b1f329eb701f7efb85aed0e92eb3181884be1..5edfb8ffe1abcc2a75d3d0633ff4b4c19b225200 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -31,7 +31,7 @@ build-documentation: image: i10git.cs.fau.de:5005/pycodegen/pycodegen/full script: - pip install mkdocs mkdocs-material mkdocstrings[python] - - mkdocs build -v + - mkdocs build tags: - docker artifacts: diff --git a/README.md b/README.md index 1f9ee2d652aec2f03cb0c20e3e51f76b32cfd20f..62016be7a3a479394bcf860279b01a7b897191bd 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,7 @@ # pystencils Source File Generator (pystencils-sfg) +[Documentation](https://da15siwa.pages.i10git.cs.fau.de/pystencils-sfg/) + +A bridge over the semantic gap between code emitted by pystencils and your C/C++/Cuda/HIP framework. +This project is still in an early stage of development.