]> git-server-git.apps.pok.os.sepia.ceph.com Git - teuthology.git/commit
README: fix rst syntax for sub-bullets 762/head
authorKen Dreyer <kdreyer@redhat.com>
Tue, 5 Jan 2016 18:17:34 +0000 (11:17 -0700)
committerKen Dreyer <kdreyer@redhat.com>
Tue, 5 Jan 2016 18:20:29 +0000 (11:20 -0700)
commit343cfe6b0eb3a8c5b3ca7d2138daf4a6051336a4
tree7d6f27b7d177189f935435affde5d3e9a255db77
parent12253f75bd10445917391171c11f9cb74d72fdf1
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