From 0fec1b875167902a14a1c88e0bb05c29a6716e65 Mon Sep 17 00:00:00 2001 From: anthonydb Date: Wed, 9 Mar 2016 22:50:45 -0700 Subject: [PATCH] Doc formatting. --- docs/database.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/database.rst b/docs/database.rst index 5f68ea8..6b3417a 100644 --- a/docs/database.rst +++ b/docs/database.rst @@ -51,7 +51,7 @@ If you're coming back to an old database, or you forgot to dump the CSV while th Updating database contents -------------------------- -The API response to a DocumentCloud upload does not include an actual value for `pages` or `file_hash`. These are calculated as part of DocumentCloud's processing of the document. Once your documents are finished processing, you can use pneumatic to go back and retrieve those values with the ``update_processed_files`` method. +The API response to a DocumentCloud upload does not include an actual value for ``pages`` or ``file_hash``. These are calculated as part of DocumentCloud's processing of the document. Once your documents are finished processing, you can use pneumatic to go back and retrieve those values with the ``update_processed_files`` method. You can use the method within a current session, which will update the database active in the session, or you can pass in the name of any other database file pneumatic created. @@ -70,5 +70,5 @@ To come back to an older database and process it: uploader = DocumentCloudUploader('person@example.com', 'your-password') uploader.update_processed_files('path/to/file.db') -Currently, only `title`, `pages` and `file_hash` are updated. +Currently, only ``title``, ``pages`` and ``file_hash`` are updated.