From 6edbe902661be39b961a44ef4d6f60dc499f4c8d Mon Sep 17 00:00:00 2001 From: "Leonardo.Z" Date: Mon, 3 Mar 2014 14:17:51 +0800 Subject: [PATCH] Add a new documentation tool: MkDocs MkDocs is a new and popular documentation tool written in Python. It's supported by ReadTheDoc.org. --- docs/writing/documentation.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/writing/documentation.rst b/docs/writing/documentation.rst index 7793af4..fc9cea5 100644 --- a/docs/writing/documentation.rst +++ b/docs/writing/documentation.rst @@ -162,3 +162,8 @@ Epydoc_ Epydoc is discontinued. Use :ref:`sphinx-ref` instead. .. _Epydoc: http://epydoc.sourceforge.net + +MkDocs_ + MkDocs is a fast, simple and downright gorgeous static site generator that's geared towards building project documentation with Markdown. + +.. _MkDocs: http://www.mkdocs.org/