summaryrefslogtreecommitdiff
path: root/doc/ledger3.texi
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | Make consistent the syntax of "command-line"thdox2015-01-201-47/+47
| | |/ | |/| | | | | | | And other typos fixes
* / | [doc] Fix broken cross reference to test typesAlexis Hildebrandt2015-01-201-15/+9
|/ / | | | | | | [ci skip]
* / [doc] Use Ledger_VERSION_* make variables for versionAlexis Hildebrandt2015-01-201-1/+2
|/ | | [ci skip]
* [doc] Add documentation on running and writing testsAlexis Hildebrandt2015-01-151-1/+92
| | | | | | | Minor wording edit [ci skip] Signed-off-by: Alexis Hildebrandt <afh@surryhill.net>
* [doc] Add CheckTests to ctestAlexis Hildebrandt2015-01-151-267/+270
| | | | | | | to check whether all available ledger options documented and are being tested. Signed-off-by: Alexis Hildebrandt <afh@surryhill.net>
* Merge remote-tracking branch 'refs/remotes/ledger/master' into nextSteve Purcell2015-01-141-1/+1
|\
| * Typo in the manual: "legder"aleksejrs2015-01-141-1/+1
| |
* | [tests] Fix new DocTest A9349E4Alexis Hildebrandt2015-01-101-7/+8
| |
* | [tests] Validate another example in the manualAlexis Hildebrandt2015-01-101-17/+12
|/
* [doc] Minor typographical and error correctionsAlexis Hildebrandt2015-01-051-3/+3
| | | | [ci skip]
* [doc] Bump Ledger version to 3.1Alexis Hildebrandt2015-01-051-1/+1
| | | | | | | | | | | | | | | | | | | It would be great to use texinfo variables to set the current Ledger version, e.g. @value{Ledger_VERSION_MAJOR} and pass the CMake variables to texi2pdf via --command='@set Ledger_VERSION_MAJOR ${Ledger_VERSION_MAJOR}'. Unfortunately texi2pdf will err with: Argument of @parseargline has an extra }. <inserted text> @par <to be read again> } @\subtitle ...epage {@subtitlefont @rightline {#1} } l.153 @subtitle For Version @value{Ledger_VERSION_MAJOR} of Ledger [ci skip]
* [doc] Update explanation for validating doc examplesAlexis Hildebrandt2015-01-051-5/+4
|
* [doc] Bump copyright notice to 2015Alexis Hildebrandt2015-01-051-1/+1
| | | | [ci skip]
* [doc] Add whitespace to separate debug optionsAlexis Hildebrandt2015-01-051-0/+2
| | | | | | better from one another in the item list [ci skip]
* [doc] Update list of debug codesAlexis Hildebrandt2015-01-051-24/+25
| | | | | | | using ag --nogroup '^[ ]*debug\(' | cut -d '"' -f2 | sort -u | column [ci skip]
* Indented with Emacs: M-x fill-paragraphthdox2014-12-221-124/+138
|
* Document that buffer names should use @file{} keywordthdox2014-12-221-1/+1
|
* M-x delete-trailing-whitespacethdox2014-12-221-35/+35
|
* Fixes for consistencythdox2014-12-221-3/+3
|
* pxref already contains "see"thdox2014-12-221-3/+3
|
* query is a commandthdox2014-12-221-1/+1
|
* Minor fix: double spacesthdox2014-12-221-9/+9
|
* fix minor typothdox2014-12-221-1/+1
|
* Fix typo in docsSteve Purcell2014-12-151-1/+1
|
* Fix and re-enable DocTestsAlexis Hildebrandt2014-11-291-1/+1
|
* Update ledger3.teximyqlarson2014-10-201-4/+4
| | | Improved wording
* Update ledger3.teximyqlarson2014-10-201-5/+5
| | | Fixed typos and clarified CSV import behaviour with regard to column headers (I haven't checked the code, but I noticed the programme behaves this way).
* Fix numbers from exampleMartin Michlmayr2014-10-171-2/+2
| | | | Thanks to Dominik Honnef.
* Typo fixMartin Michlmayr2014-10-171-1/+1
| | | | Thanks to Dominik Honnef for spotting it.
* Fix texinfo syntax errorsMartin Michlmayr2014-10-121-5/+3
| | | | | | | | Fix the following texinfo syntax errors: ledger/doc/ledger3.texi:7878: @itemx must follow @item ledger/doc/ledger3.texi:7939: @itemx must follow @item ledger/doc/ledger3.texi:7944: @itemx must follow @item
* Fix to 90519fc6e132bd (moved paragraph to end of section).Redstreet2014-07-031-5/+4
|
* Updated out of date value expression section in the documentation.Redstreet2014-07-031-22/+75
|
* Document --valuesMartin Michlmayr2014-06-301-1/+2
|
* Document --unrealizedMartin Michlmayr2014-06-301-1/+2
|
* Fix minor typothdox2014-06-221-2/+2
|
* Fix minor formatting issueMartin Michlmayr2014-06-061-1/+1
|
* Improve consistency regarding optionsMartin Michlmayr2014-06-061-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. Kuhn2014-06-051-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 ledger2Martin Michlmayr2014-05-301-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 ledger2Martin Michlmayr2014-05-301-1/+1
|
* Fix python example so it runsRyan Nowakowski2014-05-151-2/+2
|
* document payee uuid subdirectiveChristophe Rhodes2014-05-131-3/+13
|
* Fix @node pointer errorsJamie Nguyen2014-04-271-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 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
|/