diff options
author | 2018-11-22 16:24:16 +0100 | |
---|---|---|
committer | 2018-11-22 16:44:46 +0100 | |
commit | 1dcfb3ab028bafefa91d91fef627a58480bd89bf (patch) | |
tree | d93226c9effa511445b20ed9ce18c3710935d984 /docs/installation | |
parent | 4c520ec374468937ec2b0e911e23df4577fed90d (diff) |
Check all rst files
It installs doc8 and then checks all rst files.
It also fixes all errors needed for next jjbs.
Change-Id: I30314ece30090ec4923d2c5ad27a9016428102fd
Issue-ID: EXTAPI-163
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Diffstat (limited to 'docs/installation')
-rw-r--r-- | docs/installation/installation.rst | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/docs/installation/installation.rst b/docs/installation/installation.rst index 89a55fb..ebf8c7a 100644 --- a/docs/installation/installation.rst +++ b/docs/installation/installation.rst @@ -1,6 +1,4 @@ -.. This work is licensed under -.. a Creative Commons Attribution 4.0 International License. -.. http://creativecommons.org/licenses/by/4.0 +.. SPDX-License-Identifier: CC-BY-4.0 .. Copyright 2018 ORANGE @@ -41,7 +39,8 @@ Defaults Mongo, host=localhost, port=27017, database=ServiceOrderDB - Mariadb, url=jdbc:mariadb://localhost:3306/nbi, username=root, password=secret + Mariadb, url=jdbc:mariadb://localhost:3306/nbi, username=root, + password=secret Run :: @@ -99,4 +98,3 @@ configuration file and */json/* package with samples requests that can be run. **Play with Postman** A collection is available here *docs/offeredapis/postman* - |