Code and documentation styleΒΆ

Please use the following guidelines when extending eddylicious.

  • The suggestions in PEP8 should be followed except for the variable name-style convention.

  • Variables should use named using the mixedCase style.

  • Docstrings should be written using the Numpy docstring standard . Examples are available here.

  • In the restructuredText files used for documentation, three spaces are used for indenting.