Update data analysis section
CI for csaxs_bec / test (pull_request) Failing after 32s

This commit is contained in:
2026-07-03 10:12:21 +02:00
parent eecc6cf37b
commit 8cfc82dfe6
6 changed files with 192 additions and 122 deletions
+5 -5
View File
@@ -38,11 +38,11 @@ Every content page starts with a **cross-reference label** followed by a single
top-level heading:
```md
(user.saxs.data_analysis)=
# Data analysis
(user.saxs.online_integration)=
# Setup online radial integration on Jungfraujoch
```
- The label `(user.saxs.data_analysis)=` is what other pages, the section landing
- The label `(user.saxs.online_integration)=` is what other pages, the section landing
pages, and the `{ref}` role link to. **Do not delete or rename it** without
updating every reference, or links silently break.
- The `# Title` is the page's H1. Sphinx needs exactly one; section pages do not
@@ -81,7 +81,7 @@ Available types include `note`, `tip`, `important`, `warning`, `caution`, `dange
- **To another page in this documentation**, link by its label, not by file path:
```md
See {ref}`the data analysis guide <user.saxs.data_analysis>`.
See {ref}`the Jungfraujoch setup guide <user.saxs.online_integration>`.
```
- **External links** use ordinary Markdown: `[pyFAI](https://pyfai.readthedocs.io)`.
@@ -114,7 +114,7 @@ Available types include `note`, `tip`, `important`, `warning`, `caution`, `dange
hidden: true
---
data_analysis
online_integration
<name>
```
````