Update global.rst documentation
This commit is contained in:
parent
66d7e70806
commit
05e5189fc5
@ -4,11 +4,16 @@ Global options
|
||||
.. autodata:: yli.config
|
||||
|
||||
.. autoattribute:: yli.config.Config.alpha
|
||||
:annotation: = 0.05
|
||||
|
||||
.. autoattribute:: yli.config.Config.pvalue_leading_zero
|
||||
:annotation: = True
|
||||
|
||||
.. autoattribute:: yli.config.Config.pvalue_max_dps
|
||||
:annotation: = 3
|
||||
|
||||
.. autoattribute:: yli.config.Config.pvalue_min_dps
|
||||
:annotation: = 2
|
||||
|
||||
.. autoattribute:: yli.config.Config.repr_is_summary
|
||||
:annotation: = True
|
||||
|
@ -18,7 +18,7 @@ class Config:
|
||||
"""Global configuration for the library"""
|
||||
|
||||
def __init__(self):
|
||||
# NOTE: If add any attributes here, must also change docs/global.rst
|
||||
# NOTE: If change any attributes here, must also change docs/global.rst
|
||||
|
||||
#: Display at least this many decimal places for *p* values (*int*)
|
||||
self.pvalue_min_dps = 2
|
||||
|
Loading…
Reference in New Issue
Block a user