-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
135 lines (126 loc) · 4.07 KB
/
mkdocs.yml
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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
site_name: "DSC 650 – Big Data"
site_description: >-
This course covers the fundamentals of data infrastructure and how technologies fit together
to form a process, or pipeline, to refine data into usable datasets. This course focuses
on building a predictive modeling pipeline used by the various types of projects that
are called, “big data.”
site_author: "Bellevue University"
site_url: "https://bellevue-university.github.io/dsc650/"
# Repository
repo_name: 'bellevue-university/dsc650'
repo_url: 'https://github.com/bellevue-university/dsc650'
# Copyright
copyright: 'Copyright © 2018 - 2020 Bellevue University'
# Configuration
theme:
name: 'material'
language: 'en'
features:
- tabs
palette:
primary: 'deep purple'
accent: 'deep purple'
icon:
logo: material/library
repo: fontawesome/brands/git-alt
font:
text: Roboto
code: Roboto Mono
# Don't include MkDocs' JavaScript
include_search_page: false
search_index_only: true
# Plugins
plugins:
- search
- git-revision-date-localized
- minify:
minify_html: true
- table-reader
# Customization
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/bellevue-university
# Extensions
markdown_extensions:
- markdown.extensions.admonition
- markdown.extensions.attr_list
- markdown.extensions.codehilite:
guess_lang: false
- markdown.extensions.def_list
- markdown.extensions.footnotes
- markdown.extensions.meta
- markdown.extensions.toc:
permalink: true
- pymdownx.arithmatex
- pymdownx.betterem:
smart_enable: all
- pymdownx.caret
- pymdownx.critic
- pymdownx.details
- pymdownx.emoji:
emoji_index: !!python/name:pymdownx.emoji.twemoji
emoji_generator: !!python/name:pymdownx.emoji.to_svg
- pymdownx.inlinehilite
- pymdownx.keys
- pymdownx.magiclink:
repo_url_shorthand: true
user: bellevue-university
repo: dsc650
- pymdownx.mark
- pymdownx.smartsymbols
- pymdownx.snippets:
check_paths: true
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_div_format
- pymdownx.tabbed
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tilde
# Page tree
nav:
- About: index.md
- Setup:
- Overview: setup/index.md
- Hosted: setup/hosted.md
- Windows: setup/windows.md
- macOS: setup/macOS.md
- Ubuntu: setup/ubuntu.md
- Lessons:
- Ten Week:
- Week 1: lessons/10-week/week01.md
- Week 2: lessons/10-week/week02.md
- Week 3: lessons/10-week/week03.md
- Week 4: lessons/10-week/week04.md
- Week 5: lessons/10-week/week05.md
- Week 6: lessons/10-week/week06.md
- Week 7: lessons/10-week/week07.md
- Week 8: lessons/10-week/week08.md
- Week 9: lessons/10-week/week09.md
- Week 10: lessons/10-week/week10.md
- Twelve Week:
- Week 1: lessons/12-week/week01.md
- Week 2: lessons/12-week/week02.md
- Week 3: lessons/12-week/week03.md
- Week 4: lessons/12-week/week04.md
- Week 5: lessons/12-week/week05.md
- Week 6: lessons/12-week/week06.md
- Week 7: lessons/12-week/week07.md
- Week 8: lessons/12-week/week08.md
- Week 9: lessons/12-week/week09.md
- Week 10: lessons/12-week/week10.md
- Week 11: lessons/12-week/week11.md
- Week 12: lessons/12-week/week12.md
- Fundamentals:
- Latency: lessons/fundamentals/latency.md
- Size: lessons/fundamentals/size.md
- Data Sets: data/index.md
- Q&A:
- Neural Networks: faq/neural-networks.md
# MathJax JavaScript
extra_javascript:
- https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.0/MathJax.js?config=TeX-MML-AM_CHTML
- https://unpkg.com/[email protected]/dist/mermaid.min.js