We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cd3ecd6 + 66cbc41 commit 0cbc02dCopy full SHA for 0cbc02d
README.rst
@@ -4,9 +4,10 @@ FastCS
4
|code_ci| |docs_ci| |coverage| |pypi_version| |license|
5
6
.. image:: https://raw.githubusercontent.com/DiamondLightSource/FastCS/main/docs/images/fastcs.svg
7
- :width: 105px
8
- :height: 105px
+ :width: 150px
+ :height: 150px
9
:align: left
10
+ :name: logo
11
:target: https://DiamondLightSource.github.io/FastCS
12
13
:PyPI: ``pip install FastCS``
docs/index.rst
@@ -3,6 +3,15 @@
3
.. include:: ../README.rst
:end-before: when included in index.rst
+.. raw:: html
+
+ <style>
+ #logo {
+ width: 105px;
+ height: 105px;
+ }
+ </style>
14
15
How the documentation is structured
16
-----------------------------------
17
0 commit comments