docs: modernize documentation with layered Arbor-inspired architecture#103
Merged
Conversation
Add Get Started, Concepts, File Formats & IO, Developer Guide, and Troubleshooting sections; rewrite the landing page with a feature grid and doc-organization map; add filter/io API reference pages. Correct example APIs (NeuroMorpho loading), fix a pre-existing orphan page and a broken notebook link, and update deprecated MyST-NB config keys.
Contributor
There was a problem hiding this comment.
Sorry @chaoming0625, you have reached your weekly rate limit of 500000 diff characters.
Please try again later or upgrade to continue using Sourcery
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Rewrites and modernizes the
braincelldocumentation, using the Arbor docs as a structural/UX reference (structure adapted, not copied). The docs are now layered by user intent.New sections
getting_started/) —installation(CPU/GPU/TPU, extras, dev, WSL+NEURON),overview(library map + pipeline + "where to go next"),first_steps(a runnable HH neuron end-to-end).concepts/) — the previously-missing mental-model layer: architecture, units, cells, morphology, mechanisms, ions & channels, regions & locsets, discretization, integration.file_formats/) — SWC, ASC, NeuroML2, NeuroMorpho.Org, checkpointing (documentingbraincell.io, which had no narrative docs).developer/) — contributing, project layout, testing, extending.apis/filter.rstandapis/io.rstfor previously-undocumented public APIs.Landing page rewritten with a feature grid, capability table, verified quick-start, and a doc-organization map; top-level toctrees regrouped into clear captions.
Accuracy & cleanup
braincell.load_neuromorpho("cnic_001")→Morphology.from_neuromorpho(<id>)(verified against the real API).runpipeline as under active development.single_compartment/examples/index.rstand a broken../apis/...link inchannel.ipynb.conf.py.All cross-references in new content resolve to real symbols/pages.
Test plan
sphinx -b htmlbuilds cleanly (exit 0, 435 pages){class}refs resolve to generated API pages; inter-section doc links resolve