Skip to content

CloudSlang/docs

Folders and files

NameName
Last commit message
Last commit date
Apr 18, 2016
Jun 28, 2023
May 17, 2017
Feb 22, 2018
Jun 28, 2021
May 22, 2019
Jun 22, 2023
Feb 23, 2018
Aug 4, 2015
Nov 12, 2015
May 17, 2017
Mar 11, 2018
Mar 10, 2016
Oct 24, 2017
Nov 12, 2015

Repository files navigation

CloudSlang documentation.

Circle CI

The documentation has been generated with reStructuredText and built using Sphinx.

Prerequisites: Python 2.7 and pip.

You can download Python (version 2.7) from [here] (https://www.python.org/).

Python 2.7.9 and later include pip by default. If you already have Python but don't have pip, see the pip [documentation] (https://pip.pypa.io/en/latest/installing.html) for installation instructions.

Run the following command from the root folder:

pip install Sphinx sphinx_rtd_theme

Note: If your machine is behind a proxy you will need to specify the proxy using pip's --proxy flag.

After you have finished your changes, run the following command to build the project:

make.bat html - for Windows
Makefile html - for Linux

Your project will be available in the _build folder.

Documentation available at readTheDocs