204245164d400936ca602d867ae23aca311b74cb,doc/conf.py,,,#,23
Before Change
// add these directories to sys.path here. If the directory is relative to the
// documentation root, use os.path.abspath to make it absolute, like shown here.
sys.path.insert(0, os.path.abspath("../.."))
sys.path.insert(0, os.path.abspath("..") )
sys.path.insert(0, os.path.abspath("./"))
After Change
// 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.
html_theme_options = {
"source_link_position": "footer",
"bootswatch_theme": "flatly",
"navbar_sidebarrel": False,
"bootstrap_version": "3",
"navbar_links": [("Tutorial", "tutorial"),
("Gallery", "examples/index")],
}
// Add any paths that contain custom themes here, relative to this directory.
html_theme_path = sphinx_bootstrap_theme.get_html_theme_path()
// The name for this set of Sphinx documents. If None, it defaults to
In pattern: SUPERPATTERN
Frequency: 3
Non-data size: 3
Instances Project Name: soft-matter/trackpy
Commit Name: 204245164d400936ca602d867ae23aca311b74cb
Time: 2014-11-10
Author: daniel.b.allan@gmail.com
File Name: doc/conf.py
Class Name:
Method Name:
Project Name: r9y9/wavenet_vocoder
Commit Name: ee5e88bc0446986f6bc74080835e0566856d0e79
Time: 2019-09-07
Author: zryuichi@gmail.com
File Name: setup.py
Class Name:
Method Name:
Project Name: HDI-Project/MLBlocks
Commit Name: 835b683b85ff0ff8d812fadf3dad2371cb09c020
Time: 2018-04-09
Author: williamxue@dhcp-18-111-53-173.dyn.mit.edu
File Name: setup.py
Class Name:
Method Name: