You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
372 B
20 lines
372 B
3 weeks ago
|
site_name: OCC Wrapper Library (occwl)
|
||
|
theme:
|
||
|
name: material
|
||
|
features:
|
||
|
- navigation.instant
|
||
|
- navigation.sections
|
||
|
- toc.integrate
|
||
|
|
||
|
plugins:
|
||
|
- search
|
||
|
- mkdocstrings:
|
||
|
default_handler: python
|
||
|
handlers:
|
||
|
python:
|
||
|
paths: [src]
|
||
|
|
||
|
nav:
|
||
|
- Home: index.md
|
||
|
- API Documentation: api.md
|
||
|
- Developers Guide: occwl_developers_guide.md
|