skidooesy / stv

Automatically exported from code.google.com/p/stv
0 stars 0 forks source link

Update documentation in OpenSTV and on website #9

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
(1) update script example
from ballots import *
from STV import *
b = Ballots.loadKnown('/dev/stdin', 'blt')
e = ERS97STV(b)
e.runElection()
txt = e.generateERSCSVResults()
print txt

(2) update docs in OpenSTV

(3) update docs on web page

Original issue reported on code.google.com by jeff.oneill on 2 Jul 2009 at 2:58

GoogleCodeExporter commented 8 years ago

Original comment by jeff.oneill on 22 Mar 2010 at 12:43