Welcome, guest | Sign In | My Account | Store | Cart

Notice! PyPM is being replaced with the ActiveState Platform, which enhances PyPM’s build and deploy capabilities. Create your free Platform account to download ActivePython or customize Python with the packages you require and get automatic updates.

Download
ActivePython
INSTALL>
pypm install repoze.sphinx.autointerface

How to install repoze.sphinx.autointerface

  1. Download and install ActivePython
  2. Open Command Prompt
  3. Type pypm install repoze.sphinx.autointerface
 Python 2.7Python 3.2Python 3.3
Windows (32-bit)
0.6.2
0.7.1Never BuiltWhy not?
0.6.2 Available View build log
0.6.1 Available View build log
0.5 Available View build log
0.4 Available View build log
Windows (64-bit)
0.6.2
0.7.1Never BuiltWhy not?
0.6.2 Available View build log
0.6.1 Available View build log
0.5 Available View build log
0.4 Available View build log
Mac OS X (10.5+)
0.6.2
0.7.1Never BuiltWhy not?
0.6.2 Available View build log
0.6.1 Available View build log
0.5 Available View build log
0.4 Available View build log
Linux (32-bit)
0.6.2
0.7.1Never BuiltWhy not?
0.6.2 Available View build log
0.6.1 Available View build log
0.5 Available View build log
0.4 Available View build log
Linux (64-bit)
0.7.1 Available View build log
0.6.2 Available View build log
0.6.1 Available View build log
0.5 Available View build log
0.4 Available View build log
0.7.1 Available View build log
 
Links
License
BSD-derived (http://www.repoze.org/LICENSE.txt)
Lastest release
version 0.7.1 on Sep 20th, 2013

repoze.sphinx.autointerface README

Overview

Thie package defines an extension for the Sphinx documentation system. The extension allows generation of API documentation by introspection of zope.interface instances in code.

Installation

Install via easy_install:

$ bin/easy_install repoze.sphinx.autointerface

or any other means which gets the package on your PYTHONPATH.

Registering the Extension

Add repoze.sphinx.autointerface to the extensions list in the conf.py of the Sphinx documentation for your product. E.g.:

extensions = ['sphinx.ext.autodoc',
              'sphinx.ext.doctest',
              'repoze.sphinx.autointerface',
             ]
Using the Extension

At appropriate points in your document, call out the interface autodocs via:

.. autointerface:: yourpackage.interfaces.IFoo

Output from the directive includes

  • the fully-qualified interface name
  • any base interfaces
  • the doctstring from the interface, rendered as reSTX.
  • the members of the interface (methods and attributes).
    • For each attribute, the output includes the attribute name and its description.
    • For each method, the output includes the method name, its signature, and its docstring (also rendered as reSTX).

repoze.sphinx.autointerface Changelog

0.7.1 (2012-09-15)
  • Remove setup.py dependency on ez_setup.py.
0.7.0 (2012-06-20)
  • PyPy compatibility.
  • Python 3.2+ compatibility. Thanks to Arfrever for the patch.
  • Include interface docs under the automodule directive. Thanks to Krys Lawrence for the patch.
0.6.2 (2011-02-13)
  • Fix TypeError: 'NoneType' object is not iterable error when generating a rendering of an interface under Python 2.7.
0.6.1 (2011-01-28)
  • Fix ':member-order: bysource' handling.
0.6 (2011-01-28)
  • Correctly handle ':members:' values explicitly set in the directive.
0.5 (2011-01-18)
  • Added support for the ':member-order:' flag, which can take one of the three stock values, "alphabetical", "groupwise", or "bysource". By default, members are documented in "hash" order.
0.4 (2010-07-26)
  • Fixed compatibility with Sphinx 1.0
  • Un-break PyPI ReST/HTML-rendering again.
0.3 (2009-10-25)
  • Refactor sphinx integration. There are now separate autointerface and interface directives.
0.2.1 (2009-08-20)
  • Fix add_directive arguments to work with Sphinx 0.6.1, now required.
0.1.3 (2009-01-14)
  • Coerce unicode path elements to str in _resolve_dotted_name. Note that non-ASCII path elements won't work: this fix just deals with the case where the path was of type unicode.
  • Fixed spelling of directive in README.txt.
  • Added dependency on zope.interface.
0.1.2 (2008-10-03)
  • Packaging change: improved description in README.txt.
0.1.1 (2008-10-03)
  • Packaging bug: the long_description was not rendering properly to HTML on PyPI.
0.1 (2008-10-02)
  • Initial release.

Subscribe to package updates

Last updated Sep 20th, 2013

Download Stats

Last month:2

What does the lock icon mean?

Builds marked with a lock icon are only available via PyPM to users with a current ActivePython Business Edition subscription.

Need custom builds or support?

ActivePython Enterprise Edition guarantees priority access to technical support, indemnification, expert consulting and quality-assured language builds.

Plan on re-distributing ActivePython?

Get re-distribution rights and eliminate legal risks with ActivePython OEM Edition.