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("./"))
// -- General configuration -----------------------------------------------------
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: 5
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: keunwoochoi/kapre
Commit Name: 4a5db1e518ff0743553f185afbc2efe568447f6d
Time: 2017-05-30
Author: gnuchoi+github@gmail.com
File Name: docs/conf.py
Class Name:
Method Name:
Project Name: hmmlearn/hmmlearn
Commit Name: 45a777f96bf8c4d2a357ce1db7f34297a346005d
Time: 2015-02-08
Author: superbobry@gmail.com
File Name: doc/conf.py
Class Name:
Method Name: