5bf5e46c69328444ac777cabd8ddf5b412230771,docs/en_US/conf.py,,,#,19
Before Change
// The suffix(es) of source filenames.
// You can specify multiple suffix as a list of string:
//
source_parsers = {
".md": CommonMarkParser
}
source_suffix = [".rst", ".md"]
// The master toctree document.
After Change
// external links (for github code)
// Reference the code via :githublink:`path/to/your/example/code.py`
git_commit_id = subprocess.check_output(["git", "rev-parse", "HEAD"]).decode().strip()
extlinks = {
"githublink": ("https://github.com/microsoft/nni/blob/" + git_commit_id + "/%s", "Github link: ")
}
In pattern: SUPERPATTERN
Frequency: 4
Non-data size: 8
Instances Project Name: Microsoft/nni
Commit Name: 5bf5e46c69328444ac777cabd8ddf5b412230771
Time: 2020-12-09
Author: Yuge.Zhang@microsoft.com
File Name: docs/en_US/conf.py
Class Name:
Method Name:
Project Name: Theano/Theano
Commit Name: b7d23606db54f1b60d0efae50922549234b20661
Time: 2017-07-31
Author: abergeron@gmail.com
File Name: theano/configdefaults.py
Class Name:
Method Name:
Project Name: Microsoft/nni
Commit Name: 25db55caee4325b3b8ad3e3b48de76f349beeae6
Time: 2021-01-04
Author: 48014605+kvartet@users.noreply.github.com
File Name: docs/zh_CN/conf.py
Class Name:
Method Name:
Project Name: Theano/Theano
Commit Name: f8a7c0edb2c4123d032fa32073c7356a7a17d9f0
Time: 2017-08-07
Author: stevenbocco@gmail.com
File Name: theano/configdefaults.py
Class Name:
Method Name: