sphinx/tests/roots/test-ext-autodoc/target/canonical
Takeshi KOMIYA acf66bc4d5 Close #5603: autodoc: Allow to refer to a python object using canonical name
This generates `:canonical:` option for `:py:class:` directive if the
target class is imported from other module.  It allows users to refer it
using both the new name (imported name) and the original name (canonical
name).

It helps a library that implements some class in private module (like
`_io.StringIO`), and publish it as public module (like `io.StringIO`).
2021-03-27 17:34:15 +09:00
..
__init__.py Close #5603: autodoc: Allow to refer to a python object using canonical name 2021-03-27 17:34:15 +09:00
original.py Close #5603: autodoc: Allow to refer to a python object using canonical name 2021-03-27 17:34:15 +09:00