-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
117 lines (105 loc) · 2.48 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
site_name: Data Science and Programming Books
site_description: Books recommended for BS in Data Science and Applcations, IIT Madras
site_url: https://bsc-iitm.github.io/books
# Repository
# repo_name: bsc-iitm/books
repo_url: https://github.com/bsc-iitm/books
edit_uri: edit/master/docs/
# Extensions
markdown_extensions:
- footnotes
- nl2br
- attr_list
- sane_lists
- meta
- smarty
- tables
- def_list
- toc:
title: On this page
toc_depth: 0
permalink: true
permalink_title: Copy link to this section for reference
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- admonition
hooks:
- other_files/external_links_md_extension.py
theme:
name: material
# custom_dir: overrides
# favicon: assets/logo/logo.svg
# logo: assets/logo/logo.svg
#shortcuts
shortcuts:
help: 191 # ?
next: 78 # n
previous: 80 # p
search: 83 # s
highlightjs: true
#when editing a page
theme:
icon:
edit: material/pencil
view: material/eye
palette:
#light mode
- scheme: default
primary: black
accent: blue
toggle:
icon: material/lightbulb-outline
name: Switch to dark mode
#dark mode
- scheme: slate
primary: black
accent: blue
toggle:
icon: material/lightbulb
name: Switch to light mode
features:
- content.action.edit
- content.action.view
- content.code.annotate
- content.code.copy
- search.highlight
- search.share
- search.suggest
- navigation.instant
# - navigation.footer
# - navigation.sections
- navigation.tabs
- navigation.top
- navigation.tracking
- toc.follow
# - toc.integrate
plugins:
# - blog:
# post_date_format: full
# blog_dir: blog
# # post_dir: "{blog}/articles"
# archive_date_format: MMMM yyyy
# post_readtime: true
# blog_toc: true
- search:
separator: '[\s\-,:!=\[\]()"/]+|(?!\b)(?=[A-Z][a-z])|\.(?!\d)|&[lg]t;'
- minify:
minify_html: false
extra:
analytics:
provider: google
property:
generator: false
#Information on How to navigate from the home page all parts of the website
nav:
- Foundation:
- Books: foundation/books.md
- Diploma in Programming:
- Books: diploma_in_programming/books.md
- Diploma in Data Science:
- Books: diploma_in_data_science/books.md
- Degree:
- Books: degree/books.md