2023-09-09 18:43:41 +00:00
|
|
|
site_name: My Docs
|
|
|
|
theme:
|
|
|
|
name: material
|
|
|
|
|
|
|
|
nav:
|
|
|
|
- Home: index.md
|
|
|
|
- About: about.md
|
|
|
|
- Contact: contact.md
|
|
|
|
- License: license.md
|
|
|
|
- Code Reference:
|
|
|
|
- __main__.py: code/main.md
|
|
|
|
- data_model.py: code/data_model.md
|
|
|
|
- tinytex.py: code/tinytex.md
|
|
|
|
|
|
|
|
plugins:
|
|
|
|
- search
|
2023-09-09 18:59:39 +00:00
|
|
|
- mkdocstrings:
|
|
|
|
handlers:
|
|
|
|
python:
|
|
|
|
options:
|
|
|
|
show_root_heading: true
|
|
|
|
show_bases: true
|
|
|
|
show_root_members_full_path: true
|
|
|
|
group_by_category: true
|
|
|
|
show_category_heading: true
|
|
|
|
show_symbol_type_heading: true
|
|
|
|
show_symbol_type_toc: true
|
|
|
|
merge_init_into_class: true
|
|
|
|
docstring_style: sphinx
|