doc: regenerate doc files

This commit is contained in:
Simon Michael 2017-03-27 05:12:03 -07:00
parent b56799d209
commit 59704dcb6b
13 changed files with 250 additions and 239 deletions

View File

@ -1,4 +1,4 @@
This is hledger-api.1.info, produced by makeinfo version 5.2 from stdin.
This is hledger-api.1.info, produced by makeinfo version 6.0 from stdin.

File: hledger-api.1.info, Node: Top, Next: OPTIONS, Up: (dir)

View File

@ -1,4 +1,4 @@
This is hledger_csv.5.info, produced by makeinfo version 5.2 from stdin.
This is hledger_csv.5.info, produced by makeinfo version 6.0 from stdin.

File: hledger_csv.5.info, Node: Top, Next: CSV RULES, Up: (dir)

View File

@ -1,4 +1,4 @@
This is hledger_journal.5.info, produced by makeinfo version 5.2 from
This is hledger_journal.5.info, produced by makeinfo version 6.0 from
stdin.


View File

@ -730,6 +730,7 @@ EDITOR SUPPORT
These were written with Ledger in mind, but also work with hledger
files:
Emacs http://www.ledger-cli.org/3.0/doc/ledger-mode.html
Vim https://github.com/ledger/ledger/wiki/Get-
ting-started

View File

@ -1,4 +1,4 @@
This is hledger_timeclock.5.info, produced by makeinfo version 5.2 from
This is hledger_timeclock.5.info, produced by makeinfo version 6.0 from
stdin.


View File

@ -1,4 +1,4 @@
This is hledger_timedot.5.info, produced by makeinfo version 5.2 from
This is hledger_timedot.5.info, produced by makeinfo version 6.0 from
stdin.


View File

@ -1,4 +1,4 @@
This is hledger-ui.1.info, produced by makeinfo version 5.2 from stdin.
This is hledger-ui.1.info, produced by makeinfo version 6.0 from stdin.

File: hledger-ui.1.info, Node: Top, Next: OPTIONS, Up: (dir)

View File

@ -1,4 +1,4 @@
This is hledger-web.1.info, produced by makeinfo version 5.2 from stdin.
This is hledger-web.1.info, produced by makeinfo version 6.0 from stdin.

File: hledger-web.1.info, Node: Top, Next: OPTIONS, Up: (dir)

View File

@ -1,4 +1,4 @@
This is hledger.1.info, produced by makeinfo version 5.2 from stdin.
This is hledger.1.info, produced by makeinfo version 6.0 from stdin.

File: hledger.1.info, Node: Top, Next: EXAMPLES, Up: (dir)

View File

@ -282,6 +282,7 @@ OPTIONS
format automatically based on the file extension, or if that is not
recognised, by trying each built-in "reader" in turn:
Reader: Reads: Used for file extensions:
-----------------------------------------------------------------------------
journal hledger's journal format, also .journal .j .hledger
@ -319,6 +320,7 @@ OPTIONS
Examples:
2009/1/1, 2009/01/01, simple dates, several sep-
2009-1-1, 2009.1.1 arators allowed
2009/1, 2009 same as above - a missing
@ -330,10 +332,11 @@ OPTIONS
this month the 1st of the current
month
this week the most recent monday
last week the monday of the week
before this one
lastweek spaces are optional
today, yesterday, tomorrow
Report start & end date
@ -351,6 +354,7 @@ OPTIONS
Examples:
-b 2016/3/17 begin on St. Patrick's
day 2016
-e 12/1 end at the start of decem-
@ -390,6 +394,7 @@ OPTIONS
long as you don't run two dates together. "to" can also be written as
"-". These are equivalent to the above:
-p "2009/1/1 2009/4/1"
-p2009/1/1to2009/4/1
-p2009/1/1-2009/4/1
@ -397,6 +402,7 @@ OPTIONS
Dates are smart dates, so if the current year is 2009, the above can
also be written as:
-p "1/1 4/1"
-p "january-apr"
-p "this year to 4/1"
@ -404,6 +410,7 @@ OPTIONS
If you specify only one date, the missing start or end date will be the
earliest or latest transaction in your journal:
-p "from 2009/1/1" everything after january
1, 2009
-p "from 2009/1" the same
@ -414,6 +421,7 @@ OPTIONS
A single date with no "from" or "to" defines both the start and end
date like so:
-p "2009" the year 2009; equivalent
to "2009/1/1 to 2010/1/1"
-p "2009/1" the month of jan; equiva-
@ -428,6 +436,7 @@ OPTIONS
-Y flags. Between report interval and start/end dates (if any), the
word in is optional. Examples:
-p "weekly from 2009/1/1 to 2009/4/1"
-p "monthly in 2008"
-p "quarterly"
@ -438,6 +447,7 @@ OPTIONS
Examples:
-p "bimonthly from 2008"
-p "every 2 weeks"
-p "every 5 days from 1/3"