https://github.com/ESMValGroup/ESMValTool
Raw File
Tip revision: 177ee7c7e5cce60022f41b39b15d5abc1c36df10 authored by Ruth Lorenz on 03 April 2019, 15:01:20 UTC
fixed unit in percent in plot if percent change calculated, fixed labels for precip in recipe
Tip revision: 177ee7c
setup.cfg
[build_sphinx]
source-dir = doc/sphinx/source
build-dir = doc/sphinx/build
all_files = 1
builder = html

[tool:pytest]
log_level = DEBUG
env =
    MPLBACKEND = Agg

[pydocstyle]
convention = numpy
back to top