Skip to content
Carl Smith edited this page Jun 4, 2018 · 22 revisions

The Hypertext Markup Engine Wiki

This wiki hosts all of the documentation for HTME, the Pythonic HTML5 code generator.

Getting Information

  • Quickly read the project README if you haven't already. It contains useful information not duplicated in the wiki.
  • See The HTME Tutorial in the sidebar if you would like a tutorial to follow.
  • Expand the Pages sidebar to list all of the current wiki articles. The wiki is new, but it is the current focus of the project, so should improve a lot over the next week or two.
  • The source code is readable and fully documented with commentary. The docstrings in htme.py are written in the style of API docs, and most include tests that double as examples of how things work (written just like an interactive interpreter session).
Clone this wiki locally