From 39c1f5378ea1c1097c3630e6621ca91ccefe0592 Mon Sep 17 00:00:00 2001 From: Tin Lam Date: Tue, 27 Jun 2017 21:47:39 -0500 Subject: [PATCH] Change the documentation table format As we update the version information in the document, the ascii rst table easily gets misaligned and causes the doc gate to fail. This patch set changes the table structure, while retaining the formatting, so future update of the document can be done easily without spending time realigning the table cell border. Change-Id: I84aeba3604ced255b057b7ce43f1f94a1af19b65 --- doc/source/install/multinode.rst | 31 +++++++++++++++++++------------ 1 file changed, 19 insertions(+), 12 deletions(-) diff --git a/doc/source/install/multinode.rst b/doc/source/install/multinode.rst index 28ee45511c..84a56be236 100644 --- a/doc/source/install/multinode.rst +++ b/doc/source/install/multinode.rst @@ -17,22 +17,29 @@ this is found throughout the project. If you have any questions or comments, please create an `issue `_. - .. warning:: Please see the latest published information about our application versions. - +------------------+--------------------------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------+ - | | Version | Notes | - +==================+======================================================================================+==============================================================================================================+ - | **Kubernetes** | `v1.6.5 `_ | `Custom Controller for RDB tools `_ | - +------------------+--------------------------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------+ - | **Helm** | `v2.3.1 `_ | | - +------------------+--------------------------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------+ - | **Calico** | `v2.1 `_ | `calicoct v1.1 `_ | - +------------------+--------------------------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------+ - | **Docker** | `v1.12.6 `_ | `Per kubeadm Instructions `_ | - +------------------+--------------------------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------+ + .. list-table:: + :widths: 45 155 200 + :header-rows: 1 + + * - + - Version + - Notes + * - **Kubernetes** + - `v1.6.5 `_ + - `Custom Controller for RDB tools `_ + * - **Helm** + - `v2.3.1 `_ + - + * - **Calico** + - `v2.1 `_ + - `calicoct v1.1 `_ + * - **Docker** + - `v1.12.6 `_ + - `Per kubeadm Instructions `_ Other versions and considerations (such as other CNI SDN providers), config map data, and value overrides will be included in other