-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path_toc.yml
More file actions
51 lines (51 loc) · 1.64 KB
/
_toc.yml
File metadata and controls
51 lines (51 loc) · 1.64 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
format: jb-book
root: book/intro
parts:
- caption: About
chapters:
- file: book/schedule
title: Class Schedule
- file: book/instructors
title: Instructors
- caption: Open Course Materials
chapters:
- file: book/courses/python-basics
title: Python Basics
- file: book/courses/intro-to-r
title: Introduction to R Programming
- file: book/courses/ocr
title: A Gentle Introduction to OCR
- file: book/courses/topic-models
title: How to Do Things with Topic Models
- file: book/courses/pandas
title: Data Analysis with Pandas
- file: book/courses/machine-learning-william
title: Machine Learning (Mattingly)
- file: book/courses/visualizing-humanities-data
title: Visualizing Humanities Data
- file: book/courses/ancient-medieval
title: Text Analysis in Ancient/Medieval Languages
- file: book/courses/machine-learning-grant
title: Machine Learning (Glass)
- file: book/courses/ner
title: Named Entity Recognition
- caption: After the Institute
chapters:
- file: book/keep-learning
title: More ways to keep learning
- url: https://constellate.org
title: Constellate Platform
- caption: Create your own Teaching Website
chapters:
- file: book/create-your-own
title: Create your own Jupyter Book
- file: book/install-software
title: Installing software to modify your Book
- file: book/configure-git
title: Clone your repository to your local machine
- file: book/making-site-changes
title: Make local changes
- file: book/pushing-to-git
title: Push changes to the web
- url: https://jupyterbook.org/intro.html
title: Official Jupyter Book Documentation