[PATCH 6/6] Fix sphinx formatting of clode blocks in devicefactory docstrings.

David Lehman dlehman at redhat.com
Wed Jul 23 19:24:03 UTC 2014


---
 blivet/devicefactory.py | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/blivet/devicefactory.py b/blivet/devicefactory.py
index bb8edef..7926d39 100644
--- a/blivet/devicefactory.py
+++ b/blivet/devicefactory.py
@@ -113,7 +113,7 @@ class DeviceFactory(object):
         device stacks like lvm with md pvs.
 
         Simplified call trace for creation of a new LV in a new VG with
-        partition PVs:
+        partition PVs::
 
             LVMFactory.configure
                 PartitionSetFactory.configure   # set up PVs on partitions
@@ -122,7 +122,7 @@ class DeviceFactory(object):
 
 
         Simplified call trace for creation of a new LV in a new VG with a single
-        MD PV with member partitions on multiple disks:
+        MD PV with member partitions on multiple disks::
 
             LVMOnMDFactory.configure
                 MDFactory.configure
@@ -141,7 +141,7 @@ class DeviceFactory(object):
         "data" in the Blivet instance's device tree, that volume group will be
         used instead of creating a new one. If the already-defined "data" volume
         group exists on disk its size will not be changed, but if it has not
-        been written to disk it will be adjusted to hold the new logical volume.
+        been written to disk it will be adjusted to hold the new logical volume::
 
             import blivet
 
-- 
1.9.3



More information about the anaconda-patches mailing list