add documentation for html reader

This commit is contained in:
dave mankoff 2012-07-09 22:43:51 -04:00
commit a86d5fda71
2 changed files with 31 additions and 1 deletions

View file

@ -23,7 +23,7 @@ The logic is separated into different classes and concepts:
on. Since those operations are commonly used, the object is created once and
then passed to the generators.
* **Readers** are used to read from various formats (Markdown and
* **Readers** are used to read from various formats (HTML, Markdown and
reStructuredText for now, but the system is extensible). Given a file, they return
metadata (author, tags, category, etc.) and content (HTML-formatted).