Documentation and code ============================ Documentation ------------------------ PyScaler documentation is `Sphinx `_ based. Sphinx is a tool that makes it easy to create intelligent and beautiful documentation and has excellent facilities for the documentation of Python projects. Sphinx uses `reStructuredText `_ as its markup language, and many of its strengths come from the power and straightforwardness of reStructuredText and its parsing and translating suite, the `Docutils `_. The usage of Sphinx with `github `_ along the `Readthedocs `_ service enables PyScaler documentation to be automatically generated and posted to Internet. Latest version of its documentation can always be found at: - `http://pyscaler.readthedocs.org/ `_ (HTML format) - `https://media.readthedocs.org/pdf/pyscaler/latest/pyscaler.pdf `_ (PDF format) Code ------------- PyScaler source code can be found at https://github.com/madrover/pyscaler. It is released under `Apache License Version 2.0 `_ license.