File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -44,6 +44,6 @@ database and will raise errors when accessing missing tables.
44
44
45
45
## Working with existing data
46
46
47
- See the chapter [ existing ] ( ../existing-pipelines .md) for how to work with data in
47
+ See the chapter [ recall ] ( recall .md) for how to work with data in
48
48
existing pipelines, including accessing a pipeline from one language when the pipeline
49
49
was developed using another.
Original file line number Diff line number Diff line change @@ -12,8 +12,8 @@ tables to reference data which lives outside of the DataJoint
12
12
pipeline.
13
13
14
14
To define a table using the ` filepath ` datatype, an existing DataJoint
15
- [ store] ( ../../sysadmin/filestore .md ) should be created and then referenced in the new
16
- table definition. For example, given a simple store:
15
+ [ store] ( ../../sysadmin/external-store .md ) should be created and then referenced in the
16
+ new table definition. For example, given a simple store:
17
17
18
18
``` json
19
19
dj.config['stores'] = {
Original file line number Diff line number Diff line change 3
3
Data queries in DataJoint comprise two distinct steps:
4
4
5
5
1 . Construct the ` query ` object to represent the required data using tables and
6
- [ operators] ( operators.m` ) .
6
+ [ operators] ( operators.md ) .
7
7
2 . Fetch the data from ` query ` into the workspace of the host language -- described in
8
8
this section.
9
9
Original file line number Diff line number Diff line change @@ -189,7 +189,7 @@ This can be done for an entire schema:
189
189
dj.Diagram(schema)
190
190
```
191
191
192
- ![ pipeline] ( .. /images/shapes_pipeline.svg )
192
+ ![ pipeline] ( ./images/shapes_pipeline.svg )
193
193
194
194
Or for individual or sets of tables:
195
195
``` python
You can’t perform that action at this time.
0 commit comments