Initial commit

Co-authored-by: Aradhana Dube <a.dube@rug.nl>
Co-authored-by: Renzo I. Barraza Altamirano <r.i.barraza.altamirano@rug.nl>
Co-authored-by: Paolo Gibertini <p.gibertini@rug.nl>
Co-authored-by: Luca D. Fehlings <l.d.fehlings@rug.nl>
This commit is contained in:
2026-02-26 18:30:32 +01:00
commit 9fabbdefc0
75 changed files with 447515 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
# Datasets
::: felice.datasets
options:
show_root_heading: true
show_source: true
heading_level: 2

View File

@@ -0,0 +1,9 @@
# API Reference
API documentation for Felice.
## Modules
- [Neuron Models](neuron_models.md) - Neuron model implementations
- [Solver](solver.md) - Zero-clipping solver
- [Datasets](datasets.md) - Built-in datasets

View File

@@ -0,0 +1,8 @@
# Neuron Models
::: felice.neuron_models
options:
show_root_heading: true
show_source: true
members_order: source
heading_level: 2

View File

@@ -0,0 +1,7 @@
# Solver
::: felice.solver
options:
show_root_heading: true
show_source: true
heading_level: 2