doc fixes

This commit is contained in:
Nick Hilton 2016-02-20 12:15:01 -08:00
parent 35ccf304c3
commit 89cefaa2aa
1 changed files with 3 additions and 2 deletions

View File

@ -103,13 +103,14 @@ Suppose there is a dir containing some photos:
20160109_152414.jpg 20160109_152414.jpg
20160109_153443.jpg 20160109_153443.jpg
These photos haven't been ranked yet, so lets ranking, 1 round: These photos haven't been ranked yet, so lets rank them, in this example, 1
round:
.. code-block:: bash .. code-block:: bash
./rank_photos.py -r 1 ~/Desktop/example/ ./rank_photos.py -r 1 ~/Desktop/example/
Once the number of rounds completes, the ranked list is dumped to the console: Once the number of rounds complete, the ranked list is dumped to the console:
.. code-block:: bash .. code-block:: bash