[Checkins] [zopefoundation/zope.lifecycleevent] 0192a0: Basic documentation scaffolding. (#6)

GitHub noreply at github.com
Fri Dec 2 13:10:47 CET 2016


  Branch: refs/heads/master
  Home:   https://github.com/zopefoundation/zope.lifecycleevent
  Commit: 0192a0c7a06dfae7bbdd48c71da9ea5c23b132aa
      https://github.com/zopefoundation/zope.lifecycleevent/commit/0192a0c7a06dfae7bbdd48c71da9ea5c23b132aa
  Author: Jason Madden <jason+github at nextthought.com>
  Date:   2016-12-02 (Fri, 02 Dec 2016)

  Changed paths:
    M .gitignore
    M .travis.yml
    M README.rst
    A doc-requirements.txt
    A doc/Makefile
    A doc/api.rst
    A doc/changelog.rst
    A doc/conf.py
    A doc/index.rst
    M setup.py
    M src/zope/lifecycleevent/README.txt
    M src/zope/lifecycleevent/__init__.py
    M src/zope/lifecycleevent/interfaces.py
    A version.txt

  Log Message:
  -----------
  Basic documentation scaffolding. (#6)

* Basic documentation scaffolding.

Fixes #5

I also added a few minor docstrings to IZopeLifecycleEvent and the
implementation of its methods so they would show in the docs, and I
added matching descriptions of them (to what turns out to also be the
test case).

* Modernize .travis.yml

All the Python 3 builds (except for PyPy3) were broken due to some weird
namespace stuff. See https://travis-ci.org/zopefoundation/zope.lifecycleevent/builds/180541228

* Try this pypy, since pip doesn't support 3.2 (neither do we)




More information about the checkins mailing list