Tools
From Tlp Soft
(Difference between revisions)
Line 27: | Line 27: | ||
</li> | </li> | ||
- | + | ||
- | + | ||
- | + | ||
<li>Documentation is done using epydoc <br/> | <li>Documentation is done using epydoc <br/> | ||
- | [http://epydoc.sourceforge.net/] Epydoc: current version is 3.0 | + | [http://epydoc.sourceforge.net/] Epydoc: current version is 3.0 beta 1 |
</li> | </li> | ||
<li> | <li> | ||
Doc should follow scipy docstring standard [http://scipy.org/DocstringStandard] | Doc should follow scipy docstring standard [http://scipy.org/DocstringStandard] | ||
+ | </li> To check if code satisfies a good coding standard | ||
+ | [http://www.logilab.org/857] PyLint | ||
+ | <li> | ||
+ | </li> | ||
+ | <li>In the background Mercurical is used to keep track of the project source code history.<br/> | ||
+ | [http://www.selenic.com/mercurial/wiki/index.cgi] Mercurical: Current version is 0.9.3 | ||
</li> | </li> | ||
</ul> | </ul> | ||
- | --[[User:Admin|David]] | + | --[[User:Admin|David]] 11:02, 19 March 2007 (EST) |
Revision as of 16:02, 19 March 2007
Development Environement
- First of all Python !
[1] Python current version is 2.5 - IPython is pretty nice to use. You should try it!
[2] IPython:current version is 0.7.3 - Python package for mathematical processing and plotting.
- Graphical environment:
- Documentation is done using epydoc
[9] Epydoc: current version is 3.0 beta 1 - Doc should follow scipy docstring standard [10] To check if code satisfies a good coding standard
- In the background Mercurical is used to keep track of the project source code history.
[12] Mercurical: Current version is 0.9.3
[11] PyLint
--David 11:02, 19 March 2007 (EST)