docs: Link to code style from contributions docs

This commit is contained in:
Stein Magnus Jodal 2013-04-13 00:56:08 +02:00
parent b0e281b90a
commit 2ac1cc4582
2 changed files with 4 additions and 2 deletions

View File

@ -1,3 +1,5 @@
.. _codestyle:
**********
Code style
**********

View File

@ -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 <codestyle>`_, especially make sure ``flake8``
does not complain about anything.
- Send a pull request to the ``develop`` branch.