Commit graph

336 commits

Author SHA1 Message Date
thdox
075ac7d4d0 Restoring @code as this is an keyword external to ledger itself. 2015-09-18 22:27:22 +02:00
thdox
3e605f677f For consistency with description of --subtotal that is line 7067. 2015-09-18 20:43:00 +02:00
thdox
76379c4886 Bring back UNDOCUMENTED tag as the CODE has not yet been documented. 2015-09-18 20:34:59 +02:00
Alexis Hildebrandt
36de186879 [doc] Add documentation from manpage to manual 2015-09-17 20:01:33 +02:00
Alexis Hildebrandt
912b5936c2 [doc] Whitespace edit
The end of a sentence should be followed by two spaces

[ci skip]
2015-09-17 20:01:21 +02:00
paulbdavis
357eb615a2 doc for get_at function 2015-09-17 01:24:05 -04:00
thdox
7852881038 Improve documentation for .ledgerrc
See Github pull request #414
2015-08-08 11:59:29 +02:00
thdox
47070b16ef Use @table instead of @multitable
In texinfo documentation, @table is for two-columns, @multitable for
more. Also, the @table produces nicer PDF output.
2015-08-08 11:59:28 +02:00
thdox
7b27eab7db dir- is for directive, feat- for journal feature 2015-08-08 11:59:28 +02:00
thdox
ee284912a9 Add link to Period expressions. 2015-08-08 11:59:28 +02:00
John Wiegley
3c2d228ddc Merge pull request #413 from thdox/command-directives-to-index
Add command directives to concepts and commands indexes.
2015-08-06 13:48:30 -07:00
John Wiegley
81b14e471a Merge remote-tracking branch 'origin/master' into next 2015-08-04 14:55:41 -07:00
John Wiegley
69de980aeb Revert "--depth for register" 2015-08-04 14:54:06 -07:00
John Wiegley
a3e946f90f Merge remote-tracking branch 'origin/master' into next 2015-08-04 14:33:03 -07:00
John Wiegley
fbba9adc16 Merge pull request #216 from johannesgerer/master
--depth for register
2015-08-04 14:23:44 -07:00
Alexis Hildebrandt
54de245a50 [doc] Minor spelling correction
[ci skip]
2015-08-03 13:09:28 +02:00
thdox
0273fbedc6 Add command directives to concepts and commands indexes. 2015-07-31 22:52:04 +02:00
Martin Michlmayr
89c3eaa388 Update documentation to reflect <Rounding> was changed to <Adjustment> 2015-07-30 17:38:38 -04:00
Martin Michlmayr
94d4f5c195 Document --no-revalued 2015-07-28 17:50:13 -04:00
Martin Michlmayr
e65ead2770 Document --explicit 2015-07-28 17:40:05 -04:00
Christian G. Warden
cf993fd077 Fix Total Commodity Price Example
Replace `{$5.00}` with `{$50.00}` to be consistent with the example being presented.

[ci skip]
2015-07-15 16:20:54 -07:00
Martin Michlmayr
de7d8466c0 Fix description of --unrealized-losses 2015-04-23 15:36:35 -04:00
Alexis Hildebrandt
af0da737fc Merge pull request #402 from thdox/documentation
Documentation improvements
2015-02-24 20:42:50 +01:00
thdox
71e77570b7 ledger --help actually prints the man page. 2015-02-24 20:33:55 +01:00
Alexis Hildebrandt
5e6d5e33af Merge pull request #396 from thdox/auto-match
Fix Auto match
2015-02-24 20:27:30 +01:00
thdox
87d938f9c3 Improve documentation for --auto-match option. 2015-02-24 20:23:01 +01:00
thdox
fd8386eb23 Minor documentation consistency fixes about --leeway option. 2015-02-24 20:17:57 +01:00
thdox
5cb3ca04a7 Improve documentation about --version and -v. 2015-02-24 20:17:57 +01:00
thdox
73e3ecc6b8 Fix alignment of cleared-format with 4 spaces as separator. 2015-02-23 23:31:21 +01:00
Alexis Hildebrandt
0b7996ed7c Merge pull request #397 from thdox/fix-test-rich-data
Fix UUID of --rich-data test.
2015-02-23 12:39:01 +01:00
thdox
3c9463214c Improve documentation of --base option. 2015-02-22 18:19:35 +01:00
thdox
af065bbcbe Minor documentation fixes. 2015-02-22 18:19:13 +01:00
thdox
49166d09b7 Fix UUID of --rich-data test. 2015-02-22 16:58:22 +01:00
thdox
2778a24356 Small typo. 2015-02-21 21:25:12 +01:00
thdox
78bf369898 Small typo. 2015-02-21 21:05:31 +01:00
thdox
557ef398e6 Update to be compliant with file & with_file. 2015-02-21 19:41:46 +01:00
thdox
e0f7b637cf Add UUID to rich-data test. 2015-02-21 19:41:36 +01:00
thdox
b2487b8aad Add TODO tag
Because DocTests.py not able (yet?) to handle multi-line ledger
commands.
2015-02-21 19:41:30 +01:00
thdox
a931f0ea33 Add example for --rich-data option.
And add explanation for associated tags.

[ci skip]

Conflicts:
	doc/ledger3.texi
2015-02-21 19:41:23 +01:00
thdox
459f587012 Improve documentation about --rich-data.
Conflicts:
	doc/ledger.1
2015-02-21 19:41:17 +01:00
Alexis Hildebrandt
cad6bbd386 [doc] Fix skipped doc tests 2015-02-20 23:09:09 +01:00
Alexis Hildebrandt
b1d73eaa84 Merge pull request #392 from thdox/doc-validation
Changes mainly about validation of @smallexample
2015-02-20 14:34:40 +01:00
Alexis Hildebrandt
c1e409e693 [doc] Add support for additional input files
in test/DocTests.py by allowing file: and with_file: options on examples.
2015-02-20 14:07:57 +01:00
thdox
e197a4137a Add validation for @smallexample.
[ci skip]
2015-02-19 23:59:46 +01:00
thdox
80eaac43bf Improve documentation about Asset Allocation.
[ci skip]
2015-02-19 23:59:35 +01:00
thdox
fd22653f84 Correct an output.
[ci skip]
2015-02-19 23:59:15 +01:00
Alexis Hildebrandt
49080919e1 [doc] Add documentation for command-line options 2015-02-18 21:53:34 +01:00
Alexis Hildebrandt
82cdeff471 [doc] Whitespace edit
to end each sentence with two spaces.
2015-02-18 21:50:34 +01:00
Alexis Hildebrandt
bd427a9d32 [doc] Add documentation for several options 2015-02-18 21:50:34 +01:00
Alexis Hildebrandt
d5e1308d07 [ledger] Remove --cache option
and all boost serialisation related code.
2015-02-18 21:50:34 +01:00