Skip to content

Commit 20982db

Browse files
committed
Add references page.
1 parent 683302e commit 20982db

2 files changed

Lines changed: 35 additions & 2 deletions

File tree

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
extensions = [
1818
"sphinx_copybutton",
1919
"myst_nb",
20-
"sphinx_design"
20+
"sphinx_design",
2121
]
2222

2323
templates_path = ['_templates']

docs/source/reference/index.md

Lines changed: 34 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,36 @@
11
# Reference
22

3-
Welcome to the reference section.
3+
Here you can find a list of relevant packages together with their status and documentation.
4+
5+
## Official pyAML Packages
6+
7+
8+
```{card} pyaml
9+
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/>`
11+
12+
The core Python Accelerator Middle Layer package.
13+
```
14+
15+
```{card} tango-pyaml
16+
17+
{bdg-success}`active` {bdg-link-primary}`PyPI <https://pypi.org/project/tango-pyaml/>`
18+
19+
Control system bindings for TANGO.
20+
```
21+
22+
```{card} pyaml-cs-oa
23+
24+
{bdg-success}`active` {bdg-link-primary}`PyPI <https://pypi.org/project/pyaml-cs-oa/>`
25+
26+
Control system bindings for TANGO and EPICS using ophyd-async.
27+
```
28+
29+
## Related Packages
30+
31+
```{card} pySC
32+
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/>`
34+
35+
Python Simulated Commissioning toolkit for synchrotrons.
36+
```

0 commit comments

Comments
 (0)