Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-10-09 | power_state_change: convert an int input for delay to string, improve doc | Scott Moser | |
this adds 'timeout' to the documentation for power_state_change, and supports delay being an integer or a string. This is so that yaml can contain: delay: 30 rather than delay: "+30" or dealy: "30" | |||
2013-01-24 | Add docs which can be used on readthedocs.org | Joshua Harlow | |
Include a new set of docs that can be used to create a readthedocs.org site, which includes examples, directory layout, capabilities and such. This in-code documentation then allows for readthedocs.org to create a website directly from the cloud-init codebase. |