Skip to content

Commit c1e229c

Browse files
committed
Apply suggestions from code review
1 parent e24703f commit c1e229c

File tree

2 files changed

+16
-9
lines changed

2 files changed

+16
-9
lines changed

docs/src/concepts.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
## Storage of high-level information about a laboratory
44

55
Most pipelines track some information about the lab, including the facilities,
6-
experiment rigs, and users. This can help track which users lab members are associated
6+
experiment rigs, and users. This can help track which lab members are associated
77
with which projects or who is responsible for equipment.
88

99
Through our interviews and direct collaboration on the precursor projects, we identified
@@ -32,7 +32,7 @@ include:
3232

3333
![element lab diagram](https://raw.githubusercontent.com/datajoint/element-lab/d222f673e590979a92ff815adb880f474eed338e/images/lab_diagram.svg)
3434

35-
### `lab` schema ([API docs](https://datajoint.com/docs/elements/element-lab/api/element_lab))
35+
### `lab` schema ([API docs](../api/element_lab/lab/))
3636

3737
| Table | Description |
3838
| ------------------ | -------------------------------------------------------------|
@@ -54,7 +54,7 @@ include:
5454
Depreciation warning. A subset of the tables above will be removed in a future
5555
version of this Element in favor of the `project` schema.
5656

57-
### `project` schema ([API docs](https://datajoint.com/docs/elements/element-lab/api/element_lab))
57+
### `project` schema ([API docs](../api/element_lab/project/))
5858

5959
| Table | Description |
6060
| ------------------ | -------------------------------------------------------------|

docs/src/tutorials.md

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
# Tutorials
22

3-
43
## Installation
54

65
Installation of the Element requires an integrated development environment and database.
@@ -9,11 +8,19 @@ Instructions to setup each of the components can be found on the
98

109
## Element usage
1110

12-
Element lab is a modular design of
13-
tables and dependencies that can be flexibly attached to any DataJoint workflow, but it is not a complete workflow by itself. For example usages of Element Lab and detailed tutorials, see the workflows listed below.
11+
Element Lab is a modular design of
12+
tables and dependencies that can be flexibly attached to any DataJoint workflow, but it
13+
is not a complete workflow by itself. For example usages of Element Lab and detailed
14+
tutorials, see the workflows listed below.
1415

15-
- Element Array Ephys - [Docs](https://datajoint.com/docs/elements/element-array-ephys/latest/tutorials/) & [Code repository](https://github.com/datajoint/workflow-array-ephys)
16+
- Element Array Ephys -
17+
[Docs](https://datajoint.com/docs/elements/element-array-ephys/latest/tutorials/) &
18+
[Code repository](https://github.com/datajoint/workflow-array-ephys)
1619

17-
- Element Calcium Imaging - [Docs](https://datajoint.com/docs/elements/element-calcium-imaging/latest/tutorials/) & [Code repository](https://github.com/datajoint/workflow-calcium-imaging)
20+
- Element Calcium Imaging -
21+
[Docs](https://datajoint.com/docs/elements/element-calcium-imaging/latest/tutorials/)
22+
& [Code repository](https://github.com/datajoint/workflow-calcium-imaging)
1823

19-
- Element DeepLabCut - [Docs](https://datajoint.com/docs/elements/element-deeplabcut/latest/tutorials/) & [Code repository](https://github.com/datajoint/workflow-deeplabcut)
24+
- Element DeepLabCut -
25+
[Docs](https://datajoint.com/docs/elements/element-deeplabcut/latest/tutorials/) &
26+
[Code repository](https://github.com/datajoint/workflow-deeplabcut)

0 commit comments

Comments
 (0)