From 911a2547ae3ec55f24cce7ac39e935eb85fef4ae Mon Sep 17 00:00:00 2001 From: KATO Tomoyuki Date: Sat, 14 Jan 2017 18:52:51 +0900 Subject: [PATCH] Use double backticks for command options Sphinx 1.5 warns about :option: usage without .. option:: description. Since we do not use .. option:: to describe parameter, remove :option: from the tools. Change-Id: I7215aafe4c2f32e2ebc255343f862eea3f49e3be --- security-guide/source/shared-file-systems/share-acl.rst | 2 +- security-guide/source/shared-file-systems/share-type-acl.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/security-guide/source/shared-file-systems/share-acl.rst b/security-guide/source/shared-file-systems/share-acl.rst index 4f48dbc7..14f8b1f9 100644 --- a/security-guide/source/shared-file-systems/share-acl.rst +++ b/security-guide/source/shared-file-systems/share-acl.rst @@ -12,7 +12,7 @@ access to a specified share, and list permissions for a specified share. A share can be *public* or *private*. This is a level of visibility for the share that defines whether other tenants can or cannot see the share. By default, all shares are created as private. While creating a share, use key -:option:`--public` to make your share public for other tenants to see it in a +``--public`` to make your share public for other tenants to see it in a list of shares and see its detailed information. According to a :ref:`policy.json ` file, an administrator diff --git a/security-guide/source/shared-file-systems/share-type-acl.rst b/security-guide/source/shared-file-systems/share-type-acl.rst index 8971bd6e..7863ae3c 100644 --- a/security-guide/source/shared-file-systems/share-type-acl.rst +++ b/security-guide/source/shared-file-systems/share-type-acl.rst @@ -22,7 +22,7 @@ visibility for the share type that defines whether other tenants can or cannot see it in a share types list and use it to create a new share. By default, share types are created as public. While creating a share type, -use :option:`--is_public` parameter set to ``False`` to make your share type +use ``--is_public`` parameter set to ``False`` to make your share type private which will prevent other tenants from seeing it in a list of share types and creating new shares with it. On the other hand, *public* share types are available to every tenant in a cloud.