From 530368b4150854ea1ed58117f651f032b44d8e33 Mon Sep 17 00:00:00 2001 From: Aaron Carlisle Date: Wed, 15 Mar 2017 00:47:24 -0400 Subject: [PATCH] Demodocs: move admonition with a table --- demo_docs/source/demo.rst | 10 ++++++++++ demo_docs/source/index.rst | 14 -------------- 2 files changed, 10 insertions(+), 14 deletions(-) diff --git a/demo_docs/source/demo.rst b/demo_docs/source/demo.rst index 7cac9f79..d28fd177 100644 --- a/demo_docs/source/demo.rst +++ b/demo_docs/source/demo.rst @@ -487,6 +487,16 @@ Admonitions .. Tip:: 15% if the service is good. + +---------+ + | Example | + +=========+ + | Thing1 | + +---------+ + | Thing2 | + +---------+ + | Thing3 | + +---------+ + .. WARNING:: Strong prose may provoke extreme mental exertion. Reader discretion is strongly advised. diff --git a/demo_docs/source/index.rst b/demo_docs/source/index.rst index 6bac8353..49f4e151 100644 --- a/demo_docs/source/index.rst +++ b/demo_docs/source/index.rst @@ -246,19 +246,6 @@ documentation for it. .. _Docutils: http://docutils.sourceforge.net/ .. _Inline Markup: http://docutils.sourceforge.net/docs/ref/rst/restructuredtext.html#inline-markup -.. note:: Every other line in this table will have white text on a white background. - This is bad. - - +---------+ - | Example | - +=========+ - | Thing1 | - +---------+ - | Thing2 | - +---------+ - | Thing3 | - +---------+ - Emphasized lines with line numbers ================================== @@ -272,7 +259,6 @@ Emphasized lines with line numbers print 'This one is not...' print '...but this one is.' - Citation ========