summaryrefslogtreecommitdiff
path: root/doc/dev.rst
blob: 35521dd0a0ae3cb63ceae4cc07a757d0459da94c (plain)
1
2
3
4
5
6
7
8
9
================================
Coding Style & Development Notes
================================

See `Python Style Guide <http://www.python.org/dev/peps/pep-0008/>`_ and
`Docstring Conventions <http://www.python.org/dev/peps/pep-0257/>`_.

Note that we prefer mixedCase over lower_case_with_underscores for function
or method names and instance variables.