Something went wrong on our end
Select Git revision
-
Pascal Palenda authoredPascal Palenda authored
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
mkdocs.yml 788 B
site_name: VAPython
theme:
name: material
extra_css:
- css/custom.css
nav:
- Home: index.md
plugins:
- mkdocstrings:
handlers:
python:
paths: [src]
options:
docstring_options:
ignore_init_summary: true
docstring_section_style: list
filters: ["!^_"]
inherited_members: true
merge_init_into_class: true
separate_signature: true
show_root_heading: true
show_root_full_path: false
show_signature_annotations: true
show_source: false
show_symbol_type_heading: true
show_symbol_type_toc: true
signature_crossrefs: true
summary: true
unwrap_annotated: true