Coding Style - NaturalHistoryMuseum/ckanext-map GitHub Wiki

Python

Python code should adhere to PEP 8.

It has been suggested that docstrings should use Epytext formatting, and follow PEP 257 ; Ben to confirm.

Javascript

Question: Indent with 2 (standard JS) or 4 (to be consistent with Python code) spaces? Question: Use of $.proxy of self ?