3c5a73a805cb48fc50cbd49f0667ad4ec3d23a70,doc/conf.py,,,#,34

Before Change




// Example configuration for intersphinx: refer to the Python standard library.
intersphinx_mapping = {"python": ("https://docs.python.org/", None),
                       }

sphinx_gallery_conf = {
    "backreferences_dir": False,
    "examples_dirs": "../examples",

After Change




// Example configuration for intersphinx: refer to the Python standard library.
intersphinx_mapping = {
    "python": ("https://docs.python.org/{.major}".format(sys.version_info), None),
    "numpy": ("https://docs.scipy.org/doc/numpy/", None),
    "scipy": ("https://docs.scipy.org/doc/scipy/reference", None),
    "matplotlib": ("https://matplotlib.org/", None),
    "sklearn": ("http://scikit-learn.org/stable", None),
}

sphinx_gallery_conf = {
    "backreferences_dir": "gen_modules/backreferences",
    "doc_module": ("celer", "numpy"),
Italian Trulli
In pattern: SUPERPATTERN

Frequency: 3

Non-data size: 9

Instances


Project Name: mathurinm/celer
Commit Name: 3c5a73a805cb48fc50cbd49f0667ad4ec3d23a70
Time: 2018-02-26
Author: alexandre.gramfort@m4x.org
File Name: doc/conf.py
Class Name:
Method Name:


Project Name: scikit-learn-contrib/imbalanced-learn
Commit Name: 69a80c09d3bb52f265afab5464fc904321640fea
Time: 2017-11-01
Author: g.lemaitre58@gmail.com
File Name: doc/conf.py
Class Name:
Method Name:


Project Name: scikit-learn-contrib/project-template
Commit Name: 837dfafaf117abc3fb9c07602244c0f5f5a031e0
Time: 2018-09-20
Author: g.lemaitre58@gmail.com
File Name: doc/conf.py
Class Name:
Method Name: