Skip to content

Commit 8764b06

Browse files
authored
ToC
1 parent 877749c commit 8764b06

File tree

1 file changed

+28
-2
lines changed

1 file changed

+28
-2
lines changed

docs/index.md

Lines changed: 28 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,31 @@
11
# From Zero to ICSP (Ines Course Starter - Python)
22

3+
Table of Contents
4+
=================
5+
6+
* [From Zero to ICSP (Ines Course Starter - Python)](#from-zero-to-icsp-ines-course-starter---python)
7+
* [What to Expect](#what-to-expect)
8+
* [Creating Your Website Without Installing Dependencies (Using Docker Compose)](#creating-your-website-without-installing-dependencies-using-docker-compose)
9+
* [Creating your website by Installing Dependencies](#creating-your-website-by-installing-dependencies)
10+
* [Install Node](#install-node)
11+
* [Install Gatsby](#install-gatsby)
12+
* [Clone or Install the Repository](#clone-or-install-the-repository)
13+
* [Running on local Server](#running-on-local-server)
14+
* [Repository Structure](#repository-structure)
15+
* [Customization](#customization)
16+
* [Course Homepage Information](#course-homepage-information)
17+
* [theme.sass](#themesass)
18+
* [Introduction on Homepage](#introduction-on-homepage)
19+
* [Contents](#contents)
20+
* [Chapters](#chapters)
21+
* [Slides](#slides)
22+
* [Embedding Video and Audio](#embedding-video-and-audio)
23+
* [Multiple choice questions:](#multiple-choice-questions)
24+
* [<g-emoji class="g-emoji" alias="high_brightness" fallback-src="https://github.githubassets.com/images/icons/emoji/unicode/1f506.png">🔆</g-emoji>You can have several questions in one exercise container](#you-can-have-several-questions-in-one-exercise-container)
25+
* [Codeblock Exercises:](#codeblock-exercises)
26+
* [Let's talk about importing functions!](#lets-talk-about-importing-functions)
27+
* [binder/requirements.txt](#binderrequirementstxt)
28+
* [static folder](#static-folder)
329

430

531
Course Starter python is a starter repo based on the course framework [Ines Montani](https://ines.io/) developed for her [online open-source spaCy course](https://course.spacy.io/). Since creating this framework in April 2019, it has since become a useful tool and platform for data scientists and developers alike to implement their courses in a manner similar to other popular online Data science educational platforms.
@@ -26,7 +52,7 @@ You may need to know _some_ Html for additional customization, however by no mea
2652

2753
This tutorial will describe the steps to create a complete initial "Starter Course" with zero customization. From here we will then change, edit and add files to complete your desired unique course.
2854

29-
You can choose either to create your website by [installing the dependencies (Node and Gatsby)](#creating-your-website-by-installing-dependencies) or we have conveniently made a docker compose file available to avoid that. If you don't want to install the dependencies follow the steps [here](creating-your-website-without-installing-dependencies-using-docker-compose)
55+
You can choose either to create your website by [installing the dependencies (Node and Gatsby)](#creating-your-website-by-installing-dependencies) or we have conveniently made a docker compose file available to avoid that. If you don't want to install the dependencies follow the steps [here](#creating-your-website-without-installing-dependencies-using-docker-compose)
3056

3157
## Creating Your Website Without Installing Dependencies (Using Docker Compose)
3258

@@ -153,7 +179,7 @@ Make sure that you ***merge all the changes on the other branches to the master
153179

154180
Once you have done this you will need to locate yourself to the root of the repo.
155181

156-
## Running on local Server
182+
### Running on local Server
157183

158184
Next, we must install all relevant dependencies by running the following:
159185
```

0 commit comments

Comments
 (0)