-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
85 lines (81 loc) · 2.39 KB
/
Copy pathmkdocs.yml
File metadata and controls
85 lines (81 loc) · 2.39 KB
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
site_name: OpenPKFlow
site_description: Python-first toolkit for dissolution, NCA, PK/PD simulation, and pharmacometric reporting.
site_author: Priyam Thakar
site_url: https://priyamthakar.github.io/openpkflow/
repo_url: https://github.com/priyamthakar/openpkflow
repo_name: priyamthakar/openpkflow
edit_uri: edit/main/docs/
theme:
name: material
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
primary: indigo
accent: indigo
toggle:
icon: material/brightness-7
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: indigo
accent: indigo
toggle:
icon: material/brightness-4
name: Switch to light mode
features:
- navigation.instant
- navigation.tabs
- navigation.sections
- navigation.top
- search.suggest
- search.highlight
- content.code.copy
logo: logo.png
favicon: logo.png
nav:
- Home: index.md
- Positioning: positioning.md
- Tutorials:
- Dissolution Similarity: tutorials/dissolution.md
- Advanced Dissolution Workbench: tutorials/dissolution-workbench.md
- NCA: tutorials/nca.md
- Sparse oral PK fitting: tutorials/sparse-nca.md
- Formulation-to-report pipeline: tutorials/pipeline.md
- PK Simulation: tutorials/sim.md
- Population PK: tutorials/pop.md
- Bioequivalence: tutorials/be.md
- Formal BE Decision: decisions/formal-be.md
- Bayesian PK: tutorials/bayes.md
- IVIVC Level A: tutorials/ivivc.md
- Theory Guide: theory.md
- Validation Matrix: validation-matrix.md
- Reference:
- dissolution: reference/dissolution.md
- nca: reference/nca.md
- sim: reference/sim.md
- pipeline: reference/pipeline.md
- pop: reference/pop.md
- be: reference/be.md
- bayes: reference/bayes.md
- ivivc: reference/ivivc.md
- ml: reference/ml.md
- validation: reference/validation.md
- Changelog: changelog.md
- Migration Guide: migration-cheatsheet.md
markdown_extensions:
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
- admonition
- pymdownx.details
- tables
- toc:
permalink: true
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/priyamthakar/openpkflow
- icon: fontawesome/brands/python
link: https://pypi.org/project/openpkflow/