Distribution Folder Structure
From MantidProject
The Mantid distrubution directory could be structured as follows:
Please feel free to leave your comments.
| Directory | Description |
|---|---|
| Mantid | Top level Directory |
| bin | Location for all the required libraries. |
| tests (optional) | Location for unit tests. |
| plugins | Location for optional plug ind libraries e.g. Algorithms and DataHandling. |
| docs | Documentation directory?? |
| logs | Output directory for log files. |
| qtiplot | Binary directory for QTIPlot libraries (or would we be better putting these in bin). |
| includes | Mantid include files. |
| source (optional) | Mantid source files. |
| temp | Temporary directory for mantid data storage. |
| data | Default location for user data files. |
