From ba28686edc038b9f683edce8182dc26678bbbdfc Mon Sep 17 00:00:00 2001 From: KATO Tomoyuki Date: Mon, 3 Aug 2015 22:09:37 +0900 Subject: [PATCH] [user-guides] Cleanup semantic markups Change-Id: I940b8f3c0b7ba64dc7bd86edd35e1b06efb18c8c Implements: blueprint reorganise-user-guides --- doc/common-rst/log_in_dashboard.rst | 8 ++++---- ...cli_nova_show_usage_statistics_for_hosts_instances.rst | 8 ++++---- doc/user-guide/source/cli_create_and_manage_networks.rst | 8 ++++---- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/doc/common-rst/log_in_dashboard.rst b/doc/common-rst/log_in_dashboard.rst index 426eb66464..5b00f3cec6 100644 --- a/doc/common-rst/log_in_dashboard.rst +++ b/doc/common-rst/log_in_dashboard.rst @@ -63,9 +63,9 @@ From the :guilabel:`Project` tab, you can view and manage the resources in a selected project, including instances and images. You select the project from the CURRENT PROJECT list at the top of the tab. - .. figure:: figures/dashboard-project-tab.png +.. figure:: figures/dashboard-project-tab.png - **Figure: Project tab** +**Figure: Project tab** ----------------------- :guilabel:`Project` tab @@ -138,9 +138,9 @@ manage instances, volumes, flavors, images, projects, users, services, and quotas. - .. figure:: figures/dashboard_admin_project_tab.png +.. figure:: figures/dashboard_admin_project_tab.png - **Figure: Admin tab** +**Figure: Admin tab** --------------------- diff --git a/doc/user-guide-admin/source/cli_nova_show_usage_statistics_for_hosts_instances.rst b/doc/user-guide-admin/source/cli_nova_show_usage_statistics_for_hosts_instances.rst index cf6bd237f8..99408457e9 100644 --- a/doc/user-guide-admin/source/cli_nova_show_usage_statistics_for_hosts_instances.rst +++ b/doc/user-guide-admin/source/cli_nova_show_usage_statistics_for_hosts_instances.rst @@ -64,11 +64,11 @@ The following examples show the host usage statistics for a host called shows the sum of the resources allocated to the instances that run on the host. - .. note:: + .. note:: - These values are computed by using information about the flavors of - the instances that run on the hosts. This command does not query the - CPU usage, memory usage, or hard disk usage of the physical host. + These values are computed by using information about the flavors of + the instances that run on the hosts. This command does not query the + CPU usage, memory usage, or hard disk usage of the physical host. Show instance usage statistics ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/doc/user-guide/source/cli_create_and_manage_networks.rst b/doc/user-guide/source/cli_create_and_manage_networks.rst index 37855475c8..5b21f777e0 100644 --- a/doc/user-guide/source/cli_create_and_manage_networks.rst +++ b/doc/user-guide/source/cli_create_and_manage_networks.rst @@ -191,11 +191,11 @@ Create ports positional argument. ``--fixed-ip ip_address=192.168.2.40`` is an option, which specifies the port's fixed IP address we wanted. - ..note:: + .. note:: - When creating a port, you can specify any unallocated IP in the - subnet even if the address is not in a pre-defined pool of allocated - IP addresses (set by your cloud provider). + When creating a port, you can specify any unallocated IP in the + subnet even if the address is not in a pre-defined pool of allocated + IP addresses (set by your cloud provider). #. Create a port without specified IP address::