rebop 0.9.0

A fast stochastic simulator for chemical reaction networks
Documentation
site_name: rebop
repo_url: https://github.com/Armavica/rebop

theme:
  name: material

plugins:
  - mkdocstrings:
      handlers:
        python:
          options:
            docstring_style: numpy

markdown_extensions:
  - pymdownx.highlight:
      anchor_linenums: true
      line_spans: __span
      pygments_lang_class: true
  - pymdownx.inlinehilite
  - pymdownx.snippets
  - pymdownx.superfences