From c2b37756c3d9a5e624467ff38f0644d9a29b34e7 Mon Sep 17 00:00:00 2001 From: KATO Tomoyuki Date: Tue, 8 Mar 2016 21:26:10 +0900 Subject: [PATCH] Add appropriate order list styles For list items in RST documents, forcefully apply the style. Also, change the sample contents. Change-Id: I5fe3a77498e873cbbdb396373844f9374688e84a --- ...gure_access_and_security_for_instances.rst | 35 ++++++++++------- doc/source/dashboard_demo.rst | 38 ++++++++----------- .../openstackdocs/static/css/combined.css | 6 +++ 3 files changed, 42 insertions(+), 37 deletions(-) diff --git a/doc/source/configure_access_and_security_for_instances.rst b/doc/source/configure_access_and_security_for_instances.rst index ea2d0296..c11efb2f 100644 --- a/doc/source/configure_access_and_security_for_instances.rst +++ b/doc/source/configure_access_and_security_for_instances.rst @@ -41,7 +41,9 @@ access to the instances. This procedure can be adjusted as necessary to add additional security group rules to a project, if your cloud requires them. -.. note: When adding a rule, you must specify the protocol used with the +.. note:: + + When adding a rule, you must specify the protocol used with the destination port or source port. #. Log in to the dashboard, choose a project, and click :guilabel:`Access & @@ -56,12 +58,14 @@ group rules to a project, if your cloud requires them. +--------------------------------------+--------------------------------------+ | Rule | Remote | - | | | + +--------------------------------------+--------------------------------------+ | ``SSH`` | ``CIDR`` | +--------------------------------------+--------------------------------------+ -.. note:: To accept requests from a particular range of IP addresses, specify - the IP address block in the CIDR box. + .. note:: + + To accept requests from a particular range of IP addresses, specify + the IP address block in the CIDR box. #. Click :guilabel:`Add`. @@ -74,7 +78,7 @@ group rules to a project, if your cloud requires them. +--------------------------------------+--------------------------------------+ | Rule | Direction | - | | | + +--------------------------------------+--------------------------------------+ | ``All ICMP`` | ``Ingress`` | +--------------------------------------+--------------------------------------+ @@ -128,10 +132,12 @@ Import a key pair $ chmod 0600 yourPrivateKey.pem -.. note:: If you are using the dashboard from a Windows computer, use PuTTYgen - to load the ``*.pem`` file and convert and save it as ``*.ppk``. For - more information see the `WinSCP web page for - PuTTYgen `__. + .. note:: + + If you are using the dashboard from a Windows computer, use PuTTYgen + to load the ``*.pem`` file and convert and save it as ``*.ppk``. For + more information see the `WinSCP web page for + PuTTYgen `__. #. To make the key pair known to SSH, run the **ssh-add** command. @@ -175,19 +181,20 @@ and the association of that address with a specific instance. #. In the Manage Floating IP Associations dialog box, choose the following options: - - The IP Address field is filled automatically, but you can add a + #. The IP Address field is filled automatically, but you can add a new IP address by clicking the + button. - - In the Ports to be associated field, select a port from the list. + #. In the Ports to be associated field, select a port from the list. The list shows all the instances with their fixed IP addresses. #. Click Associate. -.. note:: To disassociate an IP address from an instance, click the - :guilabel:`Disassociate` button. + .. note:: + + To disassociate an IP address from an instance, click the + :guilabel:`Disassociate` button. To release the floating IP address back into the pool of addresses, click the :guilabel:`More` button and select the :guilabel:`Release Floating IP` option. - diff --git a/doc/source/dashboard_demo.rst b/doc/source/dashboard_demo.rst index 24df666f..38bd90b2 100644 --- a/doc/source/dashboard_demo.rst +++ b/doc/source/dashboard_demo.rst @@ -19,14 +19,14 @@ server role. #. Open a web browser that has JavaScript and cookies enabled. -.. note:: + .. note:: - To use the Virtual Network Computing (VNC) client for the dashboard, - your browser must support HTML5 Canvas and HTML5 WebSockets. The VNC - client is based on noVNC. For details, see `noVNC: HTML5 VNC - Client `__. - For a list of supported browsers, see `Browser - support `__. + To use the Virtual Network Computing (VNC) client for the dashboard, + your browser must support HTML5 Canvas and HTML5 WebSockets. The VNC + client is based on noVNC. For details, see `noVNC: HTML5 VNC + Client `__. + For a list of supported browsers, see `Browser + support `__. #. In the address bar, enter the host name or IP address for the dashboard. @@ -35,12 +35,12 @@ server role. https://ipAddressOrHostName/ -.. note:: + .. note:: - If a certificate warning appears when you try to access the URL for - the first time, a self-signed certificate is in use, which is not - considered trustworthy by default. Verify the certificate or add an - exception in the browser to bypass the warning. + If a certificate warning appears when you try to access the URL for + the first time, a self-signed certificate is in use, which is not + considered trustworthy by default. Verify the certificate or add an + exception in the browser to bypass the warning. #. On the Log In page, enter your user name and password, and click Sign In. @@ -72,15 +72,13 @@ from the CURRENT PROJECT list at the top of the tab. **Figure: Project tab** - .. image:: figures/dashboard-project-tab.png +.. image:: figures/dashboard-project-tab.png ------------ Project tab ----------- From the :guilabel:`Project` tab, you can access the following tabs: ------------------------ :guilabel:`Compute` tab ----------------------- @@ -112,7 +110,6 @@ reboot instances, or connect to them through VNC. * :guilabel:`API Access`: View API endpoints. ------------------------ :guilabel:`Network` tab ----------------------- @@ -122,13 +119,11 @@ reboot instances, or connect to them through VNC. :guilabel:`Routers`: Create and manage subnets. ----------------------------- :guilabel:`Object Store` tab ---------------------------- :guilabel:`Containers`: Create and manage containers and objects. ------------------------------ :guilabel:`Orchestration` tab ----------------------------- @@ -146,15 +141,13 @@ quotas. **Figure: Admin tab** - .. image:: figures/dashboard_admin_project_tab.png +.. image:: figures/dashboard_admin_project_tab.png ---------- Admin tab --------- Access the following categories to complete these tasks: ----------------------------- :guilabel:`System Panel` tab ---------------------------- @@ -200,11 +193,10 @@ information: OpenStack Compute and define the maximum allowable size and number of resources. ------------------------------- :guilabel:`Identity Panel` tab ------------------------------ :guilabel:`Projects`: View, create, assign users to, remove users from, and delete projects. -:guilabel:`Users`: View, create, enable, disable, and delete users. \ No newline at end of file +:guilabel:`Users`: View, create, enable, disable, and delete users. diff --git a/openstackdocstheme/theme/openstackdocs/static/css/combined.css b/openstackdocstheme/theme/openstackdocs/static/css/combined.css index c7092d6a..dd2bf089 100644 --- a/openstackdocstheme/theme/openstackdocs/static/css/combined.css +++ b/openstackdocstheme/theme/openstackdocs/static/css/combined.css @@ -29,6 +29,12 @@ a, a:visited { a:hover { text-decoration: underline; } +ol.arabic ol { + list-style-type: lower-alpha; } + +ol.arabic ol ol { + list-style-type: upper-alpha; } + /* @group Navigation */ #navigation { display: block;