aboutsummaryrefslogtreecommitdiffstats
path: root/docs/_template.html
Commit message (Collapse)AuthorAgeFilesLines
* Switch docs to MKDocs (#602)Waylan Limberg2017-12-061-81/+0
| | | | | | | | | | | | | | | | | | | | | | | | Fixes #601. Merged in 6f87b32 from the md3 branch and did a lot of cleanup. Changes include: * Removed old docs build tool, templates, etc. * Added MkDocs config file, etc. * filename.txt => filename.md * pythonhost.org/Markdown => Python-Markdown.github.io * Markdown lint and other cleanup. * Automate pages deployment in makefile with `mkdocs gh-deploy` Assumes a git remote is set up named "pages". Do git remote add pages https://github.com/Python-Markdown/Python-Markdown.github.io.git ... before running `make deploy` the first time.
* GitHub/waylan => GitHub/Python-Markdown orgWaylan Limberg2017-08-171-1/+1
|
* Apply a fix from commit 3e6e70eb48 to the bottom panel as wellDmitry Shachnev2012-10-261-1/+1
|
* Fixed not working "index" link in extensions documentationDmitry Shachnev2012-08-281-1/+1
|
* Fixed a few minor redering bugs in docs.Waylan Limberg2012-03-071-1/+1
|
* Refactored Docs to use Sphinx styled template.Waylan Limberg2012-03-011-9/+72
| | | | | | This is not a full Sphinx implementation. Just a limited implementation which converts our markdown source filed to work with the default css for Sphinx so it looks like Pythons docs.
* Added support to build_docs command to copy non markdown files unmodified.Waylan Limberg2011-08-231-6/+4
|
* The build_docs command now uses extra and toc extensions and a template on ↵Waylan Limberg2011-08-041-0/+20
the file system.