Skip to content

Commit

Permalink
fixed docs compilation errors
Browse files Browse the repository at this point in the history
  • Loading branch information
adbar committed Jul 29, 2020
1 parent 2ace059 commit 1547051
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 11 deletions.
8 changes: 4 additions & 4 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -190,14 +190,14 @@ optional arguments:
-v, --verbose increase output verbosity
-f, --fast fast mode: disable extensive search
--original original date prioritized
-min MINDATE, --mindate MINDATE
-min, --mindate MINDATE
earliest acceptable date (YYYY-MM-DD)
-max MAXDATE, --maxdate MAXDATE
-max, --maxdate MAXDATE
latest acceptable date (YYYY-MM-DD)
-i INPUTFILE, --inputfile INPUTFILE
-i, --inputfile INPUTFILE
name of input file for batch processing (similar to
wget -i)
-u URL, --URL URL custom URL download
-u, --URL URL custom URL download

The batch mode ``-i`` takes one URL per line as input and returns one result per line in tab-separated format:

Expand Down
4 changes: 1 addition & 3 deletions docs/corefunctions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,7 @@ Useful internal functions

.. autofunction:: htmldate.extractors.custom_parse

.. autofunction:: htmldate.extractors.regex_parse_de

.. autofunction:: htmldate.extractors.regex_parse_en
.. autofunction:: htmldate.extractors.regex_parse

.. autofunction:: htmldate.extractors.extract_url_date

Expand Down
8 changes: 4 additions & 4 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -187,14 +187,14 @@ For usage instructions see ``htmldate -h``:
-v, --verbose increase output verbosity
-f, --fast fast mode: disable extensive search
--original original date prioritized
-min MINDATE, --mindate MINDATE
-min, --mindate MINDATE
earliest acceptable date (YYYY-MM-DD)
-max MAXDATE, --maxdate MAXDATE
-max, --maxdate MAXDATE
latest acceptable date (YYYY-MM-DD)
-i INPUTFILE, --inputfile INPUTFILE
-i, --inputfile INPUTFILE
name of input file for batch processing (similar to
wget -i)
-u URL, --URL URL custom URL download
-u, --URL URL custom URL download
The batch mode ``-i`` takes one URL per line as input and returns one result per line in tab-separated format:

Expand Down

0 comments on commit 1547051

Please sign in to comment.