docs: Section about Jackknife samples movded to input, typos corrected.

This commit is contained in:
Fabian Joswig 2022-02-22 09:57:35 +00:00
parent 4bb76ad04f
commit 43191db72f
2 changed files with 9 additions and 9 deletions

View file

@ -1,5 +1,9 @@
r'''
`pyerrors` includes an `input` submodule in which input routines and parsers for the output of various numerical programs are contained.
# Jackknife samples
For comparison with other analysis workflows `pyerrors` can also generate jackknife samples from an `Obs` object or import jackknife samples into an `Obs` object.
See `pyerrors.obs.Obs.export_jackknife` and `pyerrors.obs.import_jackknife` for details.
'''
from . import bdio
from . import hadrons