← What's New

Friendly 5-minute intro landing page

2026-05-31 · docs/intro.html · branch docs/friendly-intro-page

Why

A new user landing on the GitHub repo or the docs site needed an obvious "start here" — a guided tour rather than a Sphinx API ref. This adds one hand-curated, self-contained HTML page that gives the toolbox a friendly entry point with runnable code, the nstat.extras tour, and the paper-example gallery.

What shipped

The six capability cards

#CardSymbols usedPointer for figures
1Build a spike trainnspikeTrainnotebooks/nSpikeTrainExamples.ipynb
2Assemble a TrialTrial · Covariate · nstCollnotebooks/TrialExamples.ipynb
3Poisson GLM + KSAnalysis.GLMFit · FitResult.computeKSStatsPaper Example 2 (thalamic whisker GLM)
4Population GOFpopulation_time_rescaleinline (Tier 1.1)
5State-space EMfit_point_process_em_best_ofexamples/extras/em_dynamax_demo.py
6Clusterless decodingfit_clusterless_decoderexamples/extras/decoding_clusterless_demo.py

Verification

CheckResult
tests/test_intro_page.py (5 drift guards)PASS
make readme-checkPASS
make helpfile-checkPASS
make docs-strict (two-pass -W)PASS
Sphinx /index.html intact; /intro.html publishesverified

Files changed