Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix to 90519fc6e132bd (moved paragraph to end of section). | Redstreet | 2014-07-03 | 1 | -5/+4 |
| | |||||
* | Updated out of date value expression section in the documentation. | Redstreet | 2014-07-03 | 1 | -22/+75 |
| | |||||
* | Document --values | Martin Michlmayr | 2014-06-30 | 1 | -1/+2 |
| | |||||
* | Document --unrealized | Martin Michlmayr | 2014-06-30 | 1 | -1/+2 |
| | |||||
* | Fix minor typo | thdox | 2014-06-22 | 1 | -2/+2 |
| | |||||
* | Fix minor formatting issue | Martin Michlmayr | 2014-06-06 | 1 | -1/+1 |
| | |||||
* | Improve consistency regarding options | Martin Michlmayr | 2014-06-06 | 1 | -1/+1 |
| | | | | | Use --exchange for both cases to avoid confusion for those who don't know that --exchange and -X are the same. | ||||
* | Document --exchange COMMODITY1:COMMODITY2 syntax. | Bradley M. Kuhn | 2014-06-05 | 1 | -1/+21 |
| | | | | | It appears this syntax does indeed work as described in this change, but the feature was not previously documented herein. | ||||
* | Improve backwards compatibility with ledger2 | Martin Michlmayr | 2014-05-30 | 1 | -4/+2 |
| | | | | | | | This brings some single character format strings in line with what they actually meant in ledger2. Bug fix for #755 | ||||
* | Remove character that wasn't displayed in ledger2 | Martin Michlmayr | 2014-05-30 | 1 | -1/+1 |
| | |||||
* | Fix python example so it runs | Ryan Nowakowski | 2014-05-15 | 1 | -2/+2 |
| | |||||
* | document payee uuid subdirective | Christophe Rhodes | 2014-05-13 | 1 | -3/+13 |
| | |||||
* | Fix @node pointer errors | Jamie Nguyen | 2014-04-27 | 1 | -11/+11 |
| | | | | | Unfortunately, you cannot reliably use periods, commas, or colons within a node name; these can confuse the Info reader. | ||||
* | finished first proof-reading of ledger manual | Peter Feigl | 2014-03-14 | 1 | -58/+57 |
| | |||||
* | proof-reading the manual | Peter Feigl | 2014-03-14 | 1 | -120/+123 |
| | |||||
* | fixing typos and smaller errors in the ledger manual | Peter Feigl | 2014-03-10 | 1 | -107/+112 |
| | |||||
* | Fixing typos in documentation | Peter Feigl | 2014-03-05 | 1 | -34/+35 |
| | |||||
* | Merge commit '4966c7f' into update-docs | Peter Feigl | 2014-03-04 | 1 | -29/+29 |
|\ | |||||
| * | Fixing typos, adding @c input:validate to code examples | Peter Feigl | 2014-03-04 | 1 | -29/+29 |
| | | |||||
* | | removing two new test cases that fail on travis. cannot reproduce failure | Peter Feigl | 2014-03-04 | 1 | -6/+6 |
|/ | |||||
* | Added support for validation tests to DocTest.py (input:validate and | Peter Feigl | 2014-03-04 | 1 | -166/+203 |
| | | | | | | | | | | | | | | command:validate) It is now possible to use @smallexample @c input:validate (and command:validate) to specify that an example should just be read by ledger (and checked for errors) or that a ledger command should be executed (with default input -f sample.dat, if none is specified). These annotations have been added into ledger3.texi where appropriate. Running the ledger3.texi test now takes a second or two, but a lot of the @smallexamples are now automatically tested. | ||||
* | Merge pull request #251 from ecraven/update-docs | Craig Earls | 2014-03-03 | 1 | -27/+88 |
|\ | | | | | | | | | first changes in adding more testable examples to ledger3.texi These look good. Could you put a brief explanation somewhere (not necessarily in ledger3.texi) on how to generate new tests? I should probably know where the command and input id numbers come from, but I don't. | ||||
| * | first changes in adding more testable examples to ledger3.texi | Peter Feigl | 2014-03-03 | 1 | -27/+88 |
| | | |||||
* | | Adding documentation of options to man-page from manual. Fixing a few minor ↵ | Peter Feigl | 2014-02-27 | 1 | -25/+28 |
|/ | | | | typos and mistakes. | ||||
* | Adding option --no-aliases to completely disable alias expansion | Peter Feigl | 2014-02-26 | 1 | -0/+5 |
| | |||||
* | Adding option --recursive-aliases, adding documentation to man-page and manual | Peter Feigl | 2014-02-26 | 1 | -2/+8 |
| | |||||
* | Adding support for recursive aliases. | Peter Feigl | 2014-02-25 | 1 | -1/+14 |
| | | | | | | | | | | | Alias expansion is now a loop. If you define alias A=B:A alias B=C:B then A will expand to C:B:A. Also added a short section to the manual about this. | ||||
* | Fixing typo: test sweet -> test suite | Luke Williams | 2014-02-23 | 1 | -1/+1 |
| | |||||
* | DocTests: Allow inline input to be used with different example commands | Alexis Hildebrandt | 2014-02-19 | 1 | -20/+69 |
| | |||||
* | DocTests: Allow multiple example inputs | Alexis Hildebrandt | 2014-02-19 | 1 | -3/+10 |
| | | | | to be used as single ledger data for an example command | ||||
* | Implicit logical and is really a logical or | Matijs van Zuijlen | 2014-02-17 | 1 | -1/+1 |
| | |||||
* | Merge pull request #241 from afh/pull/spelling | Craig Earls | 2014-02-09 | 1 | -2/+2 |
|\ | | | | | | | | | Correct minor spelling mistakes and improve spellcheck.sh Awesome. | ||||
| * | Correct spelling mistakes | Alexis Hildebrandt | 2014-02-07 | 1 | -2/+2 |
| | | |||||
* | | Add explanation on how to validate documentation examples | Alexis Hildebrandt | 2014-02-09 | 1 | -0/+61 |
| | | | | | | by specially marking @smallexample, which will be used by DocTests.py | ||||
* | | Add support to check documentation examples with inline data | Alexis Hildebrandt | 2014-02-07 | 1 | -25/+33 |
| | | |||||
* | | Check examples in documentation when running tests | Alexis Hildebrandt | 2014-02-07 | 1 | -23/+52 |
|/ | | | | | 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. | ||||
* | Bump copyright notice to 2014 in the documentation | Alexis Hildebrandt | 2014-02-04 | 1 | -1/+1 |
| | |||||
* | Commodity column in default CSV format should match the displayed amount | Steve Purcell | 2014-01-06 | 1 | -2/+2 |
| | | | | | | | | 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. | ||||
* | Fix reference to old pattern negation syntax | Alan Berndt | 2013-09-24 | 1 | -1/+1 |
| | |||||
* | Remove reference to depricated ! operator in Chapt 4 | Wes Cravens | 2013-09-08 | 1 | -3/+3 |
| | |||||
* | Corrected discrepancies between documentation and drewr3.dat regarding apply ↵ | Craig Earls | 2013-09-07 | 1 | -1/+1 |
| | | | | and bucket | ||||
* | @itemx shoud be after an @item | Rémi Vanicat | 2013-06-26 | 1 | -1/+1 |
| | |||||
* | Copy information from doc/NEWS to doc/ledger3.texi. | thdox | 2013-06-03 | 1 | -34/+50 |
| | | | | Correct the documentation about '-s' that has no effect on bal command. | ||||
* | Improve documentation about differences between ledger 2.6 and ledger 3.0. | thdox | 2013-06-01 | 1 | -1/+26 |
| | | | | GnuCash support removed, environment variables deprecated. | ||||
* | Fix bug #855 | thdox | 2013-06-01 | 1 | -0/+14 |
| | |||||
* | Add "ledger convert file.csv" and "hledger -f file.csv print". | thdox | 2013-05-20 | 1 | -7/+10 |
| | | | | Add url for "csv2ledger" tools | ||||
* | Add documentation for Payee metadata tag | thdox | 2013-05-20 | 1 | -1/+43 |
| | |||||
* | Mainly moving @code to @samp when relevant (when valued example) | thdox | 2013-05-20 | 1 | -210/+208 |
| | |||||
* | The programs (like ledger, gnuplot, report, head, getquote) have been | thdox | 2013-05-20 | 1 | -37/+36 |
| | | | | surrounded by @file{}. | ||||
* | Rename section "Reporting Commands" to "Basic Reporting Commands" as chapter ↵ | thdox | 2013-05-20 | 1 | -44/+37 |
| | | | | | | | | | | "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. |