Skip to content

Commit 25ebede

Browse files
committed
Add github links to reference.
1 parent f624124 commit 25ebede

3 files changed

Lines changed: 25 additions & 5 deletions

File tree

docs/source/_static/custom.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
a.gh-link,
2+
a.gh-link:visited {
3+
color: black !important;
4+
}

docs/source/conf.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,12 @@
2323
templates_path = ['_templates']
2424
exclude_patterns = []
2525

26+
sd_fontawesome_source = "cdn"
27+
28+
myst_enable_extensions = [
29+
"attrs_inline",
30+
]
31+
2632

2733
# -- Options for HTML output -------------------------------------------------
2834
# https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output
@@ -32,3 +38,4 @@
3238
html_title = "pyAML Documentation"
3339
html_show_sourcelink = False
3440
html_logo = "_static/_images/logo.png"
41+
html_css_files = ["custom.css"]

docs/source/reference/index.md

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,24 +4,30 @@ Here you can find a list of relevant packages together with their status and doc
44

55
## Official pyAML Packages
66

7-
87
```{card} pyaml
98
10-
{bdg-success}`active` {bdg-link-primary}`PyPI <https://pypi.org/project/accelerator-middle-layer/>` {bdg-link-secondary}`Documentation <https://pyaml.readthedocs.io/en/latest/>`
9+
{bdg-success}`active`
10+
[{fab}`github`](https://github.com/python-accelerator-middle-layer/pyaml){.gh-link}
11+
{bdg-link-primary}`PyPI <https://pypi.org/project/accelerator-middle-layer/>`
12+
{bdg-link-secondary}`Documentation <https://pyaml.readthedocs.io/en/latest/>`
1113
1214
The core Python Accelerator Middle Layer package.
1315
```
1416

1517
```{card} tango-pyaml
1618
17-
{bdg-success}`active` {bdg-link-primary}`PyPI <https://pypi.org/project/tango-pyaml/>`
19+
{bdg-success}`active`
20+
[{fab}`github`](https://github.com/python-accelerator-middle-layer/tango-pyaml){.gh-link}
21+
{bdg-link-primary}`PyPI <https://pypi.org/project/tango-pyaml/>`
1822
1923
Control system bindings for TANGO.
2024
```
2125

2226
```{card} pyaml-cs-oa
2327
24-
{bdg-success}`active` {bdg-link-primary}`PyPI <https://pypi.org/project/pyaml-cs-oa/>`
28+
{bdg-success}`active`
29+
[{fab}`github`](https://github.com/python-accelerator-middle-layer/pyaml-cs-oa){.gh-link}
30+
{bdg-link-primary}`PyPI <https://pypi.org/project/pyaml-cs-oa/>`
2531
2632
Control system bindings for TANGO and EPICS using ophyd-async.
2733
```
@@ -30,7 +36,10 @@ Control system bindings for TANGO and EPICS using ophyd-async.
3036

3137
```{card} pySC
3238
33-
{bdg-success}`active` {bdg-link-primary}`PyPI <https://pypi.org/project/accelerator-commissioning/>` {bdg-link-secondary}`Documentation <https://accelerator-commissioning.readthedocs.io/en/latest/>`
39+
{bdg-success}`active`
40+
[{fab}`github`](https://github.com/kparasch/pySC){.gh-link}
41+
{bdg-link-primary}`PyPI <https://pypi.org/project/accelerator-commissioning/>`
42+
{bdg-link-secondary}`Documentation <https://accelerator-commissioning.readthedocs.io/en/latest/>`
3443
3544
Python Simulated Commissioning toolkit for synchrotrons.
3645
```

0 commit comments

Comments
 (0)