Link to Reference Guide¶
This page tests links to foo.py (reference2.rst), see documentation.
link to module¶
.. automodule:: reframechecks.common.sphexa.foo- Link to
foo.pymodule - Link to
foo.py/squaremodule :mod:`Foo <reframechecks.common.sphexa.foo>`
link to class¶
.. autoclass:: reframechecks.common.sphexa.foo.Foo- Link to
Fooclass :class:`Foo <reframechecks.common.sphexa.foo.Foo>`
link to method¶
.. automethod:: reframechecks.common.sphexa.foo.helloInside Class works:
- Link to
reframechecks.common.sphexa.foo.Foo.bye()method. - Link to
byemethod. :meth:`bye <reframechecks.common.sphexa.foo.Foo.bye>`
- Link to
Not inside Class works:
- Link to
reframechecks.common.sphexa.foo.hello()method. - Link to
hellomethod. - Link to
squaremethod. :meth:`hello <reframechecks.common.sphexa.foo.hello>`
- Link to
link to function¶
.. autofunction:: square- Link to
reframechecks.common.sphexa.foo.square()function. - Link to
squarefunction. - Link to
square (ko)function.