API Reference¶
This section is reference material for the public and semi-public authoring surface of CompNeuroVis.
Do not start here if you are still choosing a workflow or trying to get your first app running. Start with:
- Getting Started for first-run paths
- Tutorials for guided build flows
- Concepts for the mental model
- Architecture for implementation boundaries
The generated pages here are intentionally narrower than the full source tree. They focus on the modules humans are expected to use directly:
- the top-level
compneurovispackage - builder entrypoints
- backend session and scene-builder modules for NEURON and Jaxley
Use these pages when you already know roughly what you want and need signatures, types, or hook names.
Good entry pages inside this section:
- Public API for top-level exports
- Builders for high-level app construction helpers
- Backend Sessions for
NeuronSession,JaxleySession, and scene-builder hooks