From 4c733f667a705caca5f61684bf4817d5828ca1d5 Mon Sep 17 00:00:00 2001 From: Joris Van den Bossche Date: Fri, 31 Jan 2014 17:06:10 +0100 Subject: [PATCH] DOC: add links to other pages to contributing.rst --- doc/source/contributing.rst | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/doc/source/contributing.rst b/doc/source/contributing.rst index d54b2afec80db..6d76c6e4efd6c 100644 --- a/doc/source/contributing.rst +++ b/doc/source/contributing.rst @@ -4,4 +4,13 @@ Contributing to pandas ********************** +See the following links: + +- `The developer pages on the website + `_ +- `Guidelines on bug reports and pull requests + `_ +- `Some extra tips on using git + `_ + .. include:: ../README.rst