Skip to content

Commit d813ed3

Browse files
Merge pull request #8 from linahKhayri/fix-md
correct link fragment errors, enforce line length, and specify fenced…
2 parents 07725e6 + b6fcb17 commit d813ed3

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-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.

collaboration/communication.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ 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-
| ------ | :----: | :-----: | :-------: | :------: | :----: | :------: | :----: | --- |
36-
| _name_ | | | | | | | |
34+
| Day | Mon | Tue | Wed | Thu | Fri | Sat | Sun |
35+
|--------|:---:|:---:|:---:|:---:|:---:|:---:|:---:|
36+
| _name_ | | | | | | | |
3737

3838
### How many hours everyone has per day
3939

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+
```text
1212
/
1313
├── README.md # Project overview and main findings
1414
├── /collaboration/ # Team norms, strategies, and retrospectives

0 commit comments

Comments
 (0)