45297dae864437ae83c524c71ecdcf9a7608ed0d,doc/source/conf.py,,,#,88
Before Change
nn_gray = "//DDDDDD"
nn_dark_red = "//AE1111"
nn_white = "//FEFEFE"
html_theme_options = {
"footerbgcolor": nn_gray,
"footertextcolor": nn_black,
"sidebarbgcolor": nn_white,
"sidebartextcolor": nn_black,
"sidebarlinkcolor": nn_red,
"relbarbgcolor": nn_white,
"relbartextcolor": nn_black,
"relbarlinkcolor": nn_red,
"bgcolor": nn_white,
"textcolor": nn_black,
"linkcolor": nn_red,
"visitedlinkcolor": nn_dark_red,
"headbgcolor": nn_white,
"headtextcolor": nn_black,
"headlinkcolor": nn_red,
"codebgcolor": nn_gray,
"codetextcolor": nn_black,
"stickysidebar": "true",
}
html_logo = logo_path
After Change
from niftynet.utilities.versioning import get_niftynet_version
try:
// The short X.Y version.
version = get_niftynet_version().split(".dev")[0]
except (IndexError, AttributeError):
version = u""
// The full version, including alpha/beta/rc tags.
release = version
In pattern: SUPERPATTERN
Frequency: 3
Non-data size: 3
Instances Project Name: NifTK/NiftyNet
Commit Name: 45297dae864437ae83c524c71ecdcf9a7608ed0d
Time: 2017-12-11
Author: wenqi.li@ucl.ac.uk
File Name: doc/source/conf.py
Class Name:
Method Name:
Project Name: streamlit/streamlit
Commit Name: 5b1db2c8ec9fcf757394b6de7986b7f0a21d3833
Time: 2020-01-16
Author: rhone.j@gmail.com
File Name: lib/streamlit/hashing.py
Class Name:
Method Name: _hashing_error_message
Project Name: NervanaSystems/coach
Commit Name: b1e9ea48d86807382c5feca0d18a6bf71f5caa03
Time: 2019-01-03
Author: gouravr@amazon.com
File Name: rl_coach/architectures/tensorflow_components/savers.py
Class Name: GlobalVariableSaver
Method Name: restore