-
Notifications
You must be signed in to change notification settings - Fork 5
/
mkdocs.yml
65 lines (61 loc) · 1.39 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: jpterm
site_description: Jupyter in the terminal
repo_url: https://github.com/davidbrochart/jpterm
theme:
name: 'material'
palette:
- scheme: default
primary: 'black'
accent: 'black'
toggle:
icon: material/lightbulb-outline
name: Switch to dark mode
- scheme: slate
primary: 'black'
accent: 'black'
toggle:
icon: material/lightbulb
name: Switch to light mode
features:
- navigation.instant
- navigation.top
- navigation.sections
- search.suggest
- search.highlight
- content.code.annotate
- content.code.copy
logo: assets/logo.png
nav:
- Overview: index.md
- install.md
- Usage:
- usage/CLI.md
- usage/key_bindings.md
- Plugins:
- plugins/Cell.md
- plugins/console.md
- plugins/Editors.md
- plugins/File_browser.md
- plugins/Image_viewer.md
- plugins/Jpterm.md
- plugins/Kernel.md
- plugins/Launcher.md
- plugins/Local_contents.md
- plugins/Local_kernels.md
- plugins/Local_terminals.md
- plugins/Markdown_viewer.md
- plugins/notebook_editor.md
- plugins/Remote_contents.md
- plugins/Remote_kernels.md
- plugins/Remote_terminals.md
- plugins/Terminal.md
- plugins/Text_editor.md
- plugins/Widgets.md
- plugins/Txl.md
markdown_extensions:
- pymdownx.snippets
- admonition
- pymdownx.details
plugins:
- mkdocstrings:
default_handler: python