-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
38 lines (38 loc) · 1012 Bytes
/
Copy path_config.yml
File metadata and controls
38 lines (38 loc) · 1012 Bytes
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
title: Python Advanced
description: A clear, self-paced course for Advanced Python, reliable systems, and production engineering.
theme: just-the-docs
url: https://ibalajishanmugam.github.io
baseurl: /python-advanced
repository: iBalajiShanmugam/python-advanced
color_scheme: python-course
search_enabled: true
search:
heading_level: 3
previews: 3
preview_words_before: 5
preview_words_after: 12
tokenizer_separator: /[\s/\-]+/
rel_url: true
button: true
focus_shortcut_key: k
nav_enabled: true
heading_anchors: true
back_to_top: true
back_to_top_text: Back to top
enable_copy_code_button: true
aux_links:
GitHub repository: https://github.com/iBalajiShanmugam/python-advanced
aux_links_new_tab: true
footer_content: "Python Advanced · Measure, reason, test, and operate with confidence."
last_edit_timestamp: false
gh_edit_link: false
plugins:
- jekyll-relative-links
relative_links:
enabled: true
collections: true
exclude:
- Gemfile.lock
- README.md
- node_modules/
- vendor/