28 August 2014 meeting
Agenda
Continue discussion of source tree layout.
Action items
Greg will put notes on chimera2 wikiGreg will create git directories
Future issues
- Documenting our API with Sphinx
- Handling "private" modules -> future exports
- how chimera discovers tools on startup
- debugging from source tree
- build tools
Decisions
- chimera will be top-level namespace:
from chimera.core import graphics from chimera import MAV from chimera import extralibrary
- Go with proposed layout from previous meeting
- Tentative guidelines for core:
- data structures that many tools need to agree on
- facilities that many tools are likely to use
- single version number
- stable API
- centrally and well documented
- Tentative guidelines for non-core:
- if it has no API
- updated frequently
- Rules for core
- Data structures that most (many) tools need to agree on
- Facilities that many tools are likely to use
- Single version number
- Stable API
- Centrally (and well) documented
- Rules for what's a tool
- No API
- Updated frequently
Last modified
11 years ago
Last modified on Sep 4, 2014, 2:06:12 PM
Note:
See TracWiki
for help on using the wiki.