| | 1 | = 28 August 2014 meeting = |
| | 2 | |
| | 3 | == action items == |
| | 4 | * Greg will put notes on chimera2 wiki |
| | 5 | * Greg will create git directories |
| | 6 | |
| | 7 | == future issues == |
| | 8 | * Documenting our API with Sphinx |
| | 9 | * Handling "private" modules -> future exports |
| | 10 | * how chimera discovers tools on startup |
| | 11 | * debugging from source tree |
| | 12 | * build tools |
| | 13 | |
| | 14 | == Decisions == |
| | 15 | |
| | 16 | === chimera will be top-level namespace === |
| | 17 | |
| | 18 | from chimera.core import graphics |
| | 19 | from chimera import MAV |
| | 20 | from chimera import extralibrary |
| | 21 | |
| | 22 | === Tentative guidelines for core === |
| | 23 | |
| | 24 | * data structures that many tools need to agree on |
| | 25 | * facilities that many tools are likely to use |
| | 26 | * single version number |
| | 27 | * stable API |
| | 28 | * centrally and well documented |
| | 29 | |
| | 30 | === tentative guidelines for non-core === |
| | 31 | |
| | 32 | * if it has no API |
| | 33 | * updated frequently |