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/test_suite.md | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'docs/test_suite.md') diff --git a/docs/test_suite.md b/docs/test_suite.md index 5cad250..c1034b6 100644 --- a/docs/test_suite.md +++ b/docs/test_suite.md @@ -1,3 +1,7 @@ +title: Test Suite +prev_title: Extension API +prev_url: writing_extensions.html + # Test Suite Python-Markdown comes with a test suite which uses the [Nose][] testing -- cgit v1.2.3