From 2ac1cc45824e0b7b7271c31d8b1f595805ae4f20 Mon Sep 17 00:00:00 2001 From: Stein Magnus Jodal Date: Sat, 13 Apr 2013 00:56:08 +0200 Subject: [PATCH] docs: Link to code style from contributions docs --- docs/codestyle.rst | 2 ++ docs/contributing.rst | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/codestyle.rst b/docs/codestyle.rst index ae58d2d8..4b6e7448 100644 --- a/docs/codestyle.rst +++ b/docs/codestyle.rst @@ -1,3 +1,5 @@ +.. _codestyle: + ********** Code style ********** diff --git a/docs/contributing.rst b/docs/contributing.rst index 52194702..70326145 100644 --- a/docs/contributing.rst +++ b/docs/contributing.rst @@ -95,8 +95,8 @@ Submitting changes - One branch per feature or fix. -- Follow the style guide, especially make sure ``flake8`` does not complain - about anything. +- Follow the :ref:`style guide `_, especially make sure ``flake8`` + does not complain about anything. - Send a pull request to the ``develop`` branch.