From eb546c18e1956c9934873d89587409952c24466d Mon Sep 17 00:00:00 2001 From: Aaron Date: Thu, 9 Mar 2017 20:10:42 -0500 Subject: [PATCH] Demodocs: add centered directive --- demo_docs/source/demo.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/demo_docs/source/demo.rst b/demo_docs/source/demo.rst index 7cfbefe0..22ec5a06 100644 --- a/demo_docs/source/demo.rst +++ b/demo_docs/source/demo.rst @@ -434,6 +434,13 @@ An example of the "contents" directive can be seen above this section (a local, untitled table of contents_) and at the beginning of the document (a document-wide `table of contents`_). +Centered text +````````````` + +You can create a statement with centered text with ``.. centered::`` + +.. centered:: This is centered text! + Images ``````