summaryrefslogtreecommitdiff
path: root/doc/rtd/index.rst
blob: 8f163b6a59f4f4011bcf867f0905aae607d80907 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
.. _index:

.. http://thomas-cokelaer.info/tutorials/sphinx/rest_syntax.html
.. As suggested at link above for headings use:
..   # with overline, for parts
..   * with overline, for chapters
..   =, for sections
..   -, for subsections
..   ^, for subsubsections
..   “, for paragraphs

#############
Documentation
#############

.. rubric:: Everything about cloud-init, a set of **python** scripts and
            utilities to make your cloud images be all they can be!

*******
Summary
*******

`Cloud-init`_ is the *defacto* multi-distribution package that handles early
initialization of a cloud instance.

----

.. toctree::
   :maxdepth: 2

   topics/capabilities.rst
   topics/availability.rst
   topics/format.rst
   topics/dir_layout.rst
   topics/examples.rst
   topics/boot.rst
   topics/datasources.rst
   topics/logging.rst
   topics/modules.rst
   topics/merging.rst
   topics/vendordata.rst
   topics/moreinfo.rst
   topics/hacking.rst
   topics/tests.rst

.. _Cloud-init: https://launchpad.net/cloud-init
.. vi: textwidth=78