Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-04-12 | doc: Add missing doc link to snap-config module. | Ryan Harper | |
2016-11-10 | doc: make the RST files consistently formated and other improvements. | Scott Moser | |
The biggest things here are: * move doc/sources/*/README.rst to doc/rtd/topics/datasources This gives each datasource a page in the rtd docs, which make it easier to read. * consistently use the same header style throughout. As suggested at http://thomas-cokelaer.info/tutorials/sphinx/rest_syntax.html use: # with overline, for parts * with overline, for chapters =, for sections -, for subsections ^, for subsubsections “, for paragraphs Also, move and re-format vendor-data documentation to rtd. | |||
2016-09-30 | Improve module documentation and doc cleanup. | Wesley Wiedenmeier | |
This adds lots of config module documentation in a standard format. It will greatly improve the content at readthedocs. Additionally: * Add a 'doc' env to tox.ini * Changed default highlight language for sphinx conf from python to yaml most examples in documentation are yaml configs * Updated datasource examples to highlight sh code properly | |||
2014-11-21 | Ensure the cc_chef doc links to the cc_chef code | Joshua Harlow | |
2014-10-23 | Show the handle method for the cc_ubuntu_init_switch module | Joshua Harlow | |
2014-10-23 | Use bold for the internal name | Joshua Harlow | |
2014-10-23 | Add a link to the module code | Joshua Harlow | |
2014-10-23 | Add the beginnings of module documentation | Joshua Harlow | |
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. |