8c56ca6ae21d18e8e02e91f36f6ce7880457f3dc,docs/conf.py,,,#,28

Before Change


// List of patterns, relative to source directory, that match files and
// directories to ignore when looking for source files.
// This pattern also affects html_static_path and html_extra_path .
exclude_patterns = []

// The name of the Pygments (syntax highlighting) style to use.
pygments_style = "sphinx"

After Change



html_theme = "mxtheme"
html_theme_path = ["mxtheme"]
html_theme_options = {
    "primary_color": "blue",
    "accent_color": "deep_orange",
    "header_links" : [
        ("Install", "//installation", False, ""),
        ("Tutorial", "tutorials/index", False, ""),
        ("API", "api/index", False, ""),
        ("Community", "how_to/support", False, ""),
        ("Contribute", "how_to/contribute", False, ""),
        ("GitHub", "https://github.com/dmlc/gluon-cv/", True, "link"),
    ],

    // custom layout
    "fixed_drawer": True,
    "fixed_header": True,
    "header_waterfall": True,
    "header_scroll": True,

    // Render footer (Default: True)
    "show_footer": False
}

// Theme options are theme-specific and customize the look and feel of a theme
// further.  For a list of options available for each theme, see the
// documentation.
Italian Trulli
In pattern: SUPERPATTERN

Frequency: 3

Non-data size: 5

Instances


Project Name: dmlc/gluon-cv
Commit Name: 8c56ca6ae21d18e8e02e91f36f6ce7880457f3dc
Time: 2018-11-30
Author: cheungchih@gmail.com
File Name: docs/conf.py
Class Name:
Method Name:


Project Name: dmlc/gluon-nlp
Commit Name: 93acf01986ddc7c7adc2d7134cea07fec1760d6f
Time: 2018-07-10
Author: szha@users.noreply.github.com
File Name: docs/conf.py
Class Name:
Method Name:


Project Name: dmlc/gluon-nlp
Commit Name: 5046ad770bf2c5d57ff4ce68f1e2aa8e0f69ce26
Time: 2018-11-22
Author: szha@users.noreply.github.com
File Name: docs/conf.py
Class Name:
Method Name: