Closed scottpurdy closed 7 years ago
@rhyolight - merged your suggestions. What about the references to other source files? Is there a way to make those links?
Yes, it is typically:
:class:`full.namespace.ClassName`
:mod:`full.namespace`
:meth:`full.namespace.ClassName.methodName`
If you don't want the full namespace to each thing displayed, use ~
:
:class:`~full.namespace.ClassName`
:mod:`~full.namespace`
:meth:`~full.namespace.ClassName.methodName`
@rhyolight please advise on how to properly link to other source files and how to properly format the parameters and their lists of keys.
fixes #3678 fixes NUP-2430