voting/docs/index.rst

41 wiersze
824 B
ReStructuredText
Czysty Zwykły widok Historia

2018-01-07 01:55:14 +00:00
.. voting documentation master file, created by
sphinx-quickstart on Sat Jan 6 19:27:38 2018.
You can adapt this file completely to your liking, but it should at least
contain the root `toctree` directive.
Welcome to voting's documentation!
==================================
This is a small module that provides simple functions related to measures of
disproportionality, election quotas, and electoral apportionment.
2018-01-09 04:05:17 +00:00
Installation
------------
The ``voting`` package is a pure Python module available in Python 2 and 3. It
can be installed using pip:
.. code-block:: shell
pip install voting
2018-01-07 01:55:14 +00:00
.. toctree::
:maxdepth: 2
:caption: Contents:
apportionment
2018-01-07 03:05:14 +00:00
diversity
proportion
2018-01-07 01:55:14 +00:00
quota
notes
Indices and tables
==================
* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`