|
3 | 3 | Table of Contents |
4 | 4 | ================= |
5 | 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) |
| 6 | + * [What to Expect](#what-to-expect) |
| 7 | + * [Creating Your Website Without Installing Dependencies (Using Docker Compose)](#creating-your-website-without-installing-dependencies-using-docker-compose) |
| 8 | + * [Creating your website by Installing Dependencies](#creating-your-website-by-installing-dependencies) |
| 9 | + * [Install Node](#install-node) |
| 10 | + * [Install Gatsby](#install-gatsby) |
| 11 | + * [Clone or Install the Repository](#clone-or-install-the-repository) |
| 12 | + * [Running on local Server](#running-on-local-server) |
| 13 | + * [Repository Structure](#repository-structure) |
| 14 | + * [Customization](#customization) |
| 15 | + * [Course Homepage Information](#course-homepage-information) |
| 16 | + * [theme.sass](#themesass) |
| 17 | + * [Introduction on Homepage](#introduction-on-homepage) |
| 18 | + * [Contents](#contents) |
| 19 | + * [Chapters](#chapters) |
| 20 | + * [Slides](#slides) |
| 21 | + * [Embedding Video and Audio](#embedding-video-and-audio) |
| 22 | + * [Multiple choice questions:](#multiple-choice-questions) |
| 23 | + * [<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) |
| 24 | + * [Codeblock Exercises:](#codeblock-exercises) |
| 25 | + * [Let's talk about importing functions!](#lets-talk-about-importing-functions) |
| 26 | + * [binder/requirements.txt](#binderrequirementstxt) |
| 27 | + * [static folder](#static-folder) |
29 | 28 |
|
30 | 29 |
|
31 | 30 | 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. |
|
0 commit comments