site_name: equiconc
site_description: Equilibrium concentration solver for nucleic acid strand systems
theme:
name: material
palette:
- scheme: default
primary: teal
accent: teal
toggle:
icon: material/brightness-7
name: Switch to dark mode
- scheme: slate
primary: teal
accent: teal
toggle:
icon: material/brightness-4
name: Switch to light mode
features:
- content.code.copy
- navigation.sections
- navigation.top
plugins:
- search
- mkdocstrings:
handlers:
python:
options:
docstring_style: numpy
show_source: false
show_bases: false
heading_level: 3
force_inspection: true
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.superfences
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.arithmatex:
generic: true
- toc:
permalink: true
extra_javascript:
- javascripts/mathjax.js
- https://unpkg.com/mathjax@3/es5/tex-mml-chtml.js
nav:
- Home: index.md
- Getting Started: getting-started.md
- API Reference: api.md
- Theory: theory.md
- Examples:
- Quickstart: notebooks/quickstart.md
- Competitive Binding: notebooks/competitive_binding.md
- Changelog: changelog.md