From 513e37286d9a37dd29e99220bfb996785c793333 Mon Sep 17 00:00:00 2001 From: Jorgen Schaefer Date: Sat, 6 Oct 2012 21:13:58 +0200 Subject: README.md: Add missing links. --- README.md | 4 ++++ 1 file changed, 4 insertions(+) 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) ``` + -- cgit v1.2.3