Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add documentation for smarty extension | Dmitry Shachnev | 2013-07-26 | 1 | -2/+2 |
| | |||||
* | Ensure toc attribute is available on Markdown class. | Waylan Limberg | 2013-02-19 | 1 | -2/+19 |
| | | | | | | This appears to have recently been broken with the fixes in #191. This time I've added tests to prevent future breakage and added documentation to explain the behavior. | ||||
* | Rename docs/*.md => docs/*.txt | Waylan Limberg | 2012-03-07 | 1 | -0/+56 |
The documentation uses features of Python-Markdown that are not supported on GitHub and it's better to get a source view of the docs anyway. For example, that way comments and bug reports can reference a specific line of a file. Of course, it makes sense for Github to render the README, so that is left with the `.md` file extension. |