wiki:2014-08-28

Version 2 (modified by Greg Couch, 11 years ago) ( diff )

--

28 August 2014 meeting

Action items

  • Greg will put notes on chimera2 wiki
  • Greg 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

  1. chimera will be top-level namespace:
    from chimera.core import graphics
    from chimera import MAV
    from chimera import extralibrary
    
  2. 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
  3. Tentative guidelines for non-core:
    • if it has no API
    • updated frequently
Note: See TracWiki for help on using the wiki.