From 9c40e87c60ba2d326a14f46827d0b4121a51d308 Mon Sep 17 00:00:00 2001 From: Eric K Date: Thu, 21 Mar 2019 17:43:48 -0700 Subject: [PATCH] minor doc typo fixes Change-Id: If3247fd61533e139fc700405a05572ff2c334510 --- doc/source/admin/jgress.rst | 12 ------------ doc/source/install/index.rst | 4 ++-- doc/source/user/jgress.rst | 2 +- 3 files changed, 3 insertions(+), 15 deletions(-) diff --git a/doc/source/admin/jgress.rst b/doc/source/admin/jgress.rst index e8c9ccf61..d47042f4d 100644 --- a/doc/source/admin/jgress.rst +++ b/doc/source/admin/jgress.rst @@ -33,15 +33,3 @@ deployer to integrate arbitrary JSON API as a data source, with nothing more than a simple YAML config file. Many sample config files are provided here: https://github.com/openstack/congress/tree/master/etc/sample_json_ingesters - - -Additional configuration -======================== - -The following config options are used by JGress: - -.. code-block:: text - - [json ingester] - - diff --git a/doc/source/install/index.rst b/doc/source/install/index.rst index f484eb91e..63550bd5e 100644 --- a/doc/source/install/index.rst +++ b/doc/source/install/index.rst @@ -45,8 +45,8 @@ For integrating Congress with DevStack: $ ./stack.sh -Enablin Optional features -~~~~~~~~~~~~~~~~~~~~~~~~~ +Enabling Optional features +~~~~~~~~~~~~~~~~~~~~~~~~~~ Config validator datasource +++++++++++++++++++++++++++ diff --git a/doc/source/user/jgress.rst b/doc/source/user/jgress.rst index f5624b73f..ea1fdc3b9 100644 --- a/doc/source/user/jgress.rst +++ b/doc/source/user/jgress.rst @@ -298,7 +298,7 @@ provided by PostgreSQL. Additional data sources are available, each in the original format of the source JSON API representation. To see all data sources available, use the -following ``\dn`` command in a ``psql`` console to list the schemas. +``\dn`` command in a ``psql`` console to list the schemas. Sample policies