forked from torchcvnn/torchcvnn
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
60 lines (55 loc) · 1.69 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
site_name: Complex Valued Neural Networks in pytorch
site_url: "https://torchcvnn.github.io/torchcvnn/"
repo_url: "https://github.com/torchcvnn/torchcvnn"
markdown_extensions:
- attr_list
- admonition
- toc:
permalink: True
- pymdownx.arithmatex:
generic: true
extra_javascript:
- https://polyfill.io/v3/polyfill.min.js?features=es6
- https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js
plugins:
- search
- include-markdown
- gen-files:
scripts:
- docs/gen_ref_pages.py
- literate-nav:
nav_file: SUMMARY.md
- mkdocstrings:
handlers:
python:
import:
- https://docs.python.org/3/objects.inv
- https://installer.readthedocs.io/en/stable/objects.inv # demonstration purpose in the docs
- https://mkdocstrings.github.io/autorefs/objects.inv
paths: [src, examples]
options:
docstring_options:
ignore_init_summary: true
docstring_section_style: list
heading_level: 1
inherited_members: true
merge_init_into_class: true
separate_signature: true
show_root_heading: false
show_root_full_path: true
show_signature_annotations: true
show_symbol_type_heading: true
show_symbol_type_toc: true
signature_crossrefs: true
summary: true
theme:
name: material
features:
- navigation.tabs
- toc.integrate
icon:
repo: fontawesome/brands/github
nav:
- Home: index.md
- Installation: installation.md
- Code reference: reference/