-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathmkdocs.yml
34 lines (34 loc) · 994 Bytes
/
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
site_name: localpdb
site_author: Jan Ludwiczak
repo_url: https://github.com/labstructbioinf/localpdb
docs_dir: docs
theme:
name: material
logo: "img/logo.svg"
favicon: "img/favicon.ico"
palette:
primary: "1c1e52"
plugins:
- mkdocs-jupyter
markdown_extensions:
- admonition:
- pymdownx.inlinehilite:
- pymdownx.superfences:
nav:
- Home: index.md
- Overview: overview.md
- Setup: setup.md
- API:
- localpdb.PDB: lpdb.md
- localpdb.PDB.entries: lpdb_entries.md
- localpdb.PDB.chains: lpdb_chains.md
- localpdb.PDB.search*: lpdb_search.md
- Plugins:
- Overview: plugins.md
- Build a custom plugin: plugin_guide.md
- Advanced examples:
- Amino acid preferences in viral coiled-coil domains: viral_ccs.ipynb
- HIV Protease dynamics inferred from PDB structures: hiv_protease.ipynb
- Building a dataset for machine learning: deepcoil_dataset.ipynb
extra_css:
- stylesheets/extra.css