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/command_line.md | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'docs/command_line.md') diff --git a/docs/command_line.md b/docs/command_line.md index b999ca6..c597c52 100644 --- a/docs/command_line.md +++ b/docs/command_line.md @@ -1,3 +1,10 @@ +title: Command Line +prev_title: Library Reference +prev_url: using_as_module.html +next_title: Extensions +next_url: extensions/index.html + + Using Python-Markdown on the Command Line ========================================= -- cgit v1.2.3