Skip to content

sphinx gallery conf doesn't include reference url #251

@amueller

Description

@amueller

The classes and functions in the sphinx gallery are not clickable because the conf.py
is missing something like this:

  sphinx_gallery_conf = {
      'doc_module': 'imblearn',
      'reference_url': {
          'imblearn': None,
          'matplotlib': 'http://matplotlib.org',
          'numpy': 'http://docs.scipy.org/doc/numpy-1.6.0',
          'scipy': 'http://docs.scipy.org/doc/scipy-0.11.0/reference'}
  }

(and one entry for sklearn, too)

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions