3. Documentation and code

3.1. 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:

3.2. Code

PyScaler source code can be found at https://github.com/madrover/pyscaler.

It is released under Apache License Version 2.0 license.

Project Versions

Table Of Contents

Previous topic

2. Features

Next topic

4. Use Cases

This Page