summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index e68cd6c..eaf3c76 100644
--- a/README.md
+++ b/README.md
@@ -10,6 +10,9 @@ transactions and splits. It does not support scheduled transactions,
price tables, and likely none but the most basic commodities. In
particular, writing of XML files is not supported.
+[python]: http://www.python.org/
+[gnu cash]: http://www.gnucash.org/
+
## Usage
The interface is intended to allow quickly writing reports using
@@ -51,3 +54,4 @@ for account, subaccounts, splits in book.walk():
print "Total income : {:9.2f}".format(income_total * -1)
print "Total expense: {:9.2f}".format(expense_total)
```
+