Skip to content

Commit 8f006c0

Browse files
committed
Move datajoint diagrams
1 parent 863d9b1 commit 8f006c0

File tree

2 files changed

+12
-17
lines changed

2 files changed

+12
-17
lines changed

docs/src/concepts.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,17 @@ Over the past few years, several labs have developed DataJoint-based data manage
5555

5656
Each of the DataJoint Elements creates a set of tables for common neuroscience data modalities to organize, preprocess, and analyze data. Each node in the following diagram is a table within the Element or a table connected to the Element.
5757

58-
![element-array-ephys diagram](https://raw.githubusercontent.com/datajoint/element-array-ephys/main/images/attached_array_ephys_element_acute.svg)
58+
### `ephys_acute` module
59+
60+
![diagram](https://raw.githubusercontent.com/datajoint/element-array-ephys/main/images/attached_array_ephys_element_acute.svg)
61+
62+
### `ephys_chronic` module
63+
64+
![diagram](https://raw.githubusercontent.com/datajoint/element-array-ephys/main/images/attached_array_ephys_element_chronic.svg)
65+
66+
### `ephys_precluster` module
67+
68+
![diagram](https://raw.githubusercontent.com/datajoint/element-array-ephys/main/images/attached_array_ephys_element_precluster.svg)
5969

6070
### `subject` schema ([API docs](https://datajoint.com/docs/elements/element-animal/api/element_animal/subject))
6171
- Although not required, most choose to connect the `Session` table to a `Subject` table.

docs/src/index.md

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -26,19 +26,4 @@ developed to handle various use cases of this pipeline and workflow:
2626

2727
Visit the [Concepts page](./concepts.md) for more information about the use cases of
2828
`ephys` schemas and an explanation of the tables. To get started with building your own
29-
data pipeline, visit the [Tutorials page](./tutorials.md).
30-
31-
### `ephys_acute` module
32-
33-
![element-array-ephys-acute diagram]
34-
(https://raw.githubusercontent.com/datajoint/element-array-ephys/main/images/attached_array_ephys_element_acute.svg)
35-
36-
### `ephys_chronic` module
37-
38-
![element-array-ephys-chronic diagram]
39-
(https://raw.githubusercontent.com/datajoint/element-array-ephys/main/images/attached_array_ephys_element_chronic.svg)
40-
41-
### `ephys_precluster` module
42-
43-
![element-array-ephys-precluster diagram]
44-
(https://raw.githubusercontent.com/datajoint/element-array-ephys/main/images/attached_array_ephys_element_precluster.svg)
29+
data pipeline, visit the [Tutorials page](./tutorials.md).

0 commit comments

Comments
 (0)