Skip to content

Commit 95e17c5

Browse files
committed
Minor markdown changes for clarity
1 parent 34bcaed commit 95e17c5

File tree

3 files changed

+198
-328
lines changed

3 files changed

+198
-328
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,20 +5,21 @@ data pipelines for automated data analysis and sharing.
55

66
This document will guide you through interactive tutorials written in
77
[Python](https://www.python.org/) and organized in [Jupyter
8-
notebooks](https://jupyter-notebook.readthedocs.io/en/stable/) and.
8+
notebooks](https://jupyter-notebook.readthedocs.io/en/stable/).
99

1010
*Please note that these hands-on DataJoint tutorials are friendly to non-expert users, and advanced programming skills are not required.*
1111

1212

1313
## Table of contents
14-
- In the [tutorials](./tutorials) folder are interactive Jupyter notebooks to learn DataJoint. The calcium imaging and electrophysiology tutorials provide examples of defining and interacting with data pipelines. In addition, some fill-in-the-blank sections are included for you to code yourself!
14+
- The [tutorials](./tutorials) folder contains interactive Jupyter notebooks designed to teach DataJoint. The calcium imaging and electrophysiology tutorials provide examples of defining and interacting with data pipelines. In addition, some fill-in-the-blank sections are included for you to code yourself!
1515
- 01-DataJoint Basics
1616
- 02-Calcium Imaging Imported Tables
1717
- 03-Calcium Imaging Computed Tables
1818
- 04-Electrophysiology Imported Tables
1919
- 05-Electrophysiology Computed Tables
2020

21-
- In the [completed_tutorials](./completed_tutorials) folder are Jupyter notebooks with the code sections completed and solved.
21+
- The [completed_tutorials](./completed_tutorials) folder contains Jupyter notebooks
22+
with all code sections completed and solved.
2223

2324
- You will find the following notebooks in the [short_tutorials](./short_tutorials) folder:
2425
- DataJoint in 30min

0 commit comments

Comments
 (0)