jrpeden / cs373-idb

0 stars 3 forks source link

Run pydoc3 on models.py, which will create models.html [make models.html] #138

Closed brandong954 closed 9 years ago

brandong954 commented 9 years ago

that then documents the interfaces to your functions. Create inline comments if you need to explain the why of a particular implementation. Use a consistent coding convention with good variable names, good indentation, blank lines, and blank spaces (see Google Python Style Guide).

brandong954 commented 9 years ago

done