This commit is contained in:
@@ -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>
|
||||
```
|
||||
````
|
||||
|
||||
Reference in New Issue
Block a user