DanielSank / observed

Observer pattern in python
MIT License
33 stars 4 forks source link

Consolidate documentation #7

Open DanielSank opened 10 years ago

DanielSank commented 10 years ago

Some of the documentation is repetitive. For example, the readme file and the observed.py module docstring are largely the same. We should take measures to consolidate, as redundant information is a Bad Thing.

DanielSank commented 10 years ago

As we've now moved to a new style of persisting the callbacks for the observable bound method descriptor, we need to update the documentation to reflect this change.

DanielSank commented 10 years ago

Made a lot of progress on this today. One more session is probably enough to mark this as closed and push out 0.5.