From 6f0d29c51f4a0206650171ce66dbb227da8afad1 Mon Sep 17 00:00:00 2001 From: leiyuehui Date: Wed, 2 Aug 2023 18:22:11 +0800 Subject: [PATCH] Remove redundant "-" to imporve doc format Change-Id: I753a6b9cfbe440039fa79235d1b38b571867e18f --- doc/source/admin/config-wsgi.rst | 2 +- doc/source/index.rst | 2 +- doc/source/install/common.rst | 2 +- doc/source/install/install-from-source.rst | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/source/admin/config-wsgi.rst b/doc/source/admin/config-wsgi.rst index cb42ed03..ec0472e3 100644 --- a/doc/source/admin/config-wsgi.rst +++ b/doc/source/admin/config-wsgi.rst @@ -13,7 +13,7 @@ The function ``cyborg.api.wsgi_app.init_application`` will setup a WSGI application to run behind uwsgi. Cyborg API behind uwsgi ------------------------- +----------------------- Create a ``cyborg-api-uwsgi`` file with content below: diff --git a/doc/source/index.rst b/doc/source/index.rst index 9c29f037..2e50b135 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -15,7 +15,7 @@ Overview user/usage Documentation for Operators ----------------------------- +--------------------------- The documentation in this section is aimed at Cloud Operators needing to install or configure Cyborg. diff --git a/doc/source/install/common.rst b/doc/source/install/common.rst index 287b3fef..b62c8d51 100644 --- a/doc/source/install/common.rst +++ b/doc/source/install/common.rst @@ -1,5 +1,5 @@ Common Configuration ---------------------- +-------------------- Regardless of the package or code source you must do the following to properly setup the Accelerator Life Cycle Management service. diff --git a/doc/source/install/install-from-source.rst b/doc/source/install/install-from-source.rst index cc7a611f..0e9fe394 100644 --- a/doc/source/install/install-from-source.rst +++ b/doc/source/install/install-from-source.rst @@ -6,7 +6,7 @@ This section describes how to install and configure the Acceleration Service for Ubuntu 18.04.1 LTS from source code. Install from git repository ----------------------------- +--------------------------- #. Create a folder which will hold all Cyborg components.