Skip to content

Commit d1aa9b6

Browse files
committed
Move section and add CodeBook
1 parent e6c764c commit d1aa9b6

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

README.md

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,15 @@ If you already have an older version of DataJoint installed using `pip`, upgrade
2020
```bash
2121
pip3 install --upgrade datajoint
2222
```
23+
24+
## Documentation and Tutorials
25+
26+
* https://datajoint.org -- start page
27+
* https://docs.datajoint.org -- up-to-date documentation
28+
* https://tutorials.datajoint.io -- step-by-step tutorials
29+
* https://catalog.datajoint.io -- catalog of example pipelines
30+
* https://codebook.datajoint.io -- interactive online tutorials
31+
2332
## Python Native Blobs
2433

2534
DataJoint 0.12 adds full support for all native python data types in blobs: tuples, lists, sets, dicts, strings, bytes, `None`, and all their recursive combinations.
@@ -90,12 +99,6 @@ the situation, but generally the following strategies may apply:
9099
As always, be sure that your data is safely backed up before modifying any
91100
important DataJoint schema or records.
92101

93-
## Documentation and Tutorials
94-
95-
* https://datajoint.org -- start page
96-
* https://docs.datajoint.org -- up-to-date documentation
97-
* https://tutorials.datajoint.io -- step-by-step tutorials
98-
* https://catalog.datajoint.io -- catalog of example pipelines
99102

100103
## Running Tests Locally
101104

0 commit comments

Comments
 (0)