.. _modules_index: API Reference ############# AutoEIS contains five modules: ``io`` for reading and writing data, ``core`` for finding the best fit and performing the analysis, ``visualization`` for plotting, ``utils`` for helper functions used in ``core``, and ``parser`` for parsing circuit strings. .. automodule:: autoeis .. autosummary:: :toctree: generated :recursive: autoeis.io autoeis.core autoeis.visualization autoeis.utils autoeis.parser