Craig Earls
c59aadaace
Merge pull request #241 from afh/pull/spelling
...
Correct minor spelling mistakes and improve spellcheck.sh
Awesome.
2014-02-09 11:32:44 -07:00
Alexis Hildebrandt
a2f86c85df
Add explanation on how to validate documentation examples
...
by specially marking @smallexample, which will be used by DocTests.py
2014-02-09 07:54:27 +01:00
Alexis Hildebrandt
a1cc8ca15a
Add support to check documentation examples with inline data
2014-02-07 18:39:35 +01:00
Alexis Hildebrandt
c73ba9d075
Correct spelling mistakes
2014-02-07 00:23:22 +01:00
Alexis Hildebrandt
fbbb379fe0
Check examples in documentation when running tests
...
The DocTests.py script will parse a given texinfo file for specially
marked examples, run the ledger command from the example, and check
the result against the example output from the documentation.
2014-02-07 00:21:38 +01:00
Alexis Hildebrandt
df9771f7a9
Bump copyright notice to 2014 in the documentation
2014-02-04 21:58:03 +01:00
Craig Earls
af84005a52
Backed out recent changes that broke the complete cycling behavior.
2014-01-07 13:25:07 -07:00
Steve Purcell
d7742cd654
Commodity column in default CSV format should match the displayed amount
...
If one uses --exchange to force CSV display amounts into a particular
currency, then the commodity output column should match that currency.
Without this patch, the commodity column contains the original
commodity, not the commodity for the exported amount.
2014-01-06 17:37:04 +00:00
4ourbit
316b1b7cfe
Plugging ledger pcomplete into completion-at-point.
...
Added documentation on how to use pcomplete transparently via completion-at-point.
2014-01-01 22:00:26 +01:00
Rémi Vanicat
665279896d
Correction of docs on Scheduling Transactions
2013-11-26 13:15:12 +01:00
Craig Earls
1db0b0892c
Merge branch 'master' into ledger-mode-automatic-transactions
2013-11-06 08:48:54 -07:00
Johann Klähn
de5cc27914
install texinfo files
2013-10-23 22:14:25 +02:00
Craig Earls
52228e7cc1
Merge branch 'master' into ledger-mode-automatic-transactions
2013-10-02 07:43:54 -07:00
Alan Berndt
b23616abc0
Fix reference to old pattern negation syntax
2013-09-24 12:54:32 -07:00
John Wiegley
36ea8a4fba
Merge pull request #211 from mneilsen/master
...
Update ledger-mode's "Quick Installation" docs
2013-09-23 03:50:52 -07:00
Simon Michael
2b0aa798f1
delete obsolete ledger.texi. Down with cruft!
2013-09-21 12:02:47 -07:00
Mike Neilsen
5bd97a9dbd
Update ledger-mode's "Quick Installation" docs
...
* Change quote character to '
* Fix indentation
* Load "ledger-mode" rather than "ldg-new"
2013-09-21 09:54:49 -05:00
Craig Earls
bee6605e08
Merge branch 'master' into ledger-mode-automatic-transactions
2013-09-20 07:26:44 -07:00
Wes Cravens
2bf852be94
Remove reference to depricated ! operator in Chapt 4
2013-09-08 04:16:47 -05:00
Craig Earls
9a142ca656
Corrected discrepancies between documentation and drewr3.dat regarding apply and bucket
2013-09-07 10:17:46 -07:00
Craig Earls
1356a1f2c0
Schedule documentation update
2013-07-02 14:25:58 -07:00
Rémi Vanicat
affb373c0a
@itemx shoud be after an @item
2013-06-26 16:17:54 +02:00
thdox
cc3353d5b8
Copy information from doc/NEWS to doc/ledger3.texi.
...
Correct the documentation about '-s' that has no effect on bal command.
2013-06-03 22:38:07 +02:00
thdox
d56f9c4032
Improve documentation about differences between ledger 2.6 and ledger 3.0.
...
GnuCash support removed, environment variables deprecated.
2013-06-01 18:01:19 +02:00
thdox
079ed363dd
Fix bug #855
2013-06-01 14:01:06 +02:00
thdox
9098ae76c9
Add "ledger convert file.csv" and "hledger -f file.csv print".
...
Add url for "csv2ledger" tools
2013-05-20 23:23:44 +02:00
thdox
8f127291e5
Add documentation for Payee metadata tag
2013-05-20 23:23:44 +02:00
thdox
11befb67aa
Mainly moving @code to @samp when relevant (when valued example)
2013-05-20 23:23:44 +02:00
thdox
43fed282a0
The programs (like ledger, gnuplot, report, head, getquote) have been
...
surrounded by @file{}.
2013-05-20 23:23:44 +02:00
thdox
9c2820214b
Rename section "Reporting Commands" to "Basic Reporting Commands" as chapter "Reporting Commands" already exists.
...
Rename to "Report filtering", "Output customization", "Commodity reporting". Second word is lowercase as exact same subsection exists with uppercase. Not a proper fix, but the quickest I found.
Rename from "Example Journal File: drewr.dat" to "Example Journal File" as makeinfo does not like ':' in titles.
Fix some old naming of cross references.
2013-05-20 23:23:44 +02:00
thdox
71e98ef622
Texinfo: Update every node with C-c C-u C-e
2013-05-20 23:23:44 +02:00
thdox
26ff6539cf
Rename @code{--option} to @option{--option}
...
Rename @code{-Q} to @option{--download (-Q)}. The reasoning is that the reader of the manual is a newcomer, and as a newcomer --download is more self-explicit compared to a cryptic single letter. But information is kept for advanced user who can still exercise their mastery with cryptic things.
Fix short option -Z (and not -L) for --price-exp
Fix "@section Balance format" (as @option in title is causing issues with makeinfo).
Fix consistency of @option{--option @var{VAR}} by adding systematically @var{VAR}.
Add period at end of sentences.
2013-05-20 23:23:44 +02:00
thdox
52428eedd4
Add some @cindex for commands. Fix @command{transaction} to @command{xact}.
2013-05-20 23:23:44 +02:00
thdox
ff90cb38db
Move Ledger CLI command to @command. Also, fix commas in section title (makeinfo does not like that).
2013-05-20 23:23:44 +02:00
thdox
78538acc48
Fix warning from makeinfo compilation.
2013-05-20 23:23:44 +02:00
thdox
a206a9c797
Move @code to @samp when relevant for section Date and Time Format Codes
2013-05-20 23:23:44 +02:00
thdox
1fbdddb9dc
Minor modifications, to fix bad display in TeX output
2013-05-20 23:23:43 +02:00
thdox
9c5bc8f92d
Review of Babel section. Move to Babel name according to new naming.
2013-05-20 23:23:43 +02:00
thdox
bd4c264f49
Add some "@c TODO" things to do later
2013-05-20 23:23:43 +02:00
thdox
2b669a791e
add missing @smallexample
2013-05-20 23:23:43 +02:00
thdox
1e1275d25b
Insert some spacing
2013-05-20 23:23:43 +02:00
thdox
3e95bdd43f
Some minor reformatting
2013-05-20 23:23:43 +02:00
thdox
e19693e7e9
M-x delete-trailing-whitespace
2013-05-01 18:58:18 +02:00
thdox
0509bb136a
Add @var{FORMAT_STRING} where missing
2013-05-01 16:29:00 +02:00
thdox
8171165a6c
For consistency, do not put on same @item two options that are
...
different (even if very close in purpose).
2013-05-01 16:28:11 +02:00
thdox
d681b1fb83
Add TODO keyword where there are still menu entries to describe
2013-05-01 16:01:09 +02:00
thdox
81ca614ec6
Add description for menu items related to Sort
2013-05-01 16:00:28 +02:00
thdox
ae69ae5c64
Consistency on regex spelling
2013-05-01 15:25:32 +02:00
thdox
2353507e9f
Added Copying Transaction section
...
Consistency of Minibuffer spelling
Improved Add Transaction section
Renamed xact to transaction
Renamed old menu entry from "Hide Xacts" to "Narrow to Regex"
Calc surrounded with @command
2013-05-01 15:24:49 +02:00
thdox
0c011b94e5
Fix "copying" section to use best practises like in LaTeX, GDB or Texinfo manuals
2013-05-01 12:03:06 +02:00