Links added to documentation

This commit is contained in:
Fabian Joswig 2021-11-07 21:08:40 +00:00
parent c41ab8d299
commit 11d2f788cb

View file

@ -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 *