:orphan:

Developer Guide
===============

This section is for people who want to **work on** ``braincell`` — fix a bug,
add a channel, write a solver, or contribute documentation. If you only want to
*use* the library, the :doc:`../concepts/architecture` and modeling guides are
what you want.

- :doc:`contributing` — dev setup, workflow, and conventions.
- :doc:`project_layout` — how the package maps onto the architecture layers.
- :doc:`testing` — test conventions and the bug-fix workflow.
- :doc:`extending` — adding custom channels, ions, synapses, and integrators.
