This is the main repository for the Rackio Framework Documentation, it is written with Markdown and is deployed with MkDocs and uses the readthedocs template.
In order to view this documentation locally in your browser, you should be to install the dependencies with the following command:
pip install -r requirements.txt
To execute this documentation with the following command:
mkdocs serve
And open your browser at the URL http://127.0.0.1:8000 and you can get a look like the following capture:
In order to view this documentation on Internet with the ReadTheDocs service, please, check out http://rackio-framework.rtfd.io/