Skip to content

Commit 2a14b10

Browse files
authored
Merge pull request #50 from kabilar/main
Add links for Elements tutorials and docs
2 parents c2b0a40 + 7204eaa commit 2a14b10

File tree

4 files changed

+11
-10
lines changed

4 files changed

+11
-10
lines changed

mkdocs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ repo_url: https://github.com/datajoint-company/datajoint-docs
77
nav:
88
- Welcome: index.md
99
- Core:
10-
- Overview: core/index.md
10+
- core/index.md
1111
- Concepts:
1212
- Principles: core/concepts/principles.md
1313
- Glossary: core/concepts/glossary.md

src/elements/index.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,15 +53,20 @@ Below are the projects that make up the family of open-source DataJoint Elements
5353

5454
A data pipeline for miniscope calcium imaging.
5555

56+
[:octicons-arrow-right-24: Interactive tutorial](https://github.com/datajoint/workflow-miniscope#interactive-tutorial){:target="_blank"}
57+
5658
[:octicons-arrow-right-24: Docs](./element-miniscope/)
5759

5860
- :fontawesome-brands-python:{ .lg .middle } **Element ZStack**
5961

6062
---
6163

62-
A data pipeline for segmenting volumetric microscopy data with Cellpose.
64+
A data pipeline for segmenting volumetric microscopy data with Cellpose, uploading
65+
to BossDB, and visualizing with Neuroglancer.
66+
67+
[:octicons-arrow-right-24: Interactive tutorial](https://github.com/datajoint/workflow-zstack#interactive-tutorial){:target="_blank"}
6368

64-
:octicons-arrow-right-24: New docs coming soon!
69+
[:octicons-arrow-right-24: Docs](./element-zstack/)
6570

6671
- :fontawesome-brands-python:{ .lg .middle } **Element DeepLabCut**
6772

src/elements/user-guide.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@ The following document describes how to setup a development environment and conn
44
a database so that you can use the DataJoint Elements to build and run a workflow on
55
your local machine.
66

7-
If you'd rather run through similar tutorials in an online
8-
Jupyter environment, please visit [CodeBook](https://codebook.datajoint.io/).
9-
107
Any of the DataJoint Elements can be combined together to create a workflow that matches
118
your experimental setup. We have a number of [example workflows](#example-workflows)
129
to get you started. Each focuses on a specific modality, but they can be adapted for
@@ -338,7 +335,6 @@ example data, you would ...
338335
Element and Workflow Array Ephys also support data recorded with
339336
OpenEphys.
340337

341-
342338
??? Note "Calcium Imaging: Click to expand details"
343339
- **Dataset**: workflow-array-calcium-imaging-test-set
344340
- **Revision**: 0_1_0a2
@@ -408,7 +404,6 @@ example data, you would ...
408404
- **Revision**: 0.0.0
409405
- **Size**: .3 GB
410406

411-
412407
#### Using Your Own Data
413408

414409
Some of the workflows carry some assumptions about how your file directory will be
@@ -738,7 +733,6 @@ provides all the informaiton required to set up a dedicated database.
738733
```
739734
</details>
740735

741-
742736
### DataJoint LabBook
743737

744738
DataJoint LabBook is a graphical user interface to facilitate data entry for existing

src/index.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,9 @@
3838

3939
A cloud platform for automated analysis workflows. It relies on DataJoint Core and DataJoint Elements.
4040

41-
[:octicons-arrow-right-24: Learn more](https://datajoint.com/works){:target="_blank"}
41+
[:octicons-arrow-right-24: Learn
42+
more](https://datajoint.com/works){:target="_blank"}
43+
4244
[:octicons-arrow-right-24: Sign-in](https://works.datajoint.com){:target="_blank"}
4345

4446
</div>

0 commit comments

Comments
 (0)