From 04f712141582ec6bc5e8193402ceff3dd73b1866 Mon Sep 17 00:00:00 2001 From: Radomir Dopieralski Date: Tue, 3 Feb 2015 10:48:28 +0100 Subject: [PATCH] Fix a syntax errors in the docs Also, fix the title Change-Id: I775e83da13b4c6762a82f27f1c735b33d01eec99 --- doc/source/index.rst | 4 ++-- doc/source/install.rst | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/source/index.rst b/doc/source/index.rst index c747999..054908a 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -1,5 +1,5 @@ -Tuskar UI -========= +Tuskar UI Extras +================ Contents: diff --git a/doc/source/install.rst b/doc/source/install.rst index d1a20a5..d22c0ed 100644 --- a/doc/source/install.rst +++ b/doc/source/install.rst @@ -16,7 +16,7 @@ Then add enabling files into /usr/share/openstack-dashboard/openstack_dashboard/ 'tuskar_boxes', ] -``_60_tuskar_sat_ui.py``: +``_60_tuskar_sat_ui.py``:: PANEL = 'nodes' PANEL_DASHBOARD = 'infrastructure' @@ -44,7 +44,7 @@ Install Tuskar UI Extras with all dependencies in your virtual environment:: Enabling Tuskar-UI Boxes ------------------------ -To enable the Tuskar-UI Boxes plugin in Horizon, copy the config file:. +To enable the Tuskar-UI Boxes plugin in Horizon, copy the config file:: cp ../tuskar-ui-extras/_60_tuskar_boxes.py.example openstack_dashboard/local/enabled/_60_tuskar_boxes.py @@ -52,7 +52,7 @@ To enable the Tuskar-UI Boxes plugin in Horizon, copy the config file:. Enabling Tuskar Satellite Integration ------------------------------------- -To enable the Tuskar-SAT6 UI plugin in Horizon, copy the config file:. +To enable the Tuskar-SAT6 UI plugin in Horizon, copy the config file:: cp ../tuskar-ui-extras/_60_tuskar_sat_ui.py.example openstack_dashboard/local/enabled/_60_tuskar_sat_ui.py