5 Commits

Author SHA1 Message Date
Ian Bell
3b1eb50324 More pep8 whitespace; see #1612 2019-01-12 20:45:25 -07:00
Matthis Thorade
19a4875879 More autopep8 (#1621)
* autopep8 rule-groups E101,W1,W2,W3

* autopep8 with rule group E3 (blank lines)

autopep8 --in-place --recursive --max-line-length=200 --exclude="externals" --select="E101,E3,W1,W2,W3" .

* tabs and space W191

* autopep8 aggressive
2017-12-13 14:43:41 +01:00
Matthis Thorade
526cb198a4 autopep8 whitespace (#1613)
* autopep8 whitespace only:

--select="E101,W1,W2"

* revert single file: web2py_online.py

Should this be a .py file at all?

* revert file Tickets/1443.py because the diff looked strange:

maybe there is an encoding problem?

* Rename web2py_online.py to web2py_online.rst
2017-12-12 08:32:38 -07:00
Ian Bell
24fac43c0b Modified edit_on_github.py to take path prefix, reverted matplotlib plot_directive in conf.py
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-07-07 15:19:29 +02:00
Ian Bell
368f418c2c Added edit on github links to pages
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-07-07 15:08:53 +02:00