Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WIP: schemas #66

Merged
merged 29 commits into from
Jan 3, 2018
Merged
Show file tree
Hide file tree
Changes from 25 commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
3bdb6aa
WIP: schemas
CJ-Wright Dec 12, 2017
4c6ce36
TST: add test for validator
CJ-Wright Dec 13, 2017
4c2e92d
ENH: working schemas with examples
CJ-Wright Dec 13, 2017
5c2dd0f
DOC: add docs
CJ-Wright Dec 13, 2017
c684b86
CI: create not install
CJ-Wright Dec 13, 2017
4a498b3
MTN: fix run and move the schemas out of folder
CJ-Wright Dec 13, 2017
e2ae650
ENH: validator
CJ-Wright Dec 14, 2017
f8f7930
WIP: finalize schema
CJ-Wright Dec 14, 2017
2969e52
STY: pep8
CJ-Wright Dec 17, 2017
e0f26bd
STY: pep8 import
CJ-Wright Dec 17, 2017
5881956
MTN: move schema things to schemas
CJ-Wright Dec 17, 2017
986d5fa
STY: newline
CJ-Wright Dec 17, 2017
4dc419c
FIX: don't allow unknown
CJ-Wright Dec 17, 2017
f7bcfb1
FIX: custom validator for description
CJ-Wright Dec 17, 2017
6068349
WIP: write docs from schema/exemplars
CJ-Wright Dec 18, 2017
263441b
WIP: auto schema doc
CJ-Wright Dec 18, 2017
d0a0ac7
FIX: proper internal dict format
CJ-Wright Dec 18, 2017
c026c1b
DOC: remove auto docs, add to their own auto folder, add auto folder …
CJ-Wright Dec 18, 2017
55d3619
FIX: comments from @scopatz
CJ-Wright Dec 18, 2017
1394df2
ENH: move top docs to schemas module
CJ-Wright Dec 18, 2017
61ffe55
STY: pep8 line width
CJ-Wright Dec 18, 2017
9c3c8d6
STY: pep8 newline
CJ-Wright Dec 18, 2017
79b75a9
ENH: alph. yamls and added top docs to schema
CJ-Wright Dec 18, 2017
6222199
STY: pep8 line width
CJ-Wright Dec 18, 2017
4420cb5
FIX: comments from @scopatz
CJ-Wright Jan 2, 2018
b7d3565
FIX: fix app, move tests
CJ-Wright Jan 2, 2018
1491d88
FIX: move error to raise
CJ-Wright Jan 2, 2018
a990ed9
news
CJ-Wright Jan 2, 2018
5df3883
elaborate on news
CJ-Wright Jan 3, 2018
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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