Commit Graph

7 Commits

Author SHA1 Message Date
Liam Young
08aacfd0ec Allow model settings to be added or overridden 2018-07-12 12:03:12 +01:00
Liam Young
0aa7c61719 Remove duplicate functions for add/remove model
Recently functions were added to zaza.model for adding and removing
models. These duplicated existing functions in zaza.controller.
Given these functions act against the controller, zaza.controller
feels like the correct location. In addition the implementations in
zaza.controller correctly handle disconnects which the new ones
did not.
This PR removes the duplicates and points any existing references
from zaza.model to zaza.controller. Finally, docstrings were added
and documentation links.
2018-06-13 09:49:33 +01:00
Liam Young
0b6f6d88dc Documentation fixes 2018-06-06 15:54:06 +01:00
Liam Young
0a8ac0faa4 Fix truly awful spelling mistakes 2018-06-06 10:22:14 +01:00
Liam Young
056d2f41c2 Split up docs and reformat
* Move contents of ./zaza/charm_lifecycle/README.md into docs
* Split up api docs into seperate pages
* Fix prepare command help string
2018-06-06 09:38:13 +01:00
Liam Young
f1e1a80cb1 Switch to sphinxcontrib-asyncio for sphinx asyncio support inline with libjuju 2018-06-05 15:34:01 +01:00
Liam Young
7517faf19a Add a bit of sphinx 2018-05-30 15:29:45 +01:00