The following forum message was posted by fabioz at 
http://sourceforge.net/projects/pydev/forums/forum/293649/topic/3797751:

I guess it\'s a matter of choice. Personally, I think that mixing your docs and 
your source makes things pretty messy.

The structure I use (in a project with python, and c++) is:
/project 
-- / sources 
---- / python (python code here)
---- / c++ (the c++ library)
---- / bindings (makes the bridge on c++ and python)
-- / docs
-- /build (builds things in python and c++)

And other auxiliary folders may be created in the root.

Still, I guess that if you don\'t have much besides your code and a README and 
have only python code in the project, having things in the root can be OK... 
Please add a feature request so that there\'s an option on the wizard for that 
(right now,  to do that you need to create a project without a source folder 
and configure the project root to be the source folder).

Cheers,

Fabio 

------------------------------------------------------------------------------
This SF.net email is sponsored by 

Make an app they can't live without
Enter the BlackBerry Developer Challenge
http://p.sf.net/sfu/RIM-dev2dev 
_______________________________________________
Pydev-users mailing list
Pydev-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-users

Reply via email to