-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
52 lines (49 loc) · 1.46 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
site_name: Python 3
site_author: "Vu Anh"
google_analytics: ['UA-68978617-1', 'magizbox.com']
repo_url: https://github.com/magizbox/python3/
edit_uri: edit/master/docs/
pages:
- "<span class='fa fa-home'></span> Home": "index.md"
- "<span class='fa fa-cloud-download'></span> Get Started": 'get_started.md'
- "<span class='fa fa-book'></span> Tutorials":
- "Introduction": 'tutorial.md'
- "Basic Syntax":
- "Overview": 'basic_syntax.md'
- "Yield and Generator": 'basic_syntax_yield.md'
- "Data Structure":
- "Number": 'data_number.md'
- "Collection": 'data_collection.md'
- "String": 'data_string.md'
- "Time": 'data_time.md'
- "Object": 'data_object.md'
- "OOP": 'oop.md'
- "Operating System": 'os.md'
- "IO": 'io.md'
- "Networking": 'networking.md'
- "Concurrency and Parallelism": 'concurrency_parallelism.md'
- "Event Based": 'event_based.md'
- "Logging": 'logging.md'
- "Configuration": 'configuration.md'
- "Test": 'test.md'
- "Web": 'web.md'
- "IDE": 'ide.md'
- "Package Manager": 'package_manager.md'
- "Environment": 'environment.md'
- "Module": 'make_a_module.md'
- "Production": 'production.md'
markdown_extensions:
- footnotes
extra_css:
- css/book.css
- css/course.css
- css/video.css
- css/custom.css
extra_javascript:
- js/underscore.js
- js/jquery.js
- js/gspreadsheet.js
- js/book.js
- js/course.js
- js/video.js
- js/script.js