Skip to content

Commit

Permalink
Ignore Non-DA1 Files and Update Documentation (#1)
Browse files Browse the repository at this point in the history
* [wip] update pseudocode in measure docs

* more documentation

* Add more docs and ignore non-DA1 files

* fix circleci config

* update version in setup.py
  • Loading branch information
amnda-d committed Jun 1, 2018
1 parent 1fb6608 commit 53becc0
Show file tree
Hide file tree
Showing 81 changed files with 399 additions and 18,853 deletions.
7 changes: 6 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,15 @@ workflows:
version: 2
build-and-deploy:
jobs:
- build
- build:
filters:
tags:
only: /.*/
- deploy:
requires:
- build
filters:
tags:
only: /[0-9]+(\.[0-9]+)*.*/
branches:
ignore: /.*/
Binary file removed doc/build/doctrees/configFile.doctree
Binary file not shown.
Binary file removed doc/build/doctrees/default_config.json.doctree
Binary file not shown.
Binary file removed doc/build/doctrees/environment.pickle
Binary file not shown.
Binary file removed doc/build/doctrees/index.doctree
Binary file not shown.
Binary file removed doc/build/doctrees/modules.doctree
Binary file not shown.
Binary file removed doc/build/doctrees/readme.doctree
Binary file not shown.
Binary file removed doc/build/doctrees/sideeye.calculate.doctree
Binary file not shown.
Binary file removed doc/build/doctrees/sideeye.data.doctree
Binary file not shown.
Binary file removed doc/build/doctrees/sideeye.doctree
Binary file not shown.
Binary file removed doc/build/doctrees/sideeye.measures.doctree
Binary file not shown.
Binary file removed doc/build/doctrees/sideeye.measures.region.doctree
Binary file not shown.
Binary file removed doc/build/doctrees/sideeye.output.doctree
Binary file not shown.
Binary file removed doc/build/doctrees/sideeye.parser.doctree
Binary file not shown.
Binary file removed doc/build/doctrees/start.doctree
Binary file not shown.
4 changes: 0 additions & 4 deletions doc/build/html/.buildinfo

This file was deleted.

211 changes: 0 additions & 211 deletions doc/build/html/_sources/configFile.rst.txt

This file was deleted.

0 comments on commit 53becc0

Please sign in to comment.