forked from slaclab/lume-epics
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
48 lines (47 loc) · 1.26 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
site_name: lume-epics
site_url: https://slaclab.github.io/lume-epics
repo_url: https://github.com/slaclab/lume-epics
nav:
- Overview: index.md
- Install: Install.md
- Tutorial:
- Bokeh Server: BokehServer.md
- Widgets: Widgets_doc.md
- API:
- Client:
- Controller: Controller.md
- Monitors: Monitors.md
- Widgets: Widgets.md
- Model: Model.md
- Server: Server.md
- EPICS: EPICS.md
plugins:
- search:
separator: '[\s\-\.]'
- mkdocstrings:
default_handler: python
handlers:
python:
options:
selection:
inherited_members: false
filters:
- "!^_" # exlude all members starting with _
- "^__init__$" # but always include __init__ modules and methods
rendering:
show_source: true
show_root_toc_entry: false
show_root_heading: true
show_if_no_docstring: false
show_signature_annotations: true
separate_signature: true
merge_init_into_class: true
show_submodules: true
heading_level: 2
theme:
name: material
features:
- toc.integrate
- toc.follow
- navigation.top
- navigation.tabs