Merge ~powersj/cloud-init:docs/toc_index_revamp into cloud-init:master

Proposed by Joshua Powers
Status: Merged
Approved by: Chad Smith
Approved revision: 973c09aa04efbaffc472d79daa440352919d608e
Merge reported by: Server Team CI bot
Merged at revision: not available
Proposed branch: ~powersj/cloud-init:docs/toc_index_revamp
Merge into: cloud-init:master
Diff against target: 105 lines (+59/-23)
1 file modified
doc/rtd/index.rst (+59/-23)
Reviewer Review Type Date Requested Status
Server Team CI bot continuous-integration Approve
Chad Smith Approve
Review via email: mp+372652@code.launchpad.net

Commit message

docs: organize TOC and update summary of project

To post a comment you must log in.
Revision history for this message
Server Team CI bot (server-team-bot) wrote :

PASSED: Continuous integration, rev:bc35e998985ad22df380720ac33554752859625c
https://jenkins.ubuntu.com/server/job/cloud-init-ci/1124/
Executed test runs:
    SUCCESS: Checkout
    SUCCESS: Unit & Style Tests
    SUCCESS: Ubuntu LTS: Build
    SUCCESS: Ubuntu LTS: Integration
    IN_PROGRESS: Declarative: Post Actions

Click here to trigger a rebuild:
https://jenkins.ubuntu.com/server/job/cloud-init-ci/1124//rebuild

review: Approve (continuous-integration)
Revision history for this message
Server Team CI bot (server-team-bot) wrote :

PASSED: Continuous integration, rev:973c09aa04efbaffc472d79daa440352919d608e
https://jenkins.ubuntu.com/server/job/cloud-init-ci/1161/
Executed test runs:
    SUCCESS: Checkout
    SUCCESS: Unit & Style Tests
    SUCCESS: Ubuntu LTS: Build
    SUCCESS: Ubuntu LTS: Integration
    IN_PROGRESS: Declarative: Post Actions

Click here to trigger a rebuild:
https://jenkins.ubuntu.com/server/job/cloud-init-ci/1161//rebuild

review: Approve (continuous-integration)
Revision history for this message
Chad Smith (chad.smith) wrote :

Looks much cleaner with the new toc.

review: Approve
Revision history for this message
Server Team CI bot (server-team-bot) wrote :

Autolanding: FAILED
More details in the following jenkins job:
https://jenkins.ubuntu.com/server/job/cloud-init-autoland-test/342/
Executed test runs:
    SUCCESS: Checkout
    SUCCESS: Unit & Style Tests
    SUCCESS: Ubuntu LTS: Build
    FAILED: Ubuntu LTS: Integration

review: Needs Fixing (continuous-integration)
Revision history for this message
Server Team CI bot (server-team-bot) :
review: Approve (continuous-integration)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
diff --git a/doc/rtd/index.rst b/doc/rtd/index.rst
index c670b20..db1cdb4 100644
--- a/doc/rtd/index.rst
+++ b/doc/rtd/index.rst
@@ -1,41 +1,77 @@
1.. _index:1.. _index:
22
3#############3cloud-init Documentation
4Documentation4########################
5#############
65
7.. rubric:: Everything about cloud-init, a set of **python** scripts and6Cloud-init is the *industry standard* multi-distribution method for
8 utilities to make your cloud images be all they can be!7cross-platform cloud instance initialization. It is supported across all
8major public cloud providers, provisioning systems for private cloud
9infrastructure, and bare-metal installations.
910
10*******11Cloud instances are initialized from a disk image and instance data:
11Summary
12*******
1312
14`Cloud-init`_ is the *defacto* multi-distribution package that handles early13- Cloud metadata
15initialization of a cloud instance.14- User data (optional)
15- Vendor data (optional)
1616
17----17Cloud-init will identify the cloud it is running on during boot, read any
18provided metadata from the cloud and initialize the system accordingly. This
19may involve setting up the network and storage devices to configuring SSH
20access key and many other aspects of a system. Later on the cloud-init will
21also parse and any optional user or vendor data that was passed to the
22instance.
23
24Getting help
25************
26
27Having trouble? We would like to help!
28
29- Try the :ref:`FAQ` – its got answers to some common questions
30- Ask a question in the ``#cloud-init`` IRC channel on Freenode
31- Join and ask questions on the `cloud-init mailing list <https://launchpad.net/~cloud-init>`_
32- Find a bug? `Report bugs on Launchpad <https://bugs.launchpad.net/cloud-init/+filebug>`_
1833
19.. toctree::34.. toctree::
20 :maxdepth: 235 :hidden:
36 :titlesonly:
37 :caption: Getting Started
2138
22 topics/capabilities.rst
23 topics/availability.rst39 topics/availability.rst
40 topics/boot.rst
41 topics/cli.rst
42 topics/faq.rst
43
44.. toctree::
45 :hidden:
46 :titlesonly:
47 :caption: User Data
48
24 topics/format.rst49 topics/format.rst
25 topics/instancedata.rst
26 topics/dir_layout.rst
27 topics/examples.rst50 topics/examples.rst
28 topics/boot.rst
29 topics/datasources.rst
30 topics/logging.rst
31 topics/modules.rst51 topics/modules.rst
32 topics/merging.rst52 topics/merging.rst
33 topics/network-config.rst53
54.. toctree::
55 :hidden:
56 :titlesonly:
57 :caption: Instance Data
58
59 topics/instancedata.rst
60 topics/datasources.rst
34 topics/vendordata.rst61 topics/vendordata.rst
35 topics/debugging.rst62 topics/network-config.rst
36 topics/moreinfo.rst63
64.. toctree::
65 :hidden:
66 :titlesonly:
67 :caption: Development
68
37 topics/hacking.rst69 topics/hacking.rst
70 topics/debugging.rst
71 topics/logging.rst
72 topics/dir_layout.rst
73 topics/analyze.rst
74 topics/docs.rst
38 topics/tests.rst75 topics/tests.rst
3976
40.. _Cloud-init: https://launchpad.net/cloud-init77.. vi: textwidth=79
41.. vi: textwidth=78

Subscribers

People subscribed via source and target branches