From cfada6bc30d00dc2a8d16164d796d8c350f64a14 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pekka=20Kl=C3=A4rck?= Date: Thu, 27 Aug 2015 11:15:08 +0300 Subject: [PATCH] list table example --- README.rst | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/README.rst b/README.rst index 14b0911..b19d108 100644 --- a/README.rst +++ b/README.rst @@ -30,3 +30,26 @@ Customization: Errors: - :nonex:`non-existing role` + +Tables +------ + +List-table +~~~~~~~~~~ + +.. list-table:: A title + :widths: 1, 2, 2, 5 + :header-rows: 1 + + * - ID + - Type + - Priority + - Summary + * - #42 + - Bug + - Critical + - Just testing here, nothing more + * - #1 + - Enhancement + - Low + - Testing, testing, 1 2 3