diff options
author | Jorgen Schaefer <forcer@forcix.cx> | 2012-10-06 21:13:58 +0200 |
---|---|---|
committer | Jorgen Schaefer <forcer@forcix.cx> | 2012-10-06 21:13:58 +0200 |
commit | 513e37286d9a37dd29e99220bfb996785c793333 (patch) | |
tree | 9e3aebf4688d45b0ecf592b991191686fd4eab76 | |
parent | 73beeff145db37a8134a3ae99c1afc305253510c (diff) |
README.md: Add missing links.
-rw-r--r-- | README.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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) ``` + |