-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathmkdocs.yml
56 lines (50 loc) · 1.25 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
site_name: Tabulator for Python
theme:
name: material
palette:
primary: "green"
features:
- navigation.tabs
- navigation.tabs.sticky
nav:
- Get started:
- Welcome to Tabulator for Python: index.md
- Detailed example: example.md
- Changelog: changelog.md
- Concepts:
- Table: table.md
- Columns and filters: columns.md
- Events and triggers: events.md
- Themes: concept/themes.md
- Examples:
- Showcase: example.md
- Themes: examples/themes/index.md
- Edit data: examples/edit_data/index.md
- Downloads: examples/exports/index.md
- API Documentation: api.md
repo_name: py-tabulator
repo_url: https://github.com/eodaGmbH/py-tabulator
markdown_extensions:
- attr_list
- md_in_html
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite:
- pymdownx.superfences:
- pymdownx.snippets:
check_paths: true
base_path: [docs/examples, "."]
plugins:
- search:
- mkdocstrings:
handlers:
python:
options:
docstring_style: google
docstring_section_style: table
show_root_heading: true
show_source: true
watch:
- pytabulator