Skip to content

Commit feccad9

Browse files
fix: resolve markdownlint errors in whole repo
1 parent 1d3f7aa commit feccad9

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

1_datasets/guide.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ Below is an overview of different kinds of dataset you will encounter:
4343
6. [Classification by Purpose](#classification-by-purpose)
4444
7. [Classification by Format](#classification-by-format)
4545

46+
## Classification by Data Type
47+
4648
### Quantitative (Numerical) Data
4749

4850
Data that represents quantities and can represented as numbers.

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +0,0 @@
1-

collaboration/communication.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ how often will we get in touch on each channel, and what we will discuss there:
3131

3232
### Availability for calling/messaging
3333

34-
| Day | Monday | Tuesday | Wednesday | Thursday | Friday | Saturday | Sunday | |
35-
| ------ | :----: | :-----: | :-------: | :------: | :----: | :------: | :----: | --- |
34+
| Day | Monday | Tuesday | Wednesday | Thursday | Friday | Saturday | Sunday |
35+
| ------ | :----: | :-----: | :-------: | :------: | :----: | :------: | :----: |
3636
| _name_ | | | | | | | |
3737

3838
### How many hours everyone has per day

guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ designed to help you do **reproducible** research. If your research process is
88
well organized, others should be able to clone it, run all scripts (without
99
errors!), and evaluate your conclusions for themselves.
1010

11-
```
11+
``` Structure
1212
/
1313
├── README.md # Project overview and main findings
1414
├── /collaboration/ # Team norms, strategies, and retrospectives

0 commit comments

Comments
 (0)