Skip to content

Commit 5faf6a7

Browse files
clean up examples
1 parent ea220af commit 5faf6a7

File tree

4 files changed

+160
-7948
lines changed

4 files changed

+160
-7948
lines changed

book/00-introduction/00-purpose.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,10 @@ authors:
1010
This book is a comprehensive guide to *DataJoint for Python* — a specialized framework designed to implement scientific data pipelines that manage data and orchestrate computations in collaborative and AI-powered scientific projects. At its core, DataJoint builds upon the traditional relational database model, enabling scientists, data engineers, and programmers to design and query relational databases. However, DataJoint’s main innovation lies in introducing computational dependencies as a first-class feature within the relational database. This allows researchers to define, execute, and reproduce data processing pipelines with precision and efficiency.
1111

1212
Existing documentation for DataJoint can be found here:
13-
* Current documentation: https://datajoint.com/docs/core/datajoint-python/ (hosted at https://github.com/datajoint/datajoint-python/)
14-
* Legacy documentation: https://datajoint.github.io/datajoint-docs-original/python/ (hosted at https://github.com/datajoint/datajoint-docs-original)
13+
* Current documentation: https://datajoint.com/docs/core/datajoint-python/
14+
- hosted at https://github.com/datajoint/datajoint-python/
15+
* Legacy documentation: https://datajoint.github.io/datajoint-docs-original/python/
16+
- hosted at https://github.com/datajoint/datajoint-docs-original
1517

1618
# Purpose of This Book
1719

0 commit comments

Comments
 (0)