allennlp
allennlp copied to clipboard
Display pretrained model / model card info in API docs
(from our discussion in stand-up)
This wouldn't be too hard. If had a function or method for rendering a ModelCard
as Markdown, we could just output the rendered markdown files into our docs build directory while we're building the API docs. Then mkdocs
would render those Markdown files as HTML along with the rest of the API docs.