.. MVPy documentation master file, created by sphinx-quickstart on Fri Feb 28 09:44:18 2025. You can adapt this file completely to your liking, but it should at least contain the root `toctree` directive. 🚀 Getting started with MVPy ============================ MVPy is a python library that I started to write as part of my PhD, particularly with the aim of making multivariate pattern analysis methods available with built-in GPU support. To get started, simply install MVPy using pip: .. code-block:: bash pip install git+https://github.com/fabianschneider/mvpy.git 🐣 So what can MVPy do? ======================= Once you have installed MVPy, you can dive into some of the examples of what you can do: - `Representational similarity analysis <>` 🔎 Documentation ================ Find the full documentation here :ref:`documentation`. .. toctree:: :hidden: :maxdepth: 5 documentation/index examples/index