fix: display banner in documentation (replaces html with md)

This commit is contained in:
Mose Müller 2024-11-26 16:38:34 +01:00
parent dc54d9faef
commit 59cc834a81
2 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,5 @@
<!--introduction-start-->
<p align="center">
<img src="./docs/images/logo-with-text.png" alt="pydase" />
</p>
![pydase Banner](./docs/images/logo-with-text.png)
[![Version](https://img.shields.io/pypi/v/pydase?style=flat)](https://pypi.org/project/pydase/)
[![Python Versions](https://img.shields.io/pypi/pyversions/pydase)](https://pypi.org/project/pydase/)
@ -279,6 +277,7 @@ We welcome contributions! Please see [contributing.md](https://pydase.readthedoc
`pydase` is licensed under the [MIT License][License].
[pydase Banner]: ./docs/images/logo-with-text.png
[License]: ./LICENSE
[Observer Pattern]: https://pydase.readthedocs.io/en/docs/dev-guide/Observer_Pattern_Implementation/
[Service Persistence]: https://pydase.readthedocs.io/en/stable/user-guide/Service_Persistence

View File

@ -4,6 +4,7 @@
end="<!--introduction-end-->"
%}
[pydase Banner]: ./images/logo-with-text.png
[License]: ./about/license.md
[Observer Pattern]: ./dev-guide/Observer_Pattern_Implementation.md
[Service Persistence]: ./user-guide/Service_Persistence.md