diff options
Diffstat (limited to 'doc/rtd/index.rst')
-rw-r--r-- | doc/rtd/index.rst | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/doc/rtd/index.rst b/doc/rtd/index.rst new file mode 100644 index 00000000..619bb5dc --- /dev/null +++ b/doc/rtd/index.rst @@ -0,0 +1,30 @@ +.. _index: + +===================== +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 + topics/availability + topics/format + topics/dir_layout + topics/examples + topics/datasources + topics/modules + topics/moreinfo + topics/hacking + +.. _Cloud-init: https://launchpad.net/cloud-init |