Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Updated docs to reflect extension loading best practices. | Waylan Limberg | 2013-02-08 | 1 | -14/+50 |
| | | | | Fixes #184. Also delted some commented out code I missed in previous commit. | ||||
* | Misc typos. | chri | 2012-08-28 | 1 | -2/+2 |
| | |||||
* | Updated docs to reflect fix in #82. | Waylan Limberg | 2012-05-03 | 1 | -4/+9 |
| | |||||
* | Typo fix in doc: s/extension-configs/extension_configs/ | Simon Sapin | 2012-03-19 | 1 | -2/+2 |
| | |||||
* | Added siteindex to docs. | Waylan Limberg | 2012-03-07 | 1 | -2/+2 |
| | |||||
* | Rename docs/*.md => docs/*.txt | Waylan Limberg | 2012-03-07 | 1 | -0/+244 |
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. |