plberg / cs373-idb

Project 3 (IDB) for CS 373: Software Engineering
0 stars 1 forks source link

Run Pydoc #92

Closed phtimmins closed 9 years ago

phtimmins commented 9 years ago

Run pydoc on models.py, which will create models.html, that then documents the interfaces to your models. 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.