From 3eeefefa856a9ee8ab22b4a7426fe9292543de57 Mon Sep 17 00:00:00 2001 From: Gregory Haynes Date: Tue, 1 Mar 2016 21:44:18 -0800 Subject: [PATCH] Reorder developer quickstart docs The quickstart should be the first bit of developer documentation, not the last. Also add in a short blurb for the developer docs so we dont have two doc titles back to back. Change-Id: Icb5683b8eb22e759fefb1cb2252ed445dea5f7dd --- doc/source/developer/index.rst | 23 ++++++++++++++--------- 1 file changed, 14 insertions(+), 9 deletions(-) diff --git a/doc/source/developer/index.rst b/doc/source/developer/index.rst index d491b61e8..c2aa4f253 100644 --- a/doc/source/developer/index.rst +++ b/doc/source/developer/index.rst @@ -1,15 +1,9 @@ Developer Documentation ======================= -.. toctree:: - :maxdepth: 2 - - design - components - invocation - caches - developing_elements - stable_interfaces +This documentation explains how to get started with creating your own +disk-image-builder elements as well as some high level concepts for element +creation. Quickstart ---------- @@ -28,3 +22,14 @@ To get started developing with ``diskimage-builder``, install to a You can now simply use ``disk-image-create`` to start building images and testing your changes. When you are done editing, use ``git review`` to submit changes to the upstream gerrit. + + +.. toctree:: + :maxdepth: 2 + + design + components + invocation + caches + developing_elements + stable_interfaces