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

Add collapsable code blocks, and use them in model train logs #273

Closed nelson-liu closed 7 years ago

nelson-liu commented 7 years ago

Figured out how to get collapsable code blocks to work by overriding the template, and then reinserting it (with the {{ super() }}), thanks for the helpful link @matt-gardner.

nelson-liu commented 7 years ago

here's a link on circleci: https://543-47793051-gh.circle-artifacts.com/0/home/ubuntu/deep_qa/doc/_build/html/models/about_models.html

matt-gardner commented 7 years ago

Fixes #269.