diff options
author | Shashank Kumar Shankar <shashank.kumar.shankar@intel.com> | 2018-08-31 11:36:01 -0700 |
---|---|---|
committer | Victor Morales <victor.morales@intel.com> | 2018-09-04 09:02:35 -0700 |
commit | 9ea39f64e077613fe004ed00f7b2b2497381faea (patch) | |
tree | c94574687e088762e224e6a51e90fe5c99e8c69f /tox.ini | |
parent | 28376cbc428324577451181f67f383ea9d8de164 (diff) |
Update docs to include sample commands
This patch updates the docs to include sample request and
response.
Change-Id: I5f1c29477587a2b0cda8b188ec5a9ff3bb34e5d2
Issue-ID: MULTICLOUD-301
Signed-off-by: Shashank Kumar Shankar <shashank.kumar.shankar@intel.com>
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -18,7 +18,7 @@ commands = bash -c "find {toxinidir} -not -path {toxinidir}/.tox/\* \ # E006 check for lines longer than 79 columns -print0 | xargs -0 bashate -v -iE006" bash -c "find {toxinidir} -not -path {toxinidir}/.tox/\* \ - -name \*.rst -type f -print0 | xargs -0 rstcheck" + -name \*.rst -type f -print0 | xargs -0 rstcheck --report warning" [testenv:docs] deps = sphinx |