Skip to content

Commit

Permalink
Move info into index.rst.
Browse files Browse the repository at this point in the history
  • Loading branch information
cjerdonek committed Jan 12, 2015
1 parent 7b480c3 commit 4dc7084
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 42 deletions.
40 changes: 0 additions & 40 deletions docs/index.md

This file was deleted.

31 changes: 29 additions & 2 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,35 @@
You can adapt this file completely to your liking, but it should at least
contain the root `toctree` directive.
Welcome to rcv-tests's documentation!
=====================================
rcv-tests
=========

This is the documentation for OpenRCV Tests, which is a publicly
available collection of test cases for ranked-choice voting algorithms.

The project page is on [GitHub][tests_github], where the tests are also
hosted and maintained.

All test data is coded as JSON. For reproducibility, all name-value pairs
in the JSON files are ordered alphabetically by name.


## Definitions

* "Test files" are the files containing the actual test cases.


## Running Tests

All data needed to run the tests is in the project `tests` directory.

Each test file contains multiple test cases.

Each test has an "input"
attribute and an "output" attribute. The output is completely determined
by the input data, together with some global configuration data.

[tests_github]: https://github.com/cjerdonek/open-rcv-tests

Contents:

Expand Down

0 comments on commit 4dc7084

Please sign in to comment.