mirror of
https://github.com/fjosw/pyerrors.git
synced 2025-05-15 20:13:41 +02:00
Links added to documentation
This commit is contained in:
parent
c41ab8d299
commit
11d2f788cb
1 changed files with 9 additions and 0 deletions
|
@ -55,13 +55,22 @@ $\delta_i\delta_j$
|
||||||
|
|
||||||
## Covariance
|
## Covariance
|
||||||
|
|
||||||
|
# Correlators
|
||||||
|
`pyerrors.correlators.Corr`
|
||||||
|
|
||||||
# Optimization / fits / roots
|
# Optimization / fits / roots
|
||||||
|
`pyerrors.fits`
|
||||||
|
`pyerrors.roots`
|
||||||
|
|
||||||
|
|
||||||
# Complex observables
|
# Complex observables
|
||||||
|
`pyerrors.obs.CObs`
|
||||||
|
|
||||||
# Matrix operations
|
# Matrix operations
|
||||||
|
`pyerrors.linalg`
|
||||||
|
|
||||||
# Input
|
# Input
|
||||||
|
`pyerrors.input`
|
||||||
'''
|
'''
|
||||||
from .obs import *
|
from .obs import *
|
||||||
from .correlators import *
|
from .correlators import *
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue