From 6054d1fc199bf9e289627bb82db34a3433fc0f8d Mon Sep 17 00:00:00 2001 From: Aaron Carlisle Date: Wed, 15 Mar 2017 00:20:26 -0400 Subject: [PATCH] Demodocs: remove error handling section We do not need this as we are focused on the theme and the markup --- demo_docs/source/demo.rst | 16 ++-------------- 1 file changed, 2 insertions(+), 14 deletions(-) diff --git a/demo_docs/source/demo.rst b/demo_docs/source/demo.rst index 27fd57fe..ea2d4e64 100644 --- a/demo_docs/source/demo.rst +++ b/demo_docs/source/demo.rst @@ -1,6 +1,8 @@ .. This is a comment. Note how any initial comments are moved by transforms to after the document title, subtitle, and docinfo. +.. demo.rst from: http://docutils.sourceforge.net/docs/user/rst/demo.txt + ================================ reStructuredText Demonstration ================================ @@ -598,17 +600,3 @@ Field Lists some text :Field List 2: Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor - -Error Handling -============== - -Any errors caught during processing will generate system messages. - -|*** Expect 6 errors (including this one). ***| - -There should be six messages in the following, auto-generated -section, "Docutils System Messages": - -.. section should be added by Docutils automatically - -demo.rst from: http://docutils.sourceforge.net/docs/user/rst/demo.txt