51 lines
939 B
Markdown
51 lines
939 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
|
|
user/user
|
|
developer/developer
|
|
api_reference/api_reference
|
|
```
|