mirror of
https://github.com/fjosw/pyerrors.git
synced 2025-06-30 16:59:27 +02:00
docs: Section about Jackknife samples movded to input, typos corrected.
This commit is contained in:
parent
4bb76ad04f
commit
43191db72f
2 changed files with 9 additions and 9 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue