cimatosa / jobmanager

easy distributed computing based on the python class SyncManager for remote communication and python module multiprocessing for local parallelism
MIT License
6 stars 3 forks source link

sphinx documentation #19

Open paulmueller opened 9 years ago

paulmueller commented 9 years ago

I uploaded the documentation to the gh-pages branch.

There it is: http://cimatosa.github.io/jobmanager/

~~I also added everything you need to know to run and upload the documentation (automated script): https://github.com/cimatosa/jobmanager/tree/master/doc~~

The documentation is not finished yet. We need to unify style and add docs for undocumented methods. For example:

paulmueller commented 9 years ago

The documentation will now automatically be updated by travis when the sources are changed. Happy coding!