Skip to content

Commit

Permalink
Merge pull request #66 from CJ-Wright/schemas
Browse files Browse the repository at this point in the history
WIP: schemas
  • Loading branch information
scopatz authored Jan 3, 2018
2 parents 5e81a2b + 5df3883 commit 5063ba7
Show file tree
Hide file tree
Showing 21 changed files with 948 additions and 1,011 deletions.
13 changes: 12 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,15 @@ docs/_build/
target/

# Rever
rever/
rever/

# Auto sphinx docs
docs/collections/grades.rst
docs/collections/assignments.rst
docs/collections/grants.rst
docs/collections/abstracts.rst
docs/collections/blog.rst
docs/collections/people.rst
docs/collections/projects.rst
docs/collections/proposals.rst
docs/collections/students.rst
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,14 @@ install:
- conda update conda

# Install dependencies
- conda install python
- conda create -n test --file requirements/run.txt
- source activate test
- python setup.py install

script:
- set -e
- conda install --file requirements/test.txt
- pytest -vvs .
- # Command to build your docs
- pip install doctr
- conda install --file requirements/doc.txt
Expand Down
82 changes: 0 additions & 82 deletions docs/collections/abstracts.rst

This file was deleted.

50 changes: 0 additions & 50 deletions docs/collections/assignments.rst

This file was deleted.

21 changes: 0 additions & 21 deletions docs/collections/blank.rst

This file was deleted.

47 changes: 0 additions & 47 deletions docs/collections/blog.rst

This file was deleted.

39 changes: 0 additions & 39 deletions docs/collections/grades.rst

This file was deleted.

93 changes: 0 additions & 93 deletions docs/collections/grants.rst

This file was deleted.

Loading

0 comments on commit 5063ba7

Please sign in to comment.