From d494d70143abaecdea250a94a387a00582711219 Mon Sep 17 00:00:00 2001 From: Joshua Harlow Date: Thu, 5 Apr 2012 22:22:50 -0700 Subject: [PATCH] Update HACKING.md --- HACKING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/HACKING.md b/HACKING.md index c65a2b28..98e68121 100644 --- a/HACKING.md +++ b/HACKING.md @@ -48,7 +48,7 @@ To run our limited set of tests (WIP) use the following command: ## Documentation -Documentation should all be written in [markdown]. Although github does support other formats it seems better just to stabilize on one. +Documentation should all be written in [markdown] or [rst]. Although github does support other formats it seems better just to stabilize on one. ## Style Commandments @@ -78,5 +78,5 @@ Documentation should all be written in [markdown]. Although github does support [pep8]: http://www.python.org/dev/peps/pep-0008/ [pylint]: http://pypi.python.org/pypi/pylint [markdown]: http://daringfireball.net/projects/markdown/ - +[rst]: http://docutils.sourceforge.net/docs/user/rst/quickstart.html