Skip to content

waffle-iron/pebbles

 
 

Repository files navigation

'Stories in Ready'

Build Status

Code Climate

Test Coverage

Pebbles

Pebbles (formerly Pouta Blueprints) is a frontend to manage cloud resources and lightweight user accounts. Currently supported resource types are:

Additional resources can be added by implementing the driver interface. ToDo: hyperlink to new docs.

Documentation

The system comes with Sphinx RST documentation under doc/. Convention is to have as much as possible as docstrings close to the code that implements. Generic things like system descriptions may also be under doc/source. :

$ mkvirtualenv pb-doc
(pb-doc) $ pip install -r requirements.txt
(pb-doc) $ cd doc && make html

Will build the html documentation under doc/build. There is a requirement of graphviz for creating system structure graphs.

The documentation is hosted in GitHub pages and built using Travis-Sphinx.

$ workon pb-doc (pb-doc)$ travis-sphinx --branches=doc/sphinx --source=doc/source build

Can save you a lot of trouble.

About

Pebbles is a frontend to manage cloud resources and lightweight user accounts.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 71.7%
  • JavaScript 14.8%
  • HTML 10.3%
  • Shell 3.0%
  • Other 0.2%