module documentation
This module provides implementations of epydoc's DocstringLinker class.
| Class | |
A DocstringLinker implementation that cannot find any links. |
| Function | intersphinx |
Create a intersphinx link. |
| Function | taglink |
Create a link to an object that exists in the system. |
| Class | _ |
This linker implements the xref lookup logic. |
def taglink(o:
model.Documentable, page_url: str, label: Flattenable | None = None) -> Tag:
(source)
¶
Create a link to an object that exists in the system.
| Parameters | |
o:model.Documentable | The object to link to |
pagestr | The URL of the current page, pass empty string to always generate full urls that includes the filename. |
label:Flattenable | None | The label to use for the link |
| Returns | |
Tag | Undocumented |