Skip to content

Commit

Permalink
added improved commandline documentation to the readme. Fixes #14
Browse files Browse the repository at this point in the history
  • Loading branch information
deborahgu committed Nov 1, 2017
1 parent c0f4be0 commit 5517820
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 3 deletions.
23 changes: 21 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Requirements

* Python 3
* If running epubcheck, a Java Runtime environment
* If running DAISY Ave, Node.js
* If running DAISY Ace, Node.js

Usage
=====
Expand All @@ -53,7 +53,26 @@ From the shell:

.. code:: bash
python bin/create_epub.py styleliterarymet00cadb
abbyy2epub docname # See *Assumptions* below.
The available command line arguments are:

..code:: bash

usage: abbyy2epub [-h] [-d] [--epubcheck] [--ace] docname

Process an ABBYY file into an EPUB

positional arguments:
docname A directory containing all the necessary files. See the README
for details.

optional arguments:
-h, --help show this help message and exit
-d, --debug Show debugging information
--epubcheck Run EpubCheck on the newly created EPUB
--ace Run DAISY Ace on the newly created EPUB


System dependencies
===================
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ pillow==4.2.1
PyExecJs>=1.4.1
pytest>=3.2.2
numeral>=0.1.0.11
six==10.0.0
six==1.10.0
sphinx>=1.6.0
sphinx-autobuild

0 comments on commit 5517820

Please sign in to comment.