allenai / deep_qa

A deep NLP library, based on Keras / tf, focused on question answering (but useful for other NLP too)
Apache License 2.0
404 stars 133 forks source link

Made docs build correctly again, updated main doc page #205

Closed matt-gardner closed 7 years ago

codecov-io commented 7 years ago

Codecov Report

Merging #205 into master will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##           master     #205   +/-   ##
=======================================
  Coverage   80.59%   80.59%           
=======================================
  Files         102      102           
  Lines        5283     5283           
=======================================
  Hits         4258     4258           
  Misses       1025     1025

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update c5108e5...7318efe. Read the comment docs.

matt-gardner commented 7 years ago

@nelson-liu, merging this now, so that our docs work again. The one thing I thought might actually need a review is removing the make.bat file. I'm pretty sure we don't need it, but if there's an issue, say so, and we can revisit this PR (or submit a new one to undo what I'm merging now).

nelson-liu commented 7 years ago

Hm interesting, surprised that the builds didn't fail. Thanks!