summaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
...
| * | Add more terms to glossaryCharles Merriam2014-03-291-1/+15
| | | | | | | | | | | | Cleared up meaning of ‘posting’. Added a few Ledger specific items.
* | | Merge pull request #264 from merriam/masterCraig Earls2014-03-281-0/+14
|\| | | | | | | | | | | | | | Added Glossary Nice. Would it be worth it to add this to the documentation?
| * | Added GlossaryCharles Merriam2014-03-281-0/+14
| | | | | | | | | | | | | | | Wrote a first pass at a glossary, adding only accounting terms to start.
* | | Merge pull request #262 from merriam/masterCraig Earls2014-03-271-64/+0
|\| | | | | | | | A pair of small documentation changes...
| * | Remove doc/READMECharles Merriam2014-03-271-72/+0
| | | | | | | | | | | | | | | Remove obsolete and incorrect README file. Correct information in README.md, one directory up.
| * | Update README to reference README.mdCharles Merriam2014-03-261-10/+18
| | | | | | | | | This older doc/README file is pure text and provides incomplete information compared to the root's README.md markdown file. I copied over some introductory verbiage and added cross references to that file.
* | | Fix man page typoJamie Nguyen2014-03-231-1/+1
| | |
* | | finished first proof-reading of ledger manualPeter Feigl2014-03-141-58/+57
| | |
* | | proof-reading the manualPeter Feigl2014-03-141-120/+123
| | |
* | | fixing typos and smaller errors in the ledger manualPeter Feigl2014-03-101-107/+112
| | |
* | | Fixing typos in documentationPeter Feigl2014-03-051-34/+35
| | |
* | | Merge commit '4966c7f' into update-docsPeter Feigl2014-03-041-29/+29
|\ \ \
| * | | Fixing typos, adding @c input:validate to code examplesPeter Feigl2014-03-041-29/+29
| | | |
* | | | removing two new test cases that fail on travis. cannot reproduce failurePeter Feigl2014-03-041-6/+6
|/ / /
* | | Added support for validation tests to DocTest.py (input:validate andPeter Feigl2014-03-041-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-docsCraig Earls2014-03-031-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.texiPeter Feigl2014-03-031-27/+88
| | | |
* | | | Adding documentation of options to man-page from manual. Fixing a few minor ↵Peter Feigl2014-02-272-55/+446
|/ / / | | | | | | | | | typos and mistakes.
* | | Adding option --no-aliases to completely disable alias expansionPeter Feigl2014-02-262-0/+7
| | |
* | | Adding option --recursive-aliases, adding documentation to man-page and manualPeter Feigl2014-02-262-2/+11
| | |
* | | Adding support for recursive aliases.Peter Feigl2014-02-251-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 suiteLuke Williams2014-02-231-1/+1
| | |
* | | DocTests: Allow inline input to be used with different example commandsAlexis Hildebrandt2014-02-191-20/+69
| | |
* | | DocTests: Allow multiple example inputs Alexis Hildebrandt2014-02-191-3/+10
| | | | | | | | | | | | to be used as single ledger data for an example command
* | | Implicit logical and is really a logical orMatijs van Zuijlen2014-02-171-1/+1
| | |
* | | Merge pull request #241 from afh/pull/spellingCraig Earls2014-02-091-2/+2
|\ \ \ | | | | | | | | | | | | | | | | Correct minor spelling mistakes and improve spellcheck.sh Awesome.
| * | | Correct spelling mistakesAlexis Hildebrandt2014-02-071-2/+2
| | | |
* | | | Add explanation on how to validate documentation examplesAlexis Hildebrandt2014-02-091-0/+61
| | | | | | | | | | | | by specially marking @smallexample, which will be used by DocTests.py
* | | | Add support to check documentation examples with inline dataAlexis Hildebrandt2014-02-071-25/+33
| | | |
* | | | Check examples in documentation when running testsAlexis Hildebrandt2014-02-071-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 documentationAlexis Hildebrandt2014-02-041-1/+1
| | |
* | | Backed out recent changes that broke the complete cycling behavior.Craig Earls2014-01-071-5/+0
| | |
* | | Commodity column in default CSV format should match the displayed amountSteve Purcell2014-01-061-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.
* | | Plugging ledger pcomplete into completion-at-point.4ourbit2014-01-011-0/+5
| | | | | | | | | | | | Added documentation on how to use pcomplete transparently via completion-at-point.
* | | Correction of docs on Scheduling TransactionsRémi Vanicat2013-11-261-5/+9
| | |
* | | Merge branch 'master' into ledger-mode-automatic-transactionsCraig Earls2013-11-061-7/+8
|\ \ \ | | |/ | |/|
| * | install texinfo filesJohann Klähn2013-10-231-7/+8
| | |
* | | Merge branch 'master' into ledger-mode-automatic-transactionsCraig Earls2013-10-024-4114/+6
|\| |
| * | Fix reference to old pattern negation syntaxAlan Berndt2013-09-241-1/+1
| | |
| * | Merge pull request #211 from mneilsen/masterJohn Wiegley2013-09-231-4/+4
| |\ \ | | | | | | | | Update ledger-mode's "Quick Installation" docs
| | * | Update ledger-mode's "Quick Installation" docsMike Neilsen2013-09-211-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | * Change quote character to ' * Fix indentation * Load "ledger-mode" rather than "ldg-new"
| * | | delete obsolete ledger.texi. Down with cruft!Simon Michael2013-09-212-4109/+1
| |/ /
* | | Merge branch 'master' into ledger-mode-automatic-transactionsCraig Earls2013-09-201-4/+4
|\| |
| * | Remove reference to depricated ! operator in Chapt 4Wes Cravens2013-09-081-3/+3
| | |
| * | Corrected discrepancies between documentation and drewr3.dat regarding apply ↵Craig Earls2013-09-071-1/+1
| |/ | | | | | | and bucket
* / Schedule documentation updateCraig Earls2013-07-021-2/+26
|/
* @itemx shoud be after an @itemRémi Vanicat2013-06-261-1/+1
|
* Copy information from doc/NEWS to doc/ledger3.texi.thdox2013-06-031-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.thdox2013-06-011-1/+26
| | | | GnuCash support removed, environment variables deprecated.
* Fix bug #855thdox2013-06-011-0/+14
|