-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Carl Smith edited this page Jun 4, 2018
·
22 revisions
This wiki hosts all of the documentation for HTME, the Pythonic HTML5 code generator.
- 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).
HTME | The Hypertext Markup Engine | Simple, Pythonic HTML Code Generation for Python 2 or 3
To learn to use HTME, read these articles (in this order):