Re: [pygccxml-development] Phisical (re)design
Brought to you by:
mbaas,
roman_yakovenko
From: Matthias B. <ba...@ir...> - 2006-04-18 16:27:19
|
Roman Yakovenko wrote: > pygccxml_dev/ > | |----setup.py > | |----docs/ > | | |----apidocs/ > | |----pygccxml/ > | | |----declarations/ > | | |----parser/ > | | |----utils/ > | |----unittests/ > | | |----data/ > pyplusplus_dev/ > | |----environment.py #containes paths to boost and pygccxml What is this file used for? > | |----setup.py > | |----docs/ > | | |----apidocs/ > | | |----examples/ > | | |----tutorials/ > | |----pyplusplus/ > | | |----code_creators/ > | | |----code_repository/ > | | |----decl_wrappers/ > | | |----file_writers/ > | | |----gui/ > | | |----_logging_/ > | | |----module_builder/ > | | |----module_creator/ > | | |----scripts/ Currently, this directory is not a sub-package and the files in this directory are not meant to be imported. That's why I'd suggest to move this directory up one level. > | | |----utils/ > | |----unittests/ > | | |----data/ > | | |----generated/ > | |----examples/ > | | |----pyboost_dev/ > | | | |----setup.py > | | | |----pyboost/ > | | | | |----date_time/ > | | | | | |----generated/ > | | | | |----.... > | | |----pyeasybmp_dev/ > | | | |----setup.py > | | | |----environment.py > | | | |----pyeasybmp/ > | | | | |----generated/ > | | |----custom_code_creator/ > | | |----unittests/ > | |----tutorials/ What's the difference between docs/tutorials and tutorials? > | | |----module_builder/ > | | |----... > > What do you think? Apart from the scripts directory, everything else looks fine to me. - Matthias - |