Overview
Project Layout
There are a number of files for build, test, and continuous integration in the root of the project, but in general, the project is broken up like so.
├── beratools
│ ├── core
│ ├── gui
│ └── tools
├── docs
│ └── files
├── notebooks
├── tests
| Directory | Description |
|---|---|
beratools/core |
Core algorithms and logic. |
beratools/gui |
GUI components and assets. |
beratools/tools |
Tool implementations. |
docs/files/developer |
Developer documentation. |
notebooks |
Example notebooks and configs. |
tests |
Unit and integration tests. |