Files
csaxs_bec/docs/index.md
T
menzelandClaude Opus 4.8 a964d27234
CI for csaxs_bec / test (pull_request) Successful in 1m30s
Read the Docs Deploy Trigger / trigger-rtd-webhook (push) Successful in 2s
CI for csaxs_bec / test (push) Successful in 1m30s
docs(safety): add Safety at cSAXS page with checklist PDF and links
Add a user-facing safety page featuring the Safety Declaration form and a
downloadable "Safety at cSAXS" checklist PDF, and list the key safety links
from the checklist. Register the page in the top-level toctree after the
introduction.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-07-03 10:25:20 +02:00

52 lines
953 B
Markdown

:html_theme.sidebar_secondary.remove:
# cSAXS documentation
Welcome to the cSAXS documentation. This documentation is divided into two main sections: the user guide and the developer guide. The user guide is intended for users of the cSAXS beamline, while the developer guide is intended for developers of the cSAXS beamline.
<br><br>
````{grid} 2
:gutter: 5
```{grid-item-card}
:link: introduction
:link-type: ref
:img-top: /assets/index_user_guide.svg
:text-align: center
:class-item: index-card
## User guide
Information for users of the cSAXS beamline.
```
```{grid-item-card}
:link: developer
:link-type: ref
:img-top: /assets/index_contribute.svg
:text-align: center
:class-item: index-card
## Developer guide
Information for developers of the cSAXS beamline.
```
````
```{toctree}
---
numbered: true
maxdepth: 2
hidden: true
---
introduction/introduction
safety/safety
user/user
developer/developer
api_reference/api_reference
```