From ad29f0403e1868fa99807ab7da0f680cd2b2f5e7 Mon Sep 17 00:00:00 2001 From: GONG Jie Date: Sun, 31 Dec 2017 23:59:59 +0000 Subject: [PATCH] Remove trailing spaces in file docs/source/developers/guides/docs/doc_guidelines.rst --- .../developers/guides/docs/doc_guidelines.rst | 30 +++++++++---------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/docs/source/developers/guides/docs/doc_guidelines.rst b/docs/source/developers/guides/docs/doc_guidelines.rst index 4e13e7b1c..ce121d4f5 100644 --- a/docs/source/developers/guides/docs/doc_guidelines.rst +++ b/docs/source/developers/guides/docs/doc_guidelines.rst @@ -12,13 +12,13 @@ xCAT doc page may have 4 levels of title at most: :: The First Title =============== - + The Second Title ---------------- - + The Third Title ``````````````` - + The Forth Title ''''''''''''''' @@ -131,9 +131,9 @@ Add links to refer other web page is a very common way in writing document, it' :doc:`support list <../overview/support_list>` -.. +.. - ``Usage:`` When you want to link to another whole page but don't want to make a ``Customized Link Target`` in that source page, you can use the file path to link it directly. + ``Usage:`` When you want to link to another whole page but don't want to make a ``Customized Link Target`` in that source page, you can use the file path to link it directly. * **Add an External Link** @@ -223,16 +223,16 @@ Add a Table Add a table in the doc: -+------------+------------+-----------+ -| Header 1 | Header 2 | Header 3 | -+============+============+===========+ -| body row 1 | column 2 | column 3 | -+------------+------------+-----------+ -| body row 2 | Cells may span columns.| -+------------+------------+-----------+ -| body row 3 | Cells may | - Cells | -+------------+ span rows. | - contain | -| body row 4 | | - blocks. | ++------------+------------+-----------+ +| Header 1 | Header 2 | Header 3 | ++============+============+===========+ +| body row 1 | column 2 | column 3 | ++------------+------------+-----------+ +| body row 2 | Cells may span columns.| ++------------+------------+-----------+ +| body row 3 | Cells may | - Cells | ++------------+ span rows. | - contain | +| body row 4 | | - blocks. | +------------+------------+-----------+ ::