sphinx/tests/roots/test-ext-autodoc/bug2437/autodoc_dummy_foo.py
Sergey B Kirpichev b1c100ca3b autodoc: make full reference for classes, aliased with "alias of"
We do this here only if class belongs to the different module.

Closes sphinx-doc/sphinx#2437
2018-01-13 00:19:19 +03:00

4 lines
55 B
Python

class Foo(object):
"""Dummy class Foo."""
pass