BrainPy-style Projections
=========================

Connect neural populations with the Comm-Syn-Out architecture.

.. currentmodule:: brainpy.state

Projection Classes
------------------

.. autosummary::
    :toctree: generated/
    :nosignatures:
    :template: classtemplate.rst

    Projection
    AlignPostProj
    DeltaProj
    CurrentProj

Projection Helper Functions
----------------------------

.. autosummary::
    :toctree: generated/
    :nosignatures:
    :template: classtemplate.rst

    align_pre_projection
    align_post_projection

Gap Junction Projections
------------------------

.. autosummary::
    :toctree: generated/
    :nosignatures:
    :template: classtemplate.rst

    SymmetryGapJunction
    AsymmetryGapJunction
