HPCTOOLS
latest

Contents:

  • Configuration file
  • XXX
  • Getting started
    • link to module
    • link to class
    • link to method
    • link to function
  • Reference Guide
  • TODO
HPCTOOLS
  • Docs »
  • Link to Reference Guide
  • Edit on GitHub

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.py module
  • Link to foo.py/square module
  • :mod:`Foo <reframechecks.common.sphexa.foo>`

link to class¶

  • .. autoclass:: reframechecks.common.sphexa.foo.Foo
  • Link to Foo class
  • :class:`Foo <reframechecks.common.sphexa.foo.Foo>`

link to method¶

  • .. automethod:: reframechecks.common.sphexa.foo.hello

  • Inside Class works:

    • Link to reframechecks.common.sphexa.foo.Foo.bye() method.
    • Link to bye method.
    • :meth:`bye <reframechecks.common.sphexa.foo.Foo.bye>`
  • Not inside Class works:

    • Link to reframechecks.common.sphexa.foo.hello() method.
    • Link to hello method.
    • Link to square method.
    • :meth:`hello <reframechecks.common.sphexa.foo.hello>`

link to function¶

  • .. autofunction:: square
  • Link to reframechecks.common.sphexa.foo.square() function.
  • Link to square function.
  • Link to square (ko) function.
Next Previous

© Copyright 2020, Swiss National Supercomputing Center (CSCS), All rights reserved. Revision f260866b.

Built with Sphinx using a theme provided by Read the Docs.