Skip to content
Snippets Groups Projects
Commit dd478bbe authored by Alán Muñoz's avatar Alán Muñoz
Browse files

add .readthedocs and other conveniences

parent f8e7ba92
No related branches found
No related tags found
No related merge requests found
""" """
Class to group multiple positions into one using one of several criteria. Class to group multiple positions into one using one different available criteria.
""" """
from pathlib import Path from pathlib import Path
...@@ -9,7 +9,7 @@ import h5py ...@@ -9,7 +9,7 @@ import h5py
import pandas as pd import pandas as pd
from agora.io.bridge import groupsort from agora.io.bridge import groupsort
from postprocessor.core.io.signal import Signal from agora.io.signal import Signal
from postprocessor.core.abc import ParametersABC, ProcessABC from postprocessor.core.abc import ParametersABC, ProcessABC
......
"""
Collection of processes that work on multiple signals.
"""
#!/usr/bin/env python3 #!/usr/bin/env python3
""" """
System that produce a report summarising the results of an experiment. Automatic summarissed report to condense results of an experiment.
It should NOT contain text beyond labels and titles. It should NOT contain text beyond labels and titles.
The most efficient way to communicate information is (inteligently) colour-coded figures and tables. The most efficient way to communicate information is (inteligently) colour-coded figures and tables.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment