~ubuntu-branches/ubuntu/precise/pyzmq/precise

« back to all changes in this revision

Viewing changes to docs/sphinxext/apigen.py

  • Committer: Package Import Robot
  • Author(s): Debian Python Modules Team
  • Date: 2011-09-23 00:16:39 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: package-import@ubuntu.com-20110923001639-girjqodpb7uv17yu
Tags: 2.1.9-1
* New upstream version
  - should build on kFreeBSD without patches (Closes: #637777).
* Build-depend on zeromq 2.1.9

Show diffs side-by-side

added added

removed removed

Lines of Context:
241
241
            title = ':mod:`' + uri_short + '`'
242
242
        ad += title + '\n' + self.rst_section_levels[2] * len(title)
243
243
 
244
 
        if len(classes):
245
 
            ad += '\nInheritance diagram for ``%s``:\n\n' % uri
246
 
            ad += '.. inheritance-diagram:: %s \n' % uri
247
 
            ad += '   :parts: 3\n'
 
244
        # if len(classes):
 
245
        #     ad += '\nInheritance diagram for ``%s``:\n\n' % uri
 
246
        #     ad += '.. inheritance-diagram:: %s \n' % uri
 
247
        #     ad += '   :parts: 3\n'
248
248
 
249
249
        ad += '\n.. automodule:: ' + uri + '\n'
250
250
        ad += '\n.. currentmodule:: ' + uri + '\n'
264
264
            # must NOT exclude from index to keep cross-refs working
265
265
            ad += '  :members:\n' \
266
266
                  '  :undoc-members:\n' \
267
 
                  '  :show-inheritance:\n' \
268
267
                  '  :inherited-members:\n' \
269
268
                  '\n' 
270
269
                  # skip class.__init__()