Developers guide¶
Notes for people working on the cellpy codebase.
- Setting up — clone, environment, and day-to-day commands
- Folder structure — where things live in the repo
- Data structure — core data objects and frames
- Loaders and instruments — adding or changing instrument support
- Documentation — building and writing the docs
- Packaging for PyPI — releasing to PyPI
- Conda packages — conda-forge / feedstock notes
- Various — miscellaneous developer tips