# HG changeset patch # User Victor Nicolae # Date 1513063774 -7200 # Node ID 06abef9932304cf3ec5f094e2f45a6486c731bfd # Parent cf12f8c7838e38aa36db1fa52dcf1e68c1d66e23 Revise documentation formatting. diff -r cf12f8c7838e -r 06abef993230 README.rst --- a/README.rst Tue Dec 12 09:27:57 2017 +0200 +++ b/README.rst Tue Dec 12 09:29:34 2017 +0200 @@ -24,7 +24,7 @@ Installation ------------ -The easiest way to install this module is from the python package index using pip: +The easiest way to install this module is from the python package index using pip:: pip install scc_access @@ -63,13 +63,13 @@ If you want to wait for the processing to finish and download the resulting files you need to define the -p flag:: - scc_access.py 20110101po01.nc 125 -p + scc_access 20110101po01.nc 125 -p If you want to delete an existing measurement id from the database use the -d flag and the measurement id:: - scc_access.py -d 20110101po01 + scc_access -d 20110101po01 For more information on the syntax type:: - scc_access.py -h + scc_access -h