5046ad770bf2c5d57ff4ce68f1e2aa8e0f69ce26,docs/conf.py,,,#,25
Before Change
if not on_rtd and html_theme == "rtd":
import sphinx_rtd_theme
html_theme = "sphinx_rtd_theme"
html_theme_path = [sphinx_rtd_theme.get_html_theme_path()]
// 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".
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".
In pattern: SUPERPATTERN
Frequency: 3
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: NervanaSystems/nlp-architect
Commit Name: eaf11b10129b08960525eb277436a2c5330c89dc
Time: 2019-08-28
Author: peter.izsak@intel.com
File Name: docs-source/source/conf.py
Class Name:
Method Name:
Project Name: deepchem/deepchem
Commit Name: 73e09ea8690b20042b846fa2bc92748b47e30152
Time: 2017-08-27
Author: rbharath@stanford.edu
File Name: docs/source/conf.py
Class Name:
Method Name: