Skip to content

Commit 631589e

Browse files
committed
Fixed links in readme
1 parent 451929a commit 631589e

File tree

6 files changed

+2815
-2802
lines changed

6 files changed

+2815
-2802
lines changed

README.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,19 +21,21 @@ course. This 2-hour class is presented to two groups.
2121

2222
### The class has the following steps
2323

24-
1. **Preparation 1.** Read the [Introduction](introduction.html) and
24+
1. **Preparation 1.** Read the
25+
[Introduction](https://acclab.github.io/moda/introduction.html) and
2526
install the prerequisite software on your laptop.
2627
2. **Preparation 2.** Go through a [Quick Tour of the
27-
Notebook](quick_tour_of_the_notebook.html) to familiarise yoruself
28-
to the jupyter notebook environment.
28+
Notebook](https://acclab.github.io/moda/quick_tour_of_the_notebook.html)
29+
to familiarise yourself to the jupyter notebook environment.
2930
3. **Session Coding.** Bring your laptop to class, and we will go
3031
through the examples in [Data Analysis with
31-
Jupyter](data_analysis_with_jupyter_and_python.html).
32+
Jupyter](https://acclab.github.io/moda/data_analysis_with_jupyter_and_python.html).
3233
4. **Lecture.** Crash course on the history of and key issues in data
3334
visualization.
3435
5. **Short introduction to estimation and LLMs.** Introduction to
3536
estimation statistics [web app](https://www.estimationstats.com/#/)
36-
and [python package](dabest_introduction.html).
37+
and [python
38+
package](https://acclab.github.io/moda/dabest_introduction.html).
3739
6. **Continuing education.** Review the Additional Resources page to
3840
continue your self-education in data analysis.
3941

nbs/02_Quick_tour_of_the_Notebook.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
"metadata": {},
7070
"outputs": [],
7171
"source": [
72-
"import pandas as pd # Don't worry about this line yet. We'll 3explain it later below!"
72+
"import pandas as pd # Don't worry about this line yet. We'll explain it later below!"
7373
]
7474
},
7575
{

nbs/index.ipynb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,11 @@
4040
"source": [
4141
"### The class has the following steps\n",
4242
"\n",
43-
"1. **Preparation 1.** Read the [Introduction](introduction.html) and install the prerequisite software on your laptop.\n",
44-
"2. **Preparation 2.** Go through a [Quick Tour of the Notebook](quick_tour_of_the_notebook.html) to familiarise yoruself to the jupyter notebook environment.\n",
45-
"3. **Session Coding.** Bring your laptop to class, and we will go through the examples in [Data Analysis with Jupyter](data_analysis_with_jupyter_and_python.html).\n",
43+
"1. **Preparation 1.** Read the [Introduction](https://acclab.github.io/moda/introduction.html) and install the prerequisite software on your laptop.\n",
44+
"2. **Preparation 2.** Go through a [Quick Tour of the Notebook](https://acclab.github.io/moda/quick_tour_of_the_notebook.html) to familiarise yourself to the jupyter notebook environment.\n",
45+
"3. **Session Coding.** Bring your laptop to class, and we will go through the examples in [Data Analysis with Jupyter](https://acclab.github.io/moda/data_analysis_with_jupyter_and_python.html).\n",
4646
"4. **Lecture.** Crash course on the history of and key issues in data visualization.\n",
47-
"5. **Short introduction to estimation and LLMs.** Introduction to estimation statistics [web app](https://www.estimationstats.com/#/) and [python package](dabest_introduction.html).\n",
47+
"5. **Short introduction to estimation and LLMs.** Introduction to estimation statistics [web app](https://www.estimationstats.com/#/) and [python package](https://acclab.github.io/moda/dabest_introduction.html).\n",
4848
"6. **Continuing education.** Review the Additional Resources page to continue your self-education in data analysis.\n",
4949
"\n",
5050
"If you have any questions about these materials, please contact your course coordinator.\n"

nbs/myplot.png

22 KB
Loading

0 commit comments

Comments
 (0)