Minor tweaks
Remove unused reference to Wright STV in "Method" dropdown Update documentation
This commit is contained in:
parent
736a20c224
commit
81b70984c9
@ -7,7 +7,7 @@ The preset dropdown allows you to choose from a hardcoded list of preloaded STV
|
|||||||
* [Scottish STV](https://www.opavote.com/methods/scottish-stv-rules)
|
* [Scottish STV](https://www.opavote.com/methods/scottish-stv-rules)
|
||||||
* [Australian Senate STV](https://www.legislation.gov.au/Details/C2020C00400/Html/Text#_Toc59107700)
|
* [Australian Senate STV](https://www.legislation.gov.au/Details/C2020C00400/Html/Text#_Toc59107700)
|
||||||
* [Wright STV](https://www.aph.gov.au/Parliamentary_Business/Committees/House_of_Representatives_Committees?url=em/elect07/subs/sub051.1.pdf)
|
* [Wright STV](https://www.aph.gov.au/Parliamentary_Business/Committees/House_of_Representatives_Committees?url=em/elect07/subs/sub051.1.pdf)
|
||||||
* [PRSA 1977](https://www.prsa.org.au/rule1977.htm)
|
* [PRSA 1977](https://www.prsa.org.au/rule1977.htm) – with counting performed to the thousandth of a vote, and results reported in raw votes to 3 decimal places
|
||||||
* [ERS97](https://www.electoral-reform.org.uk/latest-news-and-research/publications/how-to-conduct-an-election-by-the-single-transferable-vote-3rd-edition/)
|
* [ERS97](https://www.electoral-reform.org.uk/latest-news-and-research/publications/how-to-conduct-an-election-by-the-single-transferable-vote-3rd-edition/)
|
||||||
|
|
||||||
This functionality is not available on the Python command line.
|
This functionality is not available on the Python command line.
|
||||||
|
@ -86,7 +86,6 @@
|
|||||||
<option value="wig" selected>Weighted inclusive Gregory</option>
|
<option value="wig" selected>Weighted inclusive Gregory</option>
|
||||||
<option value="uig">Unweighted inclusive Gregory</option>
|
<option value="uig">Unweighted inclusive Gregory</option>
|
||||||
<option value="eg">Exclusive Gregory (last bundle)</option>
|
<option value="eg">Exclusive Gregory (last bundle)</option>
|
||||||
<option value="wright">Wright STV</option>
|
|
||||||
</select>
|
</select>
|
||||||
</label>
|
</label>
|
||||||
<label>
|
<label>
|
||||||
|
Reference in New Issue
Block a user