Conventions =========== Python ------ * documentation with sphinx/restructured text (``_, ``_) * conform to PEP8, PEP257, PEP287 * use doctests if useful as documentation Restructured Text ----------------- * Title characters: * "================" * "----------------" * "~~~~~~~~~~~~~~~~" * "````````````````" * "^^^^^^^^^^^^^^^^" * "****************" * "++++++++++++++++" * "::::::::::::::::" Database -------- * capitalization: SOME_KEYWORD, SomeTable, some_table_id, some_column (compare ``_)