-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
65 lines (61 loc) · 2.21 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
site_name: Python
site_author: "Vu Anh"
google_analytics: ['UA-68978617-1', 'magizbox.com']
pages:
- "Home": "index.md"
- "Get Started": 'get_started.md'
- "Basics":
- "Introduction": 'tutorials.md'
- "Basic Syntax":
- "Overview": 'basic_syntax.md'
- "Yield and Generator": 'basic_syntax_yield.md'
- "Data Structure":
- "Number": 'datastructure_number.md'
- "Collection (List, Set, Turple)": 'datastructure_collection.md'
- "String": 'datastructure_string.md'
- "Datetime": 'datastructure_time.md'
- "Object": 'datastructure_object.md'
- "Object Oriented Programming":
- "Classes and Objects": 'oop.md'
- "Metaclasses": 'metaclasses.md'
- "Design Patterns": 'design_patterns.md'
- "Go Deeper":
- "File System & IO": "io.md"
- "Operating System": 'os.md'
- "Networking": 'networking.md'
- "Concurrency and Parallelism": 'concurrency_parallelism.md'
- "Event Based": 'event_based.md'
- "Web Development": 'web.md'
- "Development":
- "Logging": 'logging.md'
- "Configuration": 'configuration.md'
- "Command Line": 'command_line.md'
- "Testing": 'test.md'
- "IDE & Debugging": 'ide.md'
- "Package Manager": 'package_manager.md'
- "Environment": 'environment.md'
- "Module": 'module.md'
- "Production": 'production.md'
markdown_extensions:
- footnotes
- mdx_math
extra_css:
- components/magiz-c-book/src/book.css
- components/magiz-c-course/src/course.css
- components/magiz-c-video/src/video.css
- components/magiz-c-benchmark/src/benchmark.css
- components/magiz-c-paper/src/paper.css
- components/magiz-doc/style.css
- components/magiz-doc/highlight.css
extra_javascript:
- components/underscore/underscore.js
- components/magiz-c-book/src/gspreadsheet.js
- components/magiz-c-paper/src/paper.js
- components/magiz-c-course/src/course.js
- components/magiz-c-benchmark/src/benchmark.js
- components/magiz-c-benchmark/src/bootstrap-popup.js
- components/magiz-c-book/src/book.js
- components/magiz-c-video/src/video.js
- components/magiz-doc/doc.js
- components/magiz-doc/footer.js
- https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.1/MathJax.js?config=TeX-AMS-MML_HTMLorMML