From fd3fcab67b0ac5f91df8624500cedf72bbf3bed3 Mon Sep 17 00:00:00 2001 From: Jukka Aho Date: Wed, 8 Jul 2015 09:35:08 +0300 Subject: [PATCH] updated contributing.md how to make documentation --- CONTRIBUTING.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index a50d3d3..4d66797 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -50,4 +50,6 @@ Function docstrings ------------------- We use numpy documentation style in our functions. See https://github.com/numpy/numpy/blob/master/doc/HOWTO_DOCUMENT.rst.txt. See issue #5. - +Documentation +------------- +We use restructured text to document this project. Information how to write rst format is described `here `_. `See issue #49 `_.