From d912efd2dfb5df5b18d1d23fef8dfcd1728420e1 Mon Sep 17 00:00:00 2001 From: Frederik Hennig <frederik.hennig@fau.de> Date: Wed, 22 Nov 2023 15:48:16 +0900 Subject: [PATCH] Linked pages --- .gitlab-ci.yml | 2 +- README.md | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e51b1f3..5edfb8f 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 1f9ee2d..62016be 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. -- GitLab