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.