Skip to content

Submodule functions should be represented with fully qualified names in the docs #14

Description

@andykee

When referring to classes and methods in submodules in the docs, it is preferable to provide a fully qualified name. For example,

detector.pixelate()

is preferable to

pixelate()

This is simple to achieve in the documentation:

.. currentmodule:: lentil

:func:`detector.pixelate`

The documentation should be globally updated to make this change.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions