Skip to content

Commit

Permalink
Documentation and Code base Improvements
Browse files Browse the repository at this point in the history
- Local Resolver ( #90 )
- getPassage becomes getTextualNode ( #96 )
- getReffs and affiliated return string or list of string without base di ( #97 )
- Added .namespace property to metadata ( #98 )
  • Loading branch information
PonteIneptique committed Dec 16, 2016
2 parents b22e2a6 + 220769f commit 9e2a9b9
Show file tree
Hide file tree
Showing 290 changed files with 520,855 additions and 2,547 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
language: python
python:
- "3.4"
- "3.4.5"
- "3.5"
- "pypy"
- "pypy3"
Expand Down
3 changes: 0 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,4 @@ svg:
source ./env/bin/activate; \
pyreverse -o png -p MyCapytain MyCapytain; \
pyreverse -o svg -p MyCapytain MyCapytain; \
pyreverse -o svg -p MyCapytain -c MyCapytain.resolvers.cts.api.HttpCTSResolver MyCapytain; \
pyreverse -o svg -p MyCapytain -c MyCapytain.resources.texts.api.cts.Text MyCapytain; \
pyreverse -o svg -p MyCapytain -c MyCapytain.resources.texts.api.cts.Passage MyCapytain; \
)
41 changes: 0 additions & 41 deletions MyCapytain.resolvers.cts.api.HttpCTSResolver.svg

This file was deleted.

24 changes: 0 additions & 24 deletions MyCapytain.resolvers.prototypes.Resolver.svg

This file was deleted.

0 comments on commit 9e2a9b9

Please sign in to comment.