Skip to content

Commit

Permalink
Update documentation intro
Browse files Browse the repository at this point in the history
Expanded details for contribution guidelines
  • Loading branch information
michaelglenister committed Feb 3, 2020
1 parent 5a350df commit d9291ef
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/source/intro.rst
Expand Up @@ -29,6 +29,14 @@ To contribute to the source code, submit a pull request to our `Github repositor

.. _Github repository: https://github.com/RUBi-ZA/MODE-TASK

Please follow the `PEP8` style guide for python tools. A number of tools are available to help with checking PEP8 compliance including `flake8`

.. _PEP8: https://www.python.org/dev/peps/pep-0008/

.. _flake8: https://flake8.pycqa.org/en/latest/

Don't reformat code that is unrelated to you work unless the pull request or commit is specifically to format for PEP8 compliance.

License
---------------

Expand Down

0 comments on commit d9291ef

Please sign in to comment.