Skip to content

Commit

Permalink
update readme links and circleci deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
amnda-d committed May 15, 2018
1 parent 02fbba6 commit 1fb6608
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,5 @@ workflows:
requires:
- build
filters:
branches:
ignore: /.*/
tags:
only: /[0-9]+(\.[0-9]+)*.*/
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ SideEye is a Python package for processing eye tracking data that interfaces wit

It is meant to parse eye-tracking-while-reading data and calculate useful experimental measures. Currently, SideEye can only parse the .DA1 file format, but other formats will be added later. The goal is to parse all eye-tracking-while-reading data into a common format, and provide a consistent and accurate method for processing the data.

Documentation (currently incomplete, but more detail than provided here) can be found at `sideeye.readthedocs.io<http://sideeye.readthedocs.io/en/latest/index.html#>`_.
Documentation (currently incomplete, but more detail than provided here) can be found at `sideeye.readthedocs.io <http://sideeye.readthedocs.io/en/latest/index.html#>`_.

Refer to `examples/sample.py<examples/sample.py>`_ for an up-to-date sample script.
Refer to `examples/sample.py <examples/sample.py>`_ for an up-to-date sample script.

Installation
------------------
Expand Down

0 comments on commit 1fb6608

Please sign in to comment.