mirror of
https://github.com/fjosw/pyerrors.git
synced 2025-03-15 14:50:25 +01: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
|
||||
|
||||
# Correlators
|
||||
`pyerrors.correlators.Corr`
|
||||
|
||||
# Optimization / fits / roots
|
||||
`pyerrors.fits`
|
||||
`pyerrors.roots`
|
||||
|
||||
|
||||
# Complex observables
|
||||
`pyerrors.obs.CObs`
|
||||
|
||||
# Matrix operations
|
||||
`pyerrors.linalg`
|
||||
|
||||
# Input
|
||||
`pyerrors.input`
|
||||
'''
|
||||
from .obs import *
|
||||
from .correlators import *
|
||||
|
|
Loading…
Add table
Reference in a new issue