API changes
- Added a `key` field on the index virtual source object. It is an
alias to `_id`, but is syntactically more self-explanatory.
- The `keys` configuration key has been renamed to `key`.
- When the `key` expression is being evaluted, the record whose key(s)
is(are) to be be computed is now available in the jinja context as
`item` rather than `this`.
Documentation
- Documentation moved from README to Sphinx docs at RTFD.io