The sphinx documentation system is, as noted in #7, a standard system for generating Python documentation. Currently I have http://cusfsim.readthedocs.org/ set up to generate documentation from my local fork but if the PR is merged, I'll move it over to the main cuspaceflight fork.
This PR adds the minimal configuration to get sphinx up and running and adds a test environment for it along with travis configuration. It includes some simple reference documentation.
Once merged I'll propose a PR which has some more complex documentation.
The sphinx documentation system is, as noted in #7, a standard system for generating Python documentation. Currently I have http://cusfsim.readthedocs.org/ set up to generate documentation from my local fork but if the PR is merged, I'll move it over to the main cuspaceflight fork.
This PR adds the minimal configuration to get sphinx up and running and adds a test environment for it along with travis configuration. It includes some simple reference documentation.
Once merged I'll propose a PR which has some more complex documentation.
Closes #7.