summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorCraig Earls <enderw88@gmail.com>2014-05-05 06:47:25 -0700
committerCraig Earls <enderw88@gmail.com>2014-05-05 06:47:25 -0700
commited3cc5c9075e95217bfda5d0b3f36f33a4a3c84b (patch)
tree8d2c30eab9353afb59bdab4611118a55980a78f8 /doc
parent8c787122584e47485dfcdcba0a21a951fb82051d (diff)
parent507fac7e507508979b1db48cf4c2cadc795f332e (diff)
downloadfork-ledger-ed3cc5c9075e95217bfda5d0b3f36f33a4a3c84b.tar.gz
fork-ledger-ed3cc5c9075e95217bfda5d0b3f36f33a4a3c84b.tar.bz2
fork-ledger-ed3cc5c9075e95217bfda5d0b3f36f33a4a3c84b.zip
Merge pull request #282 from jamielinux/texi
Fix @node pointer errors
Diffstat (limited to 'doc')
-rw-r--r--doc/ledger3.texi22
1 files changed, 11 insertions, 11 deletions
diff --git a/doc/ledger3.texi b/doc/ledger3.texi
index d5767efa..dfdafc05 100644
--- a/doc/ledger3.texi
+++ b/doc/ledger3.texi
@@ -2693,7 +2693,7 @@ doing it.
* Total posting costs::
* Virtual posting costs::
* Commodity prices::
-* Prices vs. costs::
+* Prices versus costs::
* Fixated prices and costs::
* Lot dates::
* Lot notes::
@@ -3296,7 +3296,7 @@ happening in the case of an exceptional transaction, surround the
Income:Gifts Received
@end smallexample
-@node Commodity prices, Prices vs. costs, Virtual posting costs, Transactions
+@node Commodity prices, Prices versus costs, Virtual posting costs, Transactions
@section Commodity prices
@findex --lot-prices
@@ -3424,8 +3424,8 @@ And in cases where the amounts do not divide into whole figures and
must be rounded, the capital gains figure could be off by a cent. Use
with caution.
-@node Prices vs. costs, Fixated prices and costs, Commodity prices, Transactions
-@section Prices vs. costs
+@node Prices versus costs, Fixated prices and costs, Commodity prices, Transactions
+@section Prices versus costs
Because lot pricing provides enough information to infer the cost, the
following two transactions are equivalent:
@@ -3445,7 +3445,7 @@ example in the print report. Functionally, however, there is no
difference, and neither the register nor the balance report are
sensitive to this difference.
-@node Fixated prices and costs, Lot dates, Prices vs. costs, Transactions
+@node Fixated prices and costs, Lot dates, Prices versus costs, Transactions
@section Fixated prices and costs
If you buy a stock last year, and ask for its value today, Ledger will
@@ -3476,7 +3476,7 @@ fixated prices by way of the cost:
@end smallexample
This is the same as the previous transaction, with the same caveats
-found in @ref{Prices vs. costs}.
+found in @ref{Prices versus costs}.
@node Lot dates, Lot notes, Fixated prices and costs, Transactions
@section Lot dates
@@ -8458,13 +8458,13 @@ make sense later.
@menu
* Basic data traversal::
-* Raw vs. Cooked::
+* Raw versus Cooked::
* Queries::
* Embedded Python::
* Amounts::
@end menu
-@node Basic data traversal, Raw vs. Cooked, Extending with Python, Extending with Python
+@node Basic data traversal, Raw versus Cooked, Extending with Python, Extending with Python
@section Basic data traversal
Every interaction with Ledger happens in the context of a Session.
@@ -8491,8 +8491,8 @@ for xact in ledger.read_journal("sample.dat").xacts:
print "Transferring %s to/from %s" % (post.amount, post.account)
@end smallexample
-@node Raw vs. Cooked, Queries, Basic data traversal, Extending with Python
-@section Raw vs. Cooked
+@node Raw versus Cooked, Queries, Basic data traversal, Extending with Python
+@section Raw versus Cooked
Ledger data exists in one of two forms: raw and cooked. Raw objects are
what you get from a traversal like the above, and represent exactly what
@@ -8556,7 +8556,7 @@ does it transaction-wise. It relies on the fact that an unsorted report
returns postings in the exact order they were parsed from the journal
file.
-@node Queries, Embedded Python, Raw vs. Cooked, Extending with Python
+@node Queries, Embedded Python, Raw versus Cooked, Extending with Python
@section Queries
The Journal.query() method accepts every argument you can specify on the