-
Notifications
You must be signed in to change notification settings - Fork 20
Expand file tree
/
Copy pathmkdocs.yml
More file actions
147 lines (137 loc) · 4.54 KB
/
Copy pathmkdocs.yml
File metadata and controls
147 lines (137 loc) · 4.54 KB
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
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
site_name: PyScript
site_author: The PyScript OSS Team
site_description: PyScript - an open source platform for Python in the browser.
theme:
name: material
custom_dir: overrides
logo: assets/images/pyscript-black.svg
palette:
# Palette toggle for automatic mode
- media: "(prefers-color-scheme)"
primary: orange
toggle:
icon: material/brightness-auto
name: Switch to light mode
# Palette toggle for light mode
- media: "(prefers-color-scheme: light)"
primary: orange
scheme: default
toggle:
icon: material/brightness-7
name: Switch to dark mode
# Palette toggle for dark mode
- media: "(prefers-color-scheme: dark)"
primary: orange
scheme: slate
toggle:
icon: material/brightness-4
name: Switch to system preference
features:
- content.code.copy
- content.code.annotate
markdown_extensions:
- attr_list
- md_in_html
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- admonition
- pymdownx.details
extra:
version:
provider: mike
plugins:
- search
- mike:
version_selector: true
css_dir: css
javascript_dir: js
canonical_version: null
- mkdocstrings:
default_handler: python
locale: en
handlers:
python:
options:
show_source: true
members_order: source
show_symbol_type_heading: true
show_symbol_type_toc: true
nav:
- Home: index.md
- Start here: beginning-pyscript.md
- User guide:
- Introduction: user-guide/index.md
- What is PyScript?: user-guide/what.md
- Core concepts:
- The DOM & JavaScript: user-guide/dom.md
- Events: user-guide/events.md
- Displaying things: user-guide/display.md
- Configure PyScript: user-guide/configuration.md
- Advanced topics:
- Architecture: user-guide/architecture.md
- Web Workers: user-guide/workers.md
- PyScript and filesystems: user-guide/filesystem.md
- Media: user-guide/media.md
- The FFI in detail: user-guide/ffi.md
- Use Offline: user-guide/offline.md
- Feature guides:
- Python terminal: user-guide/terminal.md
- Python editor: user-guide/editor.md
- PyGame-CE: user-guide/pygame-ce.md
- PyScript in JavaScript: user-guide/from_javascript.md
- Plugins: user-guide/plugins.md
- Example Applications:
- Overview: example-apps/overview.md
- Pirate Translator: example-apps/pirate-translator/info.md
- Task Board (Pythonic): example-apps/task-board-web/info.md
- Task Board (FFI): example-apps/task-board-ffi/info.md
- Colour Picker: example-apps/colour-picker/info.md
- Display Demos: example-apps/display-demo/info.md
- Prime Number Finder: example-apps/prime-worker/info.md
- Note Taker: example-apps/note-taker/info.md
- Photobooth: example-apps/photobooth/info.md
- Bouncing Ball: example-apps/bouncing-ball/info.md
- PyScript APIs:
- Introduction: api/init.md
- context: api/context.md
- display: api/display.md
- events: api/events.md
- fetch: api/fetch.md
- ffi: api/ffi.md
- flatted: api/flatted.md
- fs: api/fs.md
- media: api/media.md
- storage: api/storage.md
- util: api/util.md
- web: api/web.md
- websocket: api/websocket.md
- workers: api/workers.md
- Developing PyScript:
- Contributing: contributing.md
- Developer Guide: developers.md
- Code of Conduct: conduct.md
- License: license.md
- UX Research:
- Preface: ux/index.md
- Executive summary: ux/summary.md
- "1. Introduction": ux/introduction.md
- "2. Key findings": ux/key_findings.md
- "3. The interviewees": ux/interviewees.md
- "4. Key themes at a glance": ux/themes_at_a_glance.md
- "5. Themes in detail":
- "5a Friction-free": ux/friction_free.md
- "5b JS Boundary": ux/js_boundary.md
- "5c Packages, stability and errors": ux/packages_stability_errors.md
- "5d Onboarding path": ux/onboarding_path.md
- "5e AI as default": ux/ai_default.md
- "5f Visibility and community": ux/visibility.md
- "Case study: Tufts": ux/case_study.md
- "6. Conclusion": ux/conclusion.md
- Appendix 1: ux/appendix1.md
- Appendix 2: ux/appendix2.md
- FAQ: faq.md