From fede8cd644608408d924526fc82cb254e2e2fd1d Mon Sep 17 00:00:00 2001 From: Frederik Hennig <frederik.hennig@fau.de> Date: Wed, 20 Dec 2023 15:08:36 +0100 Subject: [PATCH] add badges and copyright --- README.md | 5 ++++- docs/index.md | 3 +++ mkdocs.yml | 9 ++++++++- 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5807978..ec8972c 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,9 @@ # pystencils Source File Generator (pystencils-sfg) -[Documentation](https://pycodegen.pages.i10git.cs.fau.de/pystencils-sfg/) +[](https://pycodegen.pages.i10git.cs.fau.de/pystencils-sfg) +[](https://i10git.cs.fau.de/pycodegen/pystencils-sfg/commits/master) +[](https://i10git.cs.fau.de/pycodegen/pystencils-sfg/-/blob/master/LICENSE) + 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. diff --git a/docs/index.md b/docs/index.md index 5596ae1..892093a 100644 --- a/docs/index.md +++ b/docs/index.md @@ -1,5 +1,8 @@ # The pystencils Source File Generator +[](https://i10git.cs.fau.de/pycodegen/pystencils-sfg/commits/master) +[](https://i10git.cs.fau.de/pycodegen/pystencils-sfg/-/blob/master/LICENSE) + A bridge over the semantic gap between code emitted by [pystencils](https://pypi.org/project/pystencils/) and your C/C++/Cuda/HIP framework. diff --git a/mkdocs.yml b/mkdocs.yml index 6bf310a..0cba830 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -1,4 +1,11 @@ -site_name: pystencils Source File Generator Documentation +site_name: pystencils-sfg Docs +site_author: Frederik Hennig +copyright: © 2023 Frederik Hennig + +repo_name: GitLab +repo_url: https://i10git.cs.fau.de/pycodegen/pystencils-sfg + + theme: name: material features: -- GitLab