Warning, /AID2E-framework/mkdocs.yml is written in an unsupported language. File is not indexed.
0001 site_name: AID2E Framework
0002 site_url: https://aid2e.github.io/AID2E-framework
0003 repo_url: https://github.com/aid2e/AID2E-framework
0004 repo_name: aid2e/AID2E-framework
0005
0006 docs_dir: docs
0007
0008 theme:
0009 name: material
0010 features:
0011 - navigation.instant
0012 - content.code.copy
0013
0014 plugins:
0015 - search
0016 - mkdocstrings:
0017 handlers:
0018 python:
0019 paths:
0020 - src
0021
0022 markdown_extensions:
0023 - admonition
0024 - toc:
0025 permalink: true
0026 - footnotes
0027 - def_list
0028 - pymdownx.snippets
0029
0030 nav:
0031 - Home: README.md
0032 - Docs Guide: docs-guide.md
0033 - User Guide:
0034 - Overview: user-guide/overview.md
0035 - API Reference:
0036 - CLI: api-reference/cli.md
0037 - Optimizers: api-reference/optimizers.md
0038 - Schedulers: api-reference/schedulers.md
0039 - Utilities: api-reference/utilities.md