From 2568b892254479f8ca87561905b655b35ce451f6 Mon Sep 17 00:00:00 2001 From: Lin Yang Date: Mon, 10 Dec 2018 09:50:02 -0800 Subject: [PATCH] Apply python code style to usage doc Change-Id: If2dff5591b36b1b20ee34dc0252b5acbeff4ce69 --- doc/source/reference/usage.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/source/reference/usage.rst b/doc/source/reference/usage.rst index b2d933a..a3b1ec7 100644 --- a/doc/source/reference/usage.rst +++ b/doc/source/reference/usage.rst @@ -96,6 +96,8 @@ Composing and using a logical node Discovering Remote Storage Services ----------------------------------- +.. code-block:: python + # Get the storage service collection object storage_service_col = rsd.get_storage_service_collection() @@ -139,6 +141,8 @@ Discovering Remote Storage Services Discovering NVMe Devices and Attaching them to Nodes ---------------------------------------------------- +.. code-block:: python + # Get the fabric collection object fabric_col = rsd.get_fabric_collection()