Skip to content

Commit

Permalink
documentation added
Browse files Browse the repository at this point in the history
  • Loading branch information
Crispae committed Nov 21, 2023
1 parent 61c7fd2 commit a983c5a
Show file tree
Hide file tree
Showing 2 changed files with 59 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# PBPK ontology

This repository contains an ontology designed for modeling Physiologically Based Pharmacokinetics (PBPK), a method used in pharmacology to predict drug behavior in the body. The ontology aims to represent the complex interactions between physiological systems, drugs, and their pharmacokinetics.
56 changes: 56 additions & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
site_name: pkonto
theme:
name: material
features:
- navigation.tabs
- navigation.sections
- toc.integrate
- navigation.top
- search.suggest
- search.highlight
- content.tabs.link
- content.code.annotation
- content.code.copy
language: en
palette:
- scheme: default
toggle:
icon: material/toggle-switch-off-outline
name: Switch to dark mode
primary: teal
accent: purple
- scheme: slate
toggle:
icon: material/toggle-switch
name: Switch to light mode
primary: teal
accent: lime

plugins:
- social

extra:
social:
- icon: fontawesome/brands/github-alt
link: https://github.com/Crispae
- icon: fontawesome/brands/twitter
link: https://twitter.com/sauravk76534078
- icon: fontawesome/brands/linkedin
link: https://www.linkedin.com/in/saurav-kumar-51593a1b9/

markdown_extensions:
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.snippets
- admonition
- pymdownx.arithmatex:
generic: true
- footnotes
- pymdownx.details
- pymdownx.superfences
- pymdownx.mark
- attr_list
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg

0 comments on commit a983c5a

Please sign in to comment.