diff options
author | Craig Earls <enderw88@gmail.com> | 2011-09-28 09:22:59 -0700 |
---|---|---|
committer | Craig Earls <enderw88@gmail.com> | 2011-09-28 09:22:59 -0700 |
commit | c866dbd82124392f965779b74125308c1aa96e12 (patch) | |
tree | 855c2410f62ed837f8cff6cdc0dc41e09b567d51 /doc | |
parent | cce00a33decfd5ceef48f6c9d65ffbe7680a8639 (diff) | |
download | fork-ledger-c866dbd82124392f965779b74125308c1aa96e12.tar.gz fork-ledger-c866dbd82124392f965779b74125308c1aa96e12.tar.bz2 fork-ledger-c866dbd82124392f965779b74125308c1aa96e12.zip |
added chapter files for Queries, Reporting, Format Strings, Python Extensions, and Value Expressions
Diffstat (limited to 'doc')
-rw-r--r-- | doc/L3-FormatStrings.texi | 3 | ||||
-rw-r--r-- | doc/L3-Python.texi | 3 | ||||
-rw-r--r-- | doc/L3-Queries.texi | 3 | ||||
-rw-r--r-- | doc/L3-Reporting.texi | 3 | ||||
-rw-r--r-- | doc/L3-ValueExpressions.texi | 3 |
5 files changed, 15 insertions, 0 deletions
diff --git a/doc/L3-FormatStrings.texi b/doc/L3-FormatStrings.texi new file mode 100644 index 00000000..c7fff08c --- /dev/null +++ b/doc/L3-FormatStrings.texi @@ -0,0 +1,3 @@ +@c -*-texinfo-*- + +@chapter Format Strings diff --git a/doc/L3-Python.texi b/doc/L3-Python.texi new file mode 100644 index 00000000..ebb4d530 --- /dev/null +++ b/doc/L3-Python.texi @@ -0,0 +1,3 @@ +@c -*-texinfo-*- + +@chapter Extending with Python diff --git a/doc/L3-Queries.texi b/doc/L3-Queries.texi new file mode 100644 index 00000000..ef45d948 --- /dev/null +++ b/doc/L3-Queries.texi @@ -0,0 +1,3 @@ +@c -*-texinfo-*- + +@chapter Report Queries diff --git a/doc/L3-Reporting.texi b/doc/L3-Reporting.texi new file mode 100644 index 00000000..7fea2fef --- /dev/null +++ b/doc/L3-Reporting.texi @@ -0,0 +1,3 @@ +@c -*-texinfo-*- + +@chapter Basic Reporting Commands diff --git a/doc/L3-ValueExpressions.texi b/doc/L3-ValueExpressions.texi new file mode 100644 index 00000000..02d00e6a --- /dev/null +++ b/doc/L3-ValueExpressions.texi @@ -0,0 +1,3 @@ +@c -*-texinfo-*- + +@chapter Value Expression |