forked from team-hdnet/hdnet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDEVELOPMENT
executable file
·41 lines (27 loc) · 921 Bytes
/
DEVELOPMENT
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
Development documentation
=========================
* Recommended IDE: PyCharm
https://www.jetbrains.com/pycharm/
* Documentation System: Sphinx
http://sphinx-doc.org/
To install: pip install sphinx sphinxcontrib-napoleon sphinxcontrib-bibtex sphinx_rtd_theme
Documentation:
http://gisellezeno.com/tutorials/sphinx-for-python-documentation.html
http://nipy.sourceforge.net/nipy/devel/devel/guidelines/sphinx_helpers.html
https://pythonhosted.org/an_example_pypi_project/sphinx.html
http://raxcloud.blogspot.de/2013/02/documenting-python-code-using-sphinx.html
* Setup github-pages docs
http://gisellezeno.com/tutorials/sphinx-for-python-documentation.html
* Release sytem: PyBuilder
http://pybuilder.github.io/
* Needed modules
pythonbuilder
coverage
numpy
matplotlib
prettyplotlib
scipy
bitstring
statsmodels
* Install package in develop mode:
python setup.py develop