5046ad770bf2c5d57ff4ce68f1e2aa8e0f69ce26,docs/conf.py,,,#,25

Before Change


// -- Options for HTML output ----------------------------------------------

// The theme is set by the make target
html_theme = os.environ.get("GLUONNLP_THEME", "rtd")

on_rtd = os.environ.get("READTHEDOCS", None) == "True"
// only import rtd theme and set it if want to build docs locally
if not on_rtd and html_theme == "rtd":

After Change



html_theme = "mxtheme"
html_theme_path = ["mxtheme"]
html_theme_options = {
    "primary_color": "blue",
    "accent_color": "deep_orange",
    "header_links" : [
        ("Install", "install", False, ""),
        ("API", "api/index", False, ""),
        ("Community", "community/index", False, ""),
        ("Contribute", "community/contribute", False, ""),
        ("GitHub", "https://github.com/dmlc/gluon-nlp/", True, ""),
    ],

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

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

// Add any paths that contain custom static files (such as style sheets) here,
// relative to this directory. They are copied after the builtin static files,
// so a file named "default.css" will overwrite the builtin "default.css".
Italian Trulli
In pattern: SUPERPATTERN

Frequency: 4

Non-data size: 5

Instances


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:


Project Name: ray-project/ray
Commit Name: f31ee84bfdc6dc2325c8890412a965e509074d0a
Time: 2020-09-05
Author: wlx65005@gmail.com
File Name: streaming/python/runtime/transfer.py
Class Name: DataReader
Method Name: __init__


Project Name: ray-project/ray
Commit Name: 6f9d39fb3ee94510dc29bef2c4de855412a5575b
Time: 2021-02-10
Author: architkulkarni@users.noreply.github.com
File Name: python/ray/monitor.py
Class Name: Monitor
Method Name: __init__


Project Name: ray-project/ray
Commit Name: 1b1466748f1db72835a594d73d502e9787e080a9
Time: 2020-09-04
Author: wlx65005@gmail.com
File Name: streaming/python/runtime/transfer.py
Class Name: DataReader
Method Name: __init__