-
Notifications
You must be signed in to change notification settings - Fork 0
Repository Structure
James D edited this page Apr 28, 2021
·
1 revision
├── .github/
| └──workflows/
├── cmake/
├── docs/
├── example/
├── include/
├── other/
└── tests/
└──unit/
└──performance/
-
.github/This contains github related files including the workflow files governing the 'actions' tab. -
cmake/This is where any utility cmake files are kept. -
docs/This is where the documentation is kept for Atomic (Reference and Regular Documentation). -
example/This is where all the example related files are located for Atomic. -
include/This is where all the actual *.hpp files are located for Atomic. -
tests/This is where all the test related files are located for Atomic. -
other/This is where any other data is kept like images.