From 343cfe6b0eb3a8c5b3ca7d2138daf4a6051336a4 Mon Sep 17 00:00:00 2001 From: Ken Dreyer Date: Tue, 5 Jan 2016 11:17:34 -0700 Subject: [PATCH] README: fix rst syntax for sub-bullets The install task contains its own list of sub-point bullets. Prior to this change, rST did not treat this list as a sub-list of the "install task" bullet point. Instead, it rendered them at the same level as the install task and all the other tasks. Indent the sub-bullets under the install task's description. This will cause rST to treat them as true sub-bullets under the install task. --- README.rst | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/README.rst b/README.rst index 31271994f..0c96e687b 100644 --- a/README.rst +++ b/README.rst @@ -222,13 +222,17 @@ Some of the more important / commonly used tasks include: the test configuration to cause it to install any branch, SHA, archive or URL. The following are valid parameters. -- ``branch``: specify a branch (firefly, giant...) -- ``flavor``: specify a flavor (next, unstable...). Flavors can be thought of - as subsets of branches. Sometimes (unstable, for example) they may have a - predefined meaning. -- ``project``: specify a project (ceph, samba...) -- ``sha1``: install the build with this sha1 value. -- ``tag``: specify a tag/identifying text for this build (v47.2, v48.1...) + - ``branch``: specify a branch (firefly, giant...) + + - ``flavor``: specify a flavor (next, unstable...). Flavors can be thought of + as subsets of branches. Sometimes (unstable, for example) they may have a + predefined meaning. + + - ``project``: specify a project (ceph, samba...) + + - ``sha1``: install the build with this sha1 value. + + - ``tag``: specify a tag/identifying text for this build (v47.2, v48.1...) * ``ceph``: Bring up Ceph -- 2.47.3