Skip to content

Commit 8a0fd20

Browse files
committed
Fix broken nav entry, tutorial links, and anchor in docs
1 parent 56b1313 commit 8a0fd20

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

docs/docs/user-guide/analysis-workflow/experiment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ manually, you can use the `add_from_data_path` method of the
8686
need to specify the **name** of the experiment, which will be used to
8787
reference it later, as well as **data_path** to the measured data file
8888
(e.g., `.xye`, `.xy`). Supported formats are described in the
89-
[Measured Data Category](#5-measured-data-category) section.
89+
[Measured Data Category](#measured-data-category) section.
9090

9191
Optionally, you can also specify the additional parameters that define
9292
the **type of experiment** you want to create. If you do not specify any

docs/docs/user-guide/first-steps.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ project = ed.Project()
3232
```
3333

3434
A complete tutorial using the `import` syntax can be found
35-
[here](../../tutorials/ed-3/).
35+
[here](../tutorials/ed-3.ipynb).
3636

3737
### Importing specific parts
3838

@@ -57,7 +57,7 @@ project = Project()
5757
```
5858

5959
A complete tutorial using the `from` syntax can be found
60-
[here](../../tutorials/ed-4/).
60+
[here](../tutorials/ed-4.ipynb).
6161

6262
## Utility functions
6363

docs/mkdocs.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,6 @@ nav:
222222
- experiment: api-reference/datablocks/experiment.md
223223
- structure: api-reference/datablocks/structure.md
224224
- display: api-reference/display.md
225-
- experiments: api-reference/experiment.md
226225
- io: api-reference/io.md
227226
- project: api-reference/project.md
228227
- summary: api-reference/summary.md

0 commit comments

Comments
 (0)