]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: Syntax cleanup for new IA.
authorJohn Wilkins <john.wilkins@inktank.com>
Thu, 8 Nov 2012 06:17:46 +0000 (22:17 -0800)
committerJohn Wilkins <john.wilkins@inktank.com>
Thu, 8 Nov 2012 06:17:46 +0000 (22:17 -0800)
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
doc/source/clone-source.rst

index 0d771b4fe1e6183b0a602ba1e295aaf8f950829f..ad7dce4e5b4f9c55e9faaf61a355f05126e2f3b2 100644 (file)
@@ -1,12 +1,15 @@
 =========================================
  Cloning the Ceph Source Code Repository
 =========================================
+
 To clone the source, you must install Git. See `Set Up Git`_ for details.
 
 .. _Set Up Git: ../git
 
+
 Clone the Source
-----------------
+================
+
 To clone the Ceph source code repository, execute::
 
        git clone --recursive https://github.com/ceph/ceph.git
@@ -16,17 +19,20 @@ repository.
 
 .. tip:: Make sure you maintain the latest copies of the submodules
    included in the repository. Running ``git status`` will tell you if
-   the submodules are out of date::
+   the submodules are out of date.
+
+::
 
        cd ceph
        git status
 
-   If they are, run::
+If your submodules are out of date, run::
 
-        git submodule update
+       git submodule update
 
 Choose a Branch
----------------
+===============
+
 Once you clone the source code and submodules, your Ceph repository 
 will be on the ``master`` branch by default, which is the unstable 
 development branch. You may choose other branches too.
@@ -37,4 +43,5 @@ development branch. You may choose other branches too.
 
 ::
 
+
        git checkout master