From 76c0aee1cf6ff31d0420364f096ed75f6472bb96 Mon Sep 17 00:00:00 2001 From: John Evans Date: Thu, 30 May 2013 09:32:01 -0400 Subject: [PATCH] Added spaces between punctuation and rst tokens. --- docs/source/how_do_i.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/source/how_do_i.rst b/docs/source/how_do_i.rst index 7fd19a4..c5a411d 100644 --- a/docs/source/how_do_i.rst +++ b/docs/source/how_do_i.rst @@ -10,11 +10,11 @@ Go to http://github.com/quintusdias/glymur Display metadata? ================= There are two ways. From the unix command line, the script **jp2dump** is -available.:: +available. :: $ jp2dump /path/to/glymur/installation/data/nemo.jp2 -From within Python, it is as simple as printing the Jp2k object, i.e.:: +From within Python, it is as simple as printing the Jp2k object, i.e. :: >>> import pkg_resources >>> from glymur import Jp2k @@ -23,7 +23,7 @@ From within Python, it is as simple as printing the Jp2k object, i.e.:: >>> print(j) The primary emphasis is on JP2 metadata, but it is possible to -display raw codestream as well:: +display just raw codestream as well. This will display metadata present in the +codestream's main header only. :: >>> print(j.get_codestream()) -