endolith / elsim

Election Simulator 3000: Simulates a variety of elections and voting methods
https://endolith.github.io/elsim
MIT License
7 stars 4 forks source link

Use docrep to simplify docstrings? #6

Open endolith opened 3 years ago

endolith commented 3 years ago

https://docrep.readthedocs.io/en/latest/

Replace

    utilities : array_like
         ….

with

...     %(honest_rankings.parameters.utilities)s'''

and have the description just live in one place?