From df2b25a81bc870eeb7cc9000ccfe02e540bbd988 Mon Sep 17 00:00:00 2001 From: Aaron Carlisle Date: Wed, 15 Mar 2017 00:41:02 -0400 Subject: [PATCH] Demodocs: Remove duplicate field list 2 --- demo_docs/source/demo.rst | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/demo_docs/source/demo.rst b/demo_docs/source/demo.rst index d79cd194..426943d7 100644 --- a/demo_docs/source/demo.rst +++ b/demo_docs/source/demo.rst @@ -195,19 +195,6 @@ Term : classifier Term Definition -Field Lists ------------ - -:what: Field lists map field names to field bodies, like database - records. They are often part of an extension syntax. They are - an unambiguous variant of RFC 2822 fields. - -:how arg1 arg2: - - The field marker is a colon, the field name, and a colon. - - The field body may contain one or more body elements, indented - relative to the field marker. Option Lists ------------