SatelliteQE/airgun

class internal references in documentation does not work

Open

#31 opened on Feb 28, 2018

View on GitHub
 (0 comments) (0 reactions) (0 assignees)Python (83 forks)auto 404
enhancementgood first issuelow

Repository metrics

Stars
 (24 stars)
PR merge metrics
 (PR metrics pending)

Description

There is this in docs/config.py and I was unable to make the documentation build work without it:

nitpick_ignore = [
    [...]
    ('py:meth', 'current_org')
    [...]

IMO it is just some omission somewhere. Found https://stackoverflow.com/questions/21289806/link-to-class-method-in-python-docstring, but that does not seem to help.

This is a follow up on this discussion: https://github.com/SatelliteQE/airgun/pull/22#discussion_r170548197

Contributor guide