[Checkins] [zopefoundation/zope.app.apidoc] cd7372: Make handling of root Code modules more consistent...

GitHub noreply at github.com
Thu Aug 9 15:55:53 CEST 2018


  Branch: refs/heads/master
  Home:   https://github.com/zopefoundation/zope.app.apidoc
  Commit: cd7372c758cc9bfcd69df21faeb01d101e88a203
      https://github.com/zopefoundation/zope.app.apidoc/commit/cd7372c758cc9bfcd69df21faeb01d101e88a203
  Author: Jason Madden <jamadden at gmail.com>
  Date:   2018-08-09 (Thu, 09 Aug 2018)

  Changed paths:
    M CHANGES.rst
    M src/zope/app/apidoc/codemodule/README.rst
    M src/zope/app/apidoc/codemodule/browser/class_.py
    M src/zope/app/apidoc/codemodule/codemodule.py
    M src/zope/app/apidoc/codemodule/module.py
    M src/zope/app/apidoc/codemodule/tests.py
    M src/zope/app/apidoc/ifacemodule/browser.py
    M tox.ini

  Log Message:
  -----------
  Make handling of root Code modules more consistent.

The root code module now refuses to find any unregistered modules.

Actual modules can still look things up dynamically (e.g., zope.app.menus, which is created in ZCML).

Add a tox environment for coverage to be sure I didn't miss anything new.

Fixes #20.


  Commit: 221cd44c81c44cc4a6151d86abae11f340d8e802
      https://github.com/zopefoundation/zope.app.apidoc/commit/221cd44c81c44cc4a6151d86abae11f340d8e802
  Author: Jason Madden <jason+github at nextthought.com>
  Date:   2018-08-09 (Thu, 09 Aug 2018)

  Changed paths:
    M CHANGES.rst
    M src/zope/app/apidoc/codemodule/README.rst
    M src/zope/app/apidoc/codemodule/browser/class_.py
    M src/zope/app/apidoc/codemodule/codemodule.py
    M src/zope/app/apidoc/codemodule/module.py
    M src/zope/app/apidoc/codemodule/tests.py
    M src/zope/app/apidoc/ifacemodule/browser.py
    M tox.ini

  Log Message:
  -----------
  Merge pull request #21 from zopefoundation/issue20

Make handling of root Code modules more consistent.


Compare: https://github.com/zopefoundation/zope.app.apidoc/compare/fe2d7f7423c5...221cd44c81c4
      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.


More information about the checkins mailing list