forked from ds4m/ds4m.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
49 lines (44 loc) · 1.56 KB
/
mkdocs.yml
File metadata and controls
49 lines (44 loc) · 1.56 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
site_name: Data Science for Mathematicians
site_url: https://ds4m.github.io/
site_author: Nathan Carter
site_description: "Digital resources for the book Data Science for Mathematicians"
repo_url: "https://github.com/ds4m/ds4m.github.io"
copyright: "Copyright 2020 Nathan Carter and several other contributors"
theme:
name: windmill
colorscheme: default
highlightjs: false
nav:
- Home: index.md
- Chapter 1, Introduction: chapter-1-resources.md
- Chapter 2, Programming with Data: chapter-2-resources.md
- Chapter 3, Linear Algebra: chapter-3-resources.md
- Chapter 4, Basic Statistics: chapter-4-resources.md
- Chapter 5, Clustering: chapter-5-resources.md
- Chapter 6, Operations Research: chapter-6-resources.md
- Chapter 7, Dimensionality Reduction: chapter-7-resources.md
- Chapter 8, Machine Learning: chapter-8-resources.md
- Chapter 9, Deep Learning: chapter-9-resources.md
- Chapter 10, Topological Data Analysis: chapter-10-resources.md
markdown_extensions:
- codehilite
- admonition
- markdown.extensions.codehilite:
guess_lang: false
- toc:
permalink: true
- pymdownx.arithmatex
- pymdownx.betterem:
smart_enable: all
- pymdownx.inlinehilite
- pymdownx.magiclink
- pymdownx.mark
- pymdownx.smartsymbols
- pymdownx.superfences
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tilde
extra_css:
- css/code_styles.css
extra_javascript:
- 'https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.0/MathJax.js?config=TeX-MML-AM_CHTML'