204245164d400936ca602d867ae23aca311b74cb,doc/conf.py,,,#,23
Before Change
sys.path.extend([
// numpy standard doc extensions
os.path.join(os.path.dirname(__file__),
"..", "../..",
"sphinxext")
])
// Add any Sphinx extension module names here, as strings. They can be extensions
// coming with Sphinx (named "sphinx.ext.*") or your custom ones.
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: 7
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: 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: automl/auto-sklearn
Commit Name: f147343828b8bd6f5ec6fe915cd29e636ed04006
Time: 2015-03-06
Author: feurerm@informatik.uni-freiburg.de
File Name: test/metalearning/test_metalearning.py
Class Name: Test
Method Name: test_metalearning
Project Name: rtavenar/tslearn
Commit Name: 435550e4d9b6385b454ad58daa770d98174f46c7
Time: 2017-06-20
Author: romain.tavenard@univ-rennes2.fr
File Name: tslearn/docs/conf.py
Class Name:
Method Name: