diff options
author | Craig Earls <enderw88@gmail.com> | 2011-09-28 12:06:47 -0700 |
---|---|---|
committer | Craig Earls <enderw88@gmail.com> | 2011-09-28 12:06:47 -0700 |
commit | 49f9a28715b2813db47d6dc7302be6ca3cc482d3 (patch) | |
tree | 5af73ab93ab2d2a08ee23077995b944ae6168f3a /doc/L3-Main.texi | |
parent | a45ae5d8def88f7e37eae622d179a7b0b58adb84 (diff) | |
download | fork-ledger-49f9a28715b2813db47d6dc7302be6ca3cc482d3.tar.gz fork-ledger-49f9a28715b2813db47d6dc7302be6ca3cc482d3.tar.bz2 fork-ledger-49f9a28715b2813db47d6dc7302be6ca3cc482d3.zip |
Established info node consistency
Diffstat (limited to 'doc/L3-Main.texi')
-rw-r--r-- | doc/L3-Main.texi | 18 |
1 files changed, 15 insertions, 3 deletions
diff --git a/doc/L3-Main.texi b/doc/L3-Main.texi index 7f1c91f7..aabc0f34 100644 --- a/doc/L3-Main.texi +++ b/doc/L3-Main.texi @@ -47,7 +47,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. @titlepage -@title @ledgerprog: Command-Line Accounting +@title LEDGER: Command-Line Accounting @author John Wiegley @end titlepage @@ -69,16 +69,28 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. @insertcopying @end ifnottex +@menu +* Introduction to Ledger:: +* Principles of Accounting:: +* Keeping a Journal:: +* Command-line Syntax:: +* Basic Reporting Commands:: +* Value Expressions:: +* Format Strings:: +* Journal File Format:: +* Extending with Python:: +@end menu + + @c each chapter is in an idividual texi file included here @include L3-Introduction.texi @include L3-Principles.texi @include L3-Journal.texi -@include L3-Reporting.texi @include L3-Syntax.texi -@include L3-JournalFormat.texi @include L3-Reporting.texi @include L3-ValueExpressions.texi @include L3-FormatStrings.texi +@include L3-JournalFormat.texi @include L3-Python.texi @bye |