From 729861c8644b0ec3b21dd2b4d2ba15952e274197 Mon Sep 17 00:00:00 2001 From: Elias Dorneles Date: Thu, 26 Mar 2015 15:31:42 -0300 Subject: [PATCH] fixing indentation --- docs/intro/overview.rst | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/docs/intro/overview.rst b/docs/intro/overview.rst index 65b26613d..395e1227c 100644 --- a/docs/intro/overview.rst +++ b/docs/intro/overview.rst @@ -97,24 +97,24 @@ requested in the command line. storage backend (FTP or `Amazon S3`_, for example). You can also write an :ref:`item pipeline ` to store the items in a database. -The data in the file will look like this (note: formatted for easier reading):: +The data in the file will look like this (note: reformatted for easier reading):: [{ - "body": "... LONG HTML HERE ...", - "link": "http://stackoverflow.com/questions/11227809/why-is-processing-a-sorted-array-faster-than-an-unsorted-array", - "tags": ["java", "c++", "performance", "optimization"], - "title": "Why is processing a sorted array faster than an unsorted array?", - "votes": "9924" - }, - { - "body": "... LONG HTML HERE ...", - "link": "http://stackoverflow.com/questions/1260748/how-do-i-remove-a-git-submodule", - "tags": ["git", "git-submodules"], - "title": "How do I remove a Git submodule?", - "votes": "1764" - }, - ...] + "body": "... LONG HTML HERE ...", + "link": "http://stackoverflow.com/questions/11227809/why-is-processing-a-sorted-array-faster-than-an-unsorted-array", + "tags": ["java", "c++", "performance", "optimization"], + "title": "Why is processing a sorted array faster than an unsorted array?", + "votes": "9924" + }, + { + "body": "... LONG HTML HERE ...", + "link": "http://stackoverflow.com/questions/1260748/how-do-i-remove-a-git-submodule", + "tags": ["git", "git-submodules"], + "title": "How do I remove a Git submodule?", + "votes": "1764" + }, + ...] .. _topics-whatelse: