https://github.com/elastisys/cloudpool.restapi
elastisys:scale cloud pool REST API documentation
https://github.com/elastisys/cloudpool.restapi
Last synced: 2 months ago
JSON representation
elastisys:scale cloud pool REST API documentation
- Host: GitHub
- URL: https://github.com/elastisys/cloudpool.restapi
- Owner: elastisys
- License: apache-2.0
- Created: 2014-01-30T13:40:38.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2017-10-27T08:17:56.000Z (over 7 years ago)
- Last Synced: 2023-08-12T16:10:38.150Z (almost 2 years ago)
- Language: Makefile
- Homepage:
- Size: 904 KB
- Stars: 2
- Watchers: 6
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
cloudpool.restapi
=================This project hosts the documentation for the
[elastisys](http://elastisys.com) cloud pool
REST API.The HTML rendering of the documentation can be built as follows:
1. Create and activate a new virtual environment to create an
isolated development environment (that contains the required
dependencies and nothing else):`make virtualenv`
`. virtualenv.restapi/bin/activate`
2. Install the required dependencies in this virtual environment:
`make init`
3. Build the documentation:
`make docs`
After building, the documentation is available under the `docs/_build` directory.
Online documentation
====================
The latest documentation can also be found online at http://cloudpoolrestapi.readthedocs.org/en/latest.