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: 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: undertheseanlp/underthesea
Commit Name: 995682e2cb0699a39bdb0f7d2f8f5cc77f9cc6fb
Time: 2018-07-24
Author: anhv.ict91@gmail.com
File Name: underthesea/sentiment/bank/__init__.py
Class Name:
Method Name:
Project Name: undertheseanlp/underthesea
Commit Name: f95c0ab527b5bf8a1c92d05e77d165f668435d22
Time: 2018-07-23
Author: anhv.ict91@gmail.com
File Name: underthesea/classification/bank/__init__.py
Class Name:
Method Name: