From 65138ae3b26c4489cbc2fb24579d475edb0728d8 Mon Sep 17 00:00:00 2001 From: Joshua Harlow Date: Fri, 25 Sep 2015 12:34:09 -0700 Subject: [PATCH] Fix invalid table formatting Fixes error related to table offsets: System Message: ERROR/3 (, line 117) Malformed table. Text in column margin in table line 5. Change-Id: If46d0ab0dc1fab1adccf63d43433f842ead2123d --- README.rst | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/README.rst b/README.rst index 3ff9e2e..49ef33a 100644 --- a/README.rst +++ b/README.rst @@ -110,19 +110,19 @@ When the same option is passed on the command line and also via configuration files the following strategies are applied to resolve these types of conflicts. -===================== =========== ======== -Option Overrides Merges -===================== =========== ======== -``allow-long-titles`` Yes No -``ignore-path-errors`` No Yes -``default-extension`` Yes No -``extension`` No Yes -``ignore-path`` No Yes -``ignore`` No Yes -``max-line-length`` Yes No -``file-encoding`` Yes No -``sphinx`` Yes No -===================== =========== ======== +====================== =========== ======== +Option Overrides Merges +====================== =========== ======== +``allow-long-titles`` Yes No +``ignore-path-errors`` No Yes +``default-extension`` Yes No +``extension`` No Yes +``ignore-path`` No Yes +``ignore`` No Yes +``max-line-length`` Yes No +``file-encoding`` Yes No +``sphinx`` Yes No +====================== =========== ======== **Note:** In the above table the configuration file option when specified as *overrides* will replace the same option given via the command line. When