mirror of
https://github.com/tiqi-group/pydase.git
synced 2025-04-20 00:10:03 +02:00
fix: display banner in documentation (replaces html with md)
This commit is contained in:
parent
dc54d9faef
commit
59cc834a81
@ -1,7 +1,5 @@
|
|||||||
<!--introduction-start-->
|
<!--introduction-start-->
|
||||||
<p align="center">
|

|
||||||
<img src="./docs/images/logo-with-text.png" alt="pydase" />
|
|
||||||
</p>
|
|
||||||
|
|
||||||
[](https://pypi.org/project/pydase/)
|
[](https://pypi.org/project/pydase/)
|
||||||
[](https://pypi.org/project/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` is licensed under the [MIT License][License].
|
||||||
|
|
||||||
|
[pydase Banner]: ./docs/images/logo-with-text.png
|
||||||
[License]: ./LICENSE
|
[License]: ./LICENSE
|
||||||
[Observer Pattern]: https://pydase.readthedocs.io/en/docs/dev-guide/Observer_Pattern_Implementation/
|
[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
|
[Service Persistence]: https://pydase.readthedocs.io/en/stable/user-guide/Service_Persistence
|
||||||
|
@ -4,6 +4,7 @@
|
|||||||
end="<!--introduction-end-->"
|
end="<!--introduction-end-->"
|
||||||
%}
|
%}
|
||||||
|
|
||||||
|
[pydase Banner]: ./images/logo-with-text.png
|
||||||
[License]: ./about/license.md
|
[License]: ./about/license.md
|
||||||
[Observer Pattern]: ./dev-guide/Observer_Pattern_Implementation.md
|
[Observer Pattern]: ./dev-guide/Observer_Pattern_Implementation.md
|
||||||
[Service Persistence]: ./user-guide/Service_Persistence.md
|
[Service Persistence]: ./user-guide/Service_Persistence.md
|
||||||
|
Loading…
x
Reference in New Issue
Block a user