From 24fe97afaa2c30ee7a30de87cf4e716da5a32620 Mon Sep 17 00:00:00 2001 From: Roland Geider Date: Sun, 15 Feb 2015 18:14:33 +0100 Subject: [PATCH] Small line length reformating --- docs/development.rst | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/docs/development.rst b/docs/development.rst index 1a4a29637..05bf6a70f 100644 --- a/docs/development.rst +++ b/docs/development.rst @@ -28,7 +28,8 @@ That's it. You can log in with the default administator user: * **passsword**: admin You can start the application again with the django server with -``python manage.py runserver``. If you pull updates and there were database changes, you can apply them with a simple ``python manage.py migrate --all``. +``python manage.py runserver``. If you pull updates and there were database +changes, you can apply them with a simple ``python manage.py migrate --all``. Tips ---- @@ -84,8 +85,8 @@ Contributing * **Run the tests**: wger is proud to have a test coverage of over 90%. When you implement something new, don't forget to run the testsuite and write approriate - tests for the new code. If you use github, configure the awesome Travis CI, there - is already a .travis file in the sources. + tests for the new code. If you use github, configure the awesome Travis CI, + there is already a .travis file in the sources. * **Code according to PEP8**: check that the code is structured as per pep8 but with a maximum line length of 100. This can be checked automatically with the @@ -96,4 +97,5 @@ Contributing python2, use django's suggestion to mantain sanity: code for py3 and treat py2 as a backwards compatibility requirement. If you need, you can use six. -For other ways of contributing besides code, you might want to take a look at the contribute page. +For other ways of contributing besides code, you might want to take a look at +the contribute page.