.. pyimpspec documentation master file, created by sphinx-quickstart on Wed Jan 11 19:11:26 2023. You can adapt this file completely to your liking, but it should at least contain the root `toctree` directive. .. include:: ./substitutions.rst Welcome to pyimpspec's documentation! ===================================== .. only:: html .. image:: https://github.com/vyrjana/pyimpspec/actions/workflows/test-package.yml/badge.svg :alt: tests :target: https://github.com/vyrjana/pyimpspec/actions/workflows/test-package.yml .. image:: https://github.com/vyrjana/pyimpspec/actions/workflows/test-wheel.yml/badge.svg :alt: build :target: https://github.com/vyrjana/pyimpspec/actions/workflows/test-wheel.yml .. image:: https://img.shields.io/pypi/pyversions/pyimpspec :alt: Supported Python versions .. image:: https://img.shields.io/github/license/vyrjana/pyimpspec :alt: GitHub :target: https://www.gnu.org/licenses/gpl-3.0.html .. image:: https://img.shields.io/pypi/v/pyimpspec :alt: PyPI :target: https://pypi.org/project/pyimpspec/ Pyimpspec is a Python package for processing, analyzing, and visualizing impedance spectra. .. figure:: https://raw.githubusercontent.com/wiki/vyrjana/pyimpspec/images/kramers-kronig.png :alt: Kramers-Kronig test results .. only:: html .. note:: PDF copies of the documentation are available in the `releases section `_. The primary interface for using pyimpspec is the application programming interface (API). .. doctest:: >>> import pyimpspec A command-line interface (CLI) is also included to provide a way to, e.g., quickly plot some experimental data via a terminal. .. code:: bash # The CLI should be accessible in the terminal in the following ways pyimpspec python -m pyimpspec .. note:: If you would prefer to use a graphical user interface (GUI), then check out `DearEIS `_. The source code for pyimpspec can be found `here `_. The changelog can be found `here `_. If you encounter bugs or wish to request a feature, then please open an `issue on GitHub `_. If you wish to contribute to the project, then please read the `readme `_ before submitting a `pull request via GitHub `_. Pyimpspec is licensed under GPLv3_ or later. .. toctree:: :maxdepth: 2 :caption: Contents: guide apidocs