70241c951da537919f8203e4bb5c8ae1123aeb2f,docs/conf.py,,,#,22

Before Change


// If extensions (or modules to document with autodoc) are in another directory,
// 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, "/home/timo/projects/estnltk")
sys.path.insert(0, "/home/keeletehnoloogia/estnltk")

// -- General configuration ------------------------------------------------

After Change


//

__version__ = None //placeholder, will be filled by exec
with open("../estnltk/__about__.py", "r") as about_file:
    exec(about_file.read())

// The short X.Y version.
version = __version__ //".".join(__version__.split(".")[:3])
// The full version, including alpha/beta/rc tags.
release = __version__
Italian Trulli
In pattern: SUPERPATTERN

Frequency: 3

Non-data size: 4

Instances


Project Name: estnltk/estnltk
Commit Name: 70241c951da537919f8203e4bb5c8ae1123aeb2f
Time: 2016-11-15
Author: u.raudvere@gmail.com
File Name: docs/conf.py
Class Name:
Method Name:


Project Name: open-mmlab/mmcv
Commit Name: f75f4094f3e6b553f4f1d3cec209a32d187acc58
Time: 2018-10-11
Author: chenkaidev@gmail.com
File Name: docs/conf.py
Class Name:
Method Name:


Project Name: pantsbuild/pants
Commit Name: 076e01d237ab3b58cdb395fb04a7f176ab02209d
Time: 2013-10-31
Author: benjy@foursquare.com
File Name: src/python/twitter/pants/tasks/__init__.py
Class Name: Task
Method Name: update_artifact_cache