single_module_links
def
abc():
6def abc(): 7 ''' 8 Test that submodules are linked to when documenting a single module. 9 10 Do `.helpers.something` with a `.types.BigThing` 11 ''' 12 something() 13 BigThing()
Test that submodules are linked to when documenting a single module.
Do .helpers.something
with a .types.BigThing