Split utils into entities (i.e. AttributeMappers) and other utils. Added documentatio...
authorStephen Burrows <stephen.r.burrows@gmail.com>
Wed, 11 May 2011 22:08:52 +0000 (18:08 -0400)
committerStephen Burrows <stephen.r.burrows@gmail.com>
Wed, 11 May 2011 22:08:52 +0000 (18:08 -0400)
commitb97aa6632f51c6c1737768bde749dcd99bc5f1e6
tree2e008492499c82a9175a3868debcbad541cd6935
parent7f6fa6595b4c558d7a97ed00cdb19469db4919df
Split utils into entities (i.e. AttributeMappers) and other utils. Added documentation for the other utils and prepped for documenting the AttributeMappers.
docs/index.rst
docs/utilities.rst [new file with mode: 0644]
philo/models/base.py
philo/models/nodes.py
philo/utils/__init__.py [new file with mode: 0644]
philo/utils/entities.py [moved from philo/utils.py with 60% similarity]