Changes between Version 1 and Version 2 of 2014-08-28


Ignore:
Timestamp:
Aug 28, 2014, 6:06:29 PM (11 years ago)
Author:
Greg Couch
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • 2014-08-28

    v1 v2  
    11= 28 August 2014 meeting =
    22
    3 == action items ==
    4   * Greg will put notes on chimera2 wiki
    5   * Greg will create git directories
     3== Action items ==
    64
    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
     5* ~~Greg will put notes on chimera2 wiki~~
     6* Greg will create git directories
     7
     8== Future issues ==
     9
     10* Documenting our API with Sphinx
     11* Handling "private" modules -> future exports
     12* how chimera discovers tools on startup
     13* debugging from source tree
     14* build tools
    1315
    1416== Decisions ==
    1517
    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
     181. chimera will be top-level namespace:
     19   {{{
     20   from chimera.core import graphics
     21   from chimera import MAV
     22   from chimera import extralibrary
     23   }}}
     241. Tentative guidelines for core:
     25   * data structures that many tools need to agree on
     26   * facilities that many tools are likely to use
     27   * single version number
     28   * stable API
     29   * centrally and well documented
     301. Tentative guidelines for non-core:
     31   * if it has no API
     32   * updated frequently