Vinay Sajip schrieb: > A post on c.l.py drew my attention to a slight problem with the Sphinx > documentation for the Python logging package. Some of the logging > handler classes are defined in the logging.handlers subpackage. From a > source markup of e.g. > > .. class:: DatagramHandler(host, port) > > The generated HTML documentation renders as > > logging.DatagramHandler > > (see http://docs.python.org/library/logging.html#logging.DatagramHandler > for the actual result) > > and this has caused some confusion which led to the c.l.py post at > > http://tinyurl.com/8lhh7q > > Is this because there is something wrong with the markup, or is it a > Sphinx limitation or configuration problem? I did search for > "subpackage" on sphinx.pocoo.org and on this group, without success.
It is as Christophe said; there was a "module" directive missing. I've now fixed this in r68126. Georg --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "sphinx-dev" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/sphinx-dev?hl=en -~----------~----~----~----~------~----~------~--~---
