From a36d6033949a66447ae65c9ec793151a4f88a768 Mon Sep 17 00:00:00 2001 From: abrahamvarricatt Date: Wed, 3 Jun 2015 22:41:55 +0530 Subject: [PATCH] Adding an example for RST format --- docs/quickstart.rst | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/docs/quickstart.rst b/docs/quickstart.rst index ef5256c2..cf2c1967 100644 --- a/docs/quickstart.rst +++ b/docs/quickstart.rst @@ -46,6 +46,21 @@ text editor to create your first article with the following content:: Given that this example article is in Markdown format, save it as ``~/projects/yoursite/content/keyboard-review.md``. +Alternatively, here is the same article in reStructuredText format:: + + ############### + My First Review + ############### + + :date: 2010-12-03 10:20 + :category: Review + :author: your_name + :summary: first review on site. + + Following is a review of my favorite mechanical keyboard. + +Save the file as ``~/projects/yoursite/content/keyboard-review.rst``. + Generate your site ------------------