Skip to content

Commit 48ddfd6

Browse files
committed
Added note in mkdocs
1 parent fc128f1 commit 48ddfd6

File tree

1 file changed

+39
-40
lines changed

1 file changed

+39
-40
lines changed

mkdocs.yml

Lines changed: 39 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -2,36 +2,37 @@
22
nav:
33
- Home: notes.md
44
- Machine Learning:
5-
- Introduction: ml/ml.md
6-
- Types of Learning:
7-
- Supervised Learning: ml/type/supervised-learning.md
8-
- Unsupervised Learning: ml/type/unsupervised-learning.md
9-
- Semi-Supervised Learning: ml/type/semi-supervised-learning.md
10-
- Reinforcement Learning: ml/type/reinforcement-learning.md
11-
- Batch and Online:
12-
- Batch Learning: ml/type/batch-learning.md
13-
- Online Learning: ml/type/online-learning.md
14-
- Instance and Model:
15-
- Instance-Based Learning: ml/type/instance-based-learning.md
16-
- Model-Based Learning: ml/type/model-based-learning.md
17-
- Resources: ml/resources.md
5+
- Introduction: ml/ml.md
6+
- Types of Learning:
7+
- Supervised Learning: ml/type/supervised-learning.md
8+
- Unsupervised Learning: ml/type/unsupervised-learning.md
9+
- Semi-Supervised Learning: ml/type/semi-supervised-learning.md
10+
- Reinforcement Learning: ml/type/reinforcement-learning.md
11+
- Batch and Online:
12+
- Batch Learning: ml/type/batch-learning.md
13+
- Online Learning: ml/type/online-learning.md
14+
- Instance and Model:
15+
- Instance-Based Learning: ml/type/instance-based-learning.md
16+
- Model-Based Learning: ml/type/model-based-learning.md
17+
- Resources: ml/resources.md
1818
- Python:
19-
- Introduction: python/python.md
20-
- Language:
21-
- Functions: python/language/functions.ipynb
22-
- Lists: python/language/lists.ipynb
23-
- Modules: python/language/modules.ipynb
24-
- Strings: python/language/strings.ipynb
25-
- Exceptions: python/language/exceptions.ipynb
26-
- Tuples: python/language/tuples.ipynb
27-
- Dictionaries: python/language/dictionaries.ipynb
28-
- Counter: python/language/counter.ipynb
29-
- Sets: python/language/sets.ipynb
30-
- Control Flow: python/language/controlflow.ipynb
31-
- Sorting: python/language/sorting.ipynb
32-
- List Comprehensions: python/language/listcomprehensions.ipynb
33-
- Visualization:
34-
- Matplotlib: python/visualization/matplotlib.ipynb
19+
- Introduction: python/python.md
20+
- Language:
21+
- Functions: python/language/functions.ipynb
22+
- Classes: python/language/classes.ipynb
23+
- Lists: python/language/lists.ipynb
24+
- Modules: python/language/modules.ipynb
25+
- Strings: python/language/strings.ipynb
26+
- Exceptions: python/language/exceptions.ipynb
27+
- Tuples: python/language/tuples.ipynb
28+
- Dictionaries: python/language/dictionaries.ipynb
29+
- Counter: python/language/counter.ipynb
30+
- Sets: python/language/sets.ipynb
31+
- Control Flow: python/language/controlflow.ipynb
32+
- Sorting: python/language/sorting.ipynb
33+
- List Comprehensions: python/language/listcomprehensions.ipynb
34+
- Visualization:
35+
- Matplotlib: python/visualization/matplotlib.ipynb
3536

3637
# Project information
3738
site_name: Notes
@@ -53,23 +54,23 @@ theme:
5354
palette:
5455
# Palette toggle for automatic mode
5556
- media: "(prefers-color-scheme)"
56-
primary: white
57+
primary: white
5758
toggle:
5859
icon: material/brightness-auto
5960
name: Switch to light mode
6061

6162
# Palette toggle for light mode
6263
- media: "(prefers-color-scheme: light)"
6364
scheme: default
64-
primary: white
65+
primary: white
6566
toggle:
6667
icon: material/brightness-7
6768
name: Switch to dark mode
6869

6970
# Palette toggle for dark mode
7071
- media: "(prefers-color-scheme: dark)"
7172
scheme: slate
72-
primary: black
73+
primary: black
7374
toggle:
7475
icon: material/brightness-4
7576
name: Switch to system preference
@@ -78,7 +79,7 @@ theme:
7879
- navigation.tabs
7980
- navigation.sections
8081

81-
use_directory_urls : False
82+
use_directory_urls: False
8283

8384
extra:
8485
homepage: https://amgadmadkour.github.io/
@@ -101,13 +102,13 @@ markdown_extensions:
101102
- pymdownx.smartsymbols
102103
- pymdownx.inlinehilite
103104
- pymdownx.snippets:
104-
auto_append:
105-
- includes/abbreviations.md
105+
auto_append:
106+
- includes/abbreviations.md
106107
- pymdownx.superfences:
107108
custom_fences:
108-
- name: mermaid
109-
class: mermaid
110-
format: !!python/name:pymdownx.superfences.fence_code_format
109+
- name: mermaid
110+
class: mermaid
111+
format: !!python/name:pymdownx.superfences.fence_code_format
111112
- pymdownx.tabbed:
112113
alternate_style: true
113114
- pymdownx.tilde
@@ -127,5 +128,3 @@ plugins:
127128
- autorefs
128129
- tags
129130
- print-site
130-
131-

0 commit comments

Comments
 (0)