-
-
Notifications
You must be signed in to change notification settings - Fork 20
/
mkdocs.yml
54 lines (54 loc) · 1.41 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
---
site_name: dj-notebook
repo_url: https://github.com/pydanny/dj-notebook
theme:
name: material
features:
- navigation.instant
- navigation.instant.prefetch
- search.suggest
- search.highlight
- search.share
logo: img/dj-notebook-logo.png
icon:
repo: fontawesome/brands/github
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.superfences
plugins:
- mkdocs-jupyter:
remove_tag_config:
remove_input_tags: [hide_code]
- include-markdown:
start: <!--start-->
end: <!--end-->
- search
- social
- mkdocstrings:
handlers:
python:
options:
extensions: [griffe_typingdoc]
show_root_heading: true
show_if_no_docstring: true
inherited_members: true
members_order: source
separate_signature: true
unwrap_annotated: true
merge_init_into_class: true
docstring_section_style: spacy
signature_crossrefs: true
show_symbol_type_heading: true
show_symbol_type_toc: true
nav:
- Introduction: index.md
- Installation:
- Installation: installation.md
- Using with PyCharm: pycharm.md
- Activation: activation.md
- Usage: usage.ipynb
- Reference (Code API): [reference/index.md, reference/plus.md]
- Contributing: contributing.md
- Releasing: releasing.md
- Changelog: changelog.md