Python codes for Spikes, decisions, and actions, Wilson 1999 ############################################################## Installation, How to use ============================= - using on Colab (Recommended) - Go to examples - Open a notebook and click on "open on colab" - Uncomment the cell with pip install command to install the netsci package. - using on local machines .. code-block:: bash pip3 install -e . # or pip install "git+https://github.com/Ziaeemehr/spikes.git" Indices and tables ------------------- * :ref:`genindex` * :ref:`modindex` * :ref:`search` Chapters =========================== .. toctree:: :maxdepth: 3 :caption: Contents: examples/chap_03 examples/chap_04 examples/chap_05 examples/chap_06 API and documentation =========================== .. automodule:: spikes :members: :undoc-members: spikes.utils ---------------------------- .. automodule:: spikes.utils :members: :undoc-members: spikes.plot ---------------------------- .. automodule:: spikes.plot :members: :undoc-members: spikes.solver ---------------------------- .. automodule:: spikes.solver :members: :undoc-members: