From: Trevor Bramwell Date: Fri, 20 Oct 2017 18:16:34 +0000 (-0700) Subject: Wrap Functest Ascii Diagram in literal text block X-Git-Tag: opnfv-6.0.0~357 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F53%2F46053%2F1;p=functest.git Wrap Functest Ascii Diagram in literal text block Sphinx currently thinks this diagram is a table and outputing a warning. Using '::' provides a hint to sphinx that the ascii diagram is literal text and not a table. Change-Id: Ie005cc059b9e97aacda0d75d0213b18477e55d38 Signed-off-by: Trevor Bramwell --- diff --git a/docs/testing/developer/devguide/index.rst b/docs/testing/developer/devguide/index.rst index a54dc725b..d03a10e28 100644 --- a/docs/testing/developer/devguide/index.rst +++ b/docs/testing/developer/devguide/index.rst @@ -68,21 +68,21 @@ to the different tiers: Standalone functest dockers are maintained for Euphrates but Alpine containers are recommended. -Functest can be described as follow: - - +----------------------+ - | | - | +--------------+ | +-------------------+ - | | | | Public | | - | | Tools | +------------------+ OPNFV | - | | Scripts | | | System Under Test | - | | Scenarios | | | | - | | | | | | - | +--------------+ | +-------------------+ - | | - | Functest Docker | - | | - +----------------------+ +Functest can be described as follow:: + + +----------------------+ + | | + | +--------------+ | +-------------------+ + | | | | Public | | + | | Tools | +------------------+ OPNFV | + | | Scripts | | | System Under Test | + | | Scenarios | | | | + | | | | | | + | +--------------+ | +-------------------+ + | | + | Functest Docker | + | | + +----------------------+ Functest internal test cases ============================