Wrap Functest Ascii Diagram in literal text block 61/46061/1 opnfv-5.0.0 opnfv-5.0.RC1
authorTrevor Bramwell <tbramwell@linuxfoundation.org>
Fri, 20 Oct 2017 18:16:34 +0000 (11:16 -0700)
committerTrevor Bramwell <tbramwell@linuxfoundation.org>
Fri, 20 Oct 2017 19:00:27 +0000 (19:00 +0000)
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 <tbramwell@linuxfoundation.org>
docs/testing/developer/devguide/index.rst

index a54dc72..d03a10e 100644 (file)
@@ -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
 ============================