diff options
author | Alexis Hildebrandt <afh@surryhill.net> | 2015-01-19 16:47:47 +0100 |
---|---|---|
committer | Alexis Hildebrandt <afh@surryhill.net> | 2015-01-20 14:45:02 +0100 |
commit | 35a4fa59786caf7a6f0c0f4cae6a7af4774412c0 (patch) | |
tree | 26d9c78c219224f7c2ab98e29720dd5a91eae637 | |
parent | 97ee2d23d05e2827c56d67bb978493bb0fa5dc87 (diff) | |
download | fork-ledger-35a4fa59786caf7a6f0c0f4cae6a7af4774412c0.tar.gz fork-ledger-35a4fa59786caf7a6f0c0f4cae6a7af4774412c0.tar.bz2 fork-ledger-35a4fa59786caf7a6f0c0f4cae6a7af4774412c0.zip |
[doc] Fix broken cross reference to test types
[ci skip]
-rw-r--r-- | doc/ledger3.texi | 24 |
1 files changed, 9 insertions, 15 deletions
diff --git a/doc/ledger3.texi b/doc/ledger3.texi index 5306d1f4..1514ff19 100644 --- a/doc/ledger3.texi +++ b/doc/ledger3.texi @@ -9482,6 +9482,15 @@ In case several test files belong to the same bug number the files by appending @code{_X} where @samp{X} is the number of the test, e.g. @samp{1234_1.test}, @samp{1234_2.test}. +@anchor{Baseline Test Types} +@multitable @columnfractions .3 .7 +@headitem Type @tab Use +@item @code{cmd} @tab Ledger commands like @code{register} or @code{balance} +@item @code{dir} @tab ? +@item @code{feat} @tab ? +@item @code{opt} @tab Ledger options such as @option{--period} or @option{--format} +@end multitable + A ledger test file contains three sections: @enumerate @@ -9713,21 +9722,6 @@ $ ledger register Checking --sort d -d 'd>[2011/04/01]' until 2011/05/25 (Liabilities:Tithe Owed) -1.0 @end smallexample -@menu -* Baseline Test Types:: -@end menu - -@node Baseline Test Types, , Cookbook, Miscellaneous Notes -@section Baseline Test Types - -@multitable @columnfractions .3 .7 -@headitem Type @tab Use -@item @code{cmd} @tab Ledger commands like @code{register} or @code{balance} -@item @code{dir} @tab ? -@item @code{feat} @tab ? -@item @code{opt} @tab Ledger options such as @option{--period} or @option{--format} -@end multitable - @node Concepts Index, Commands & Options Index, Miscellaneous Notes, Top @unnumbered Concepts Index |