[Checkins] [zopefoundation/zope.lifecycleevent] 9e705b: Expand existing documentation and slightly reorgan...

GitHub noreply at github.com
Tue Jul 4 14:38:28 CEST 2017


  Branch: refs/heads/master
  Home:   https://github.com/zopefoundation/zope.lifecycleevent
  Commit: 9e705ba6e26c2884c985b7fa6a16bb0d4b24ce98
      https://github.com/zopefoundation/zope.lifecycleevent/commit/9e705ba6e26c2884c985b7fa6a16bb0d4b24ce98
  Author: Jason Madden <jamadden at gmail.com>
  Date:   2017-06-26 (Mon, 26 Jun 2017)

  Changed paths:
    M README.rst
    M doc/conf.py
    M doc/index.rst
    A doc/quickstart.rst
    A src/zope/lifecycleevent/README.rst
    R src/zope/lifecycleevent/README.txt
    M src/zope/lifecycleevent/tests.py

  Log Message:
  -----------
  Expand existing documentation and slightly reorganize to give a better intro on PyPI.


  Commit: c4b8306e0c8b8e6fd00e0e7a99b6dc85b69bdd97
      https://github.com/zopefoundation/zope.lifecycleevent/commit/c4b8306e0c8b8e6fd00e0e7a99b6dc85b69bdd97
  Author: Jason Madden <jamadden at gmail.com>
  Date:   2017-06-26 (Mon, 26 Jun 2017)

  Changed paths:
    M src/zope/lifecycleevent/interfaces.py

  Log Message:
  -----------
  Cleanup interface documentation.

Add missing ``descriptions`` attribute to IObjectModifiedEvent.


  Commit: d80a0ec5400c72644818c82847e8d687a6626fbd
      https://github.com/zopefoundation/zope.lifecycleevent/commit/d80a0ec5400c72644818c82847e8d687a6626fbd
  Author: Jason Madden <jamadden at gmail.com>
  Date:   2017-06-26 (Mon, 26 Jun 2017)

  Changed paths:
    M src/zope/lifecycleevent/__init__.py
    M src/zope/lifecycleevent/interfaces.py

  Log Message:
  -----------
  Concrete documentation, including copying the docs from interface methods to implementation functions for ease of reference.


  Commit: 1f94b1aef45ad704d184d404e3b6febb834c3bd0
      https://github.com/zopefoundation/zope.lifecycleevent/commit/1f94b1aef45ad704d184d404e3b6febb834c3bd0
  Author: Jason Madden <jamadden at gmail.com>
  Date:   2017-06-26 (Mon, 26 Jun 2017)

  Changed paths:
    M README.rst
    M doc/index.rst

  Log Message:
  -----------
  https all the things


  Commit: ab88cd38e5637744565a110be188e87b47d129a2
      https://github.com/zopefoundation/zope.lifecycleevent/commit/ab88cd38e5637744565a110be188e87b47d129a2
  Author: Jason Madden <jamadden at gmail.com>
  Date:   2017-06-26 (Mon, 26 Jun 2017)

  Changed paths:
    M src/zope/lifecycleevent/README.rst
    M src/zope/lifecycleevent/interfaces.py
    M src/zope/lifecycleevent/tests.py

  Log Message:
  -----------
  Fix tests and sequence docs. Leave several todos.


  Commit: 076c747fe086691c163588a07fd589d40c58ae25
      https://github.com/zopefoundation/zope.lifecycleevent/commit/076c747fe086691c163588a07fd589d40c58ae25
  Author: Jason Madden <jamadden at gmail.com>
  Date:   2017-06-26 (Mon, 26 Jun 2017)

  Changed paths:
    M src/zope/lifecycleevent/README.rst

  Log Message:
  -----------
  Remove description of manually creating events; demonstrate modification of multiple attributes


  Commit: 38a6411f570e4eb4aaf3222a4e99eea770ec2957
      https://github.com/zopefoundation/zope.lifecycleevent/commit/38a6411f570e4eb4aaf3222a4e99eea770ec2957
  Author: Jason Madden <jamadden at gmail.com>
  Date:   2017-06-26 (Mon, 26 Jun 2017)

  Changed paths:
    M doc/conf.py
    M src/zope/lifecycleevent/README.rst

  Log Message:
  -----------
  Talk about __name__ and __parent__. Introduce links to zope.container.


  Commit: 439bc51c16316d0c442ee154a8ce757ea9a2c3f6
      https://github.com/zopefoundation/zope.lifecycleevent/commit/439bc51c16316d0c442ee154a8ce757ea9a2c3f6
  Author: Jason Madden <jamadden at gmail.com>
  Date:   2017-06-26 (Mon, 26 Jun 2017)

  Changed paths:
    M doc/index.rst
    A doc/manual.rst
    M src/zope/lifecycleevent/README.rst
    M src/zope/lifecycleevent/tests.py

  Log Message:
  -----------
  Add document on creating and sending events manually.


  Commit: 609be8aa95e85f965548cfe1159180a04eba8e1b
      https://github.com/zopefoundation/zope.lifecycleevent/commit/609be8aa95e85f965548cfe1159180a04eba8e1b
  Author: Jason Madden <jamadden at gmail.com>
  Date:   2017-06-26 (Mon, 26 Jun 2017)

  Changed paths:
    A doc/handling.rst
    M doc/index.rst
    M doc/manual.rst
    M setup.py
    M src/zope/lifecycleevent/README.rst
    A src/zope/lifecycleevent/handling.rst
    A src/zope/lifecycleevent/manual.rst
    M src/zope/lifecycleevent/tests.py

  Log Message:
  -----------
  Add documentation about configuring zope.component to handle events.


  Commit: 034bd8de20da0b5a1edd9c39bb46f138b29ad145
      https://github.com/zopefoundation/zope.lifecycleevent/commit/034bd8de20da0b5a1edd9c39bb46f138b29ad145
  Author: Jason Madden <jason+github at nextthought.com>
  Date:   2017-07-04 (Tue, 04 Jul 2017)

  Changed paths:
    M README.rst
    M doc/conf.py
    A doc/handling.rst
    M doc/index.rst
    A doc/manual.rst
    A doc/quickstart.rst
    M setup.py
    A src/zope/lifecycleevent/README.rst
    R src/zope/lifecycleevent/README.txt
    M src/zope/lifecycleevent/__init__.py
    A src/zope/lifecycleevent/handling.rst
    M src/zope/lifecycleevent/interfaces.py
    A src/zope/lifecycleevent/manual.rst
    M src/zope/lifecycleevent/tests.py

  Log Message:
  -----------
  Merge pull request #10 from zopefoundation/config-docs

Improved documentation.


Compare: https://github.com/zopefoundation/zope.lifecycleevent/compare/3ed1013ea57b...034bd8de20da


More information about the checkins mailing list