From dc49e92bad4f2534a6080849365186fe62343b8f Mon Sep 17 00:00:00 2001 From: Waylan Limberg Date: Thu, 1 Mar 2012 11:14:41 -0500 Subject: Refactored Docs to use Sphinx styled template. 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. --- docs/extensions/index.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'docs/extensions/index.md') diff --git a/docs/extensions/index.md b/docs/extensions/index.md index 82f00a4..b09b2c2 100644 --- a/docs/extensions/index.md +++ b/docs/extensions/index.md @@ -1,3 +1,10 @@ +title: Extensions +prev_title: Command Line +prev_url: ../command_line.html +next_title: Extra Extension +next_url: extra.html + + Available Extensions ==================== @@ -20,7 +27,7 @@ See [Using Python-Markdown on the Command Line](../command_line.html) or use the Officially Supported Extensions ------------------------------- -The extensions lists below are included with (at least) the most recent release +The extensions listed below are included with (at least) the most recent release and are officially supported by Python-Markdown. Any documentation is maintained here and all bug reports should be made to the project. If you have a typical install of Python-Markdown, these extensions are already -- cgit v1.2.3