Skip to content

Commit

Permalink
deploy: 48ea280
Browse files Browse the repository at this point in the history
  • Loading branch information
Ziaeemehr committed Dec 6, 2023
0 parents commit e6d855f
Show file tree
Hide file tree
Showing 22 changed files with 2,674 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .buildinfo
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Sphinx build info version 1
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
config: 7903e5f1e3f5077ed187f1a87ebce682
tags: 645f666f9bcd5a90fca523b33c5a78b7
Binary file added .doctrees/environment.pickle
Binary file not shown.
Binary file added .doctrees/index.doctree
Binary file not shown.
Empty file added .nojekyll
Empty file.
21 changes: 21 additions & 0 deletions _sources/index.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
The MNDynamics module
########################

Modeling Neural Dynamics
========================

An Introduction to Modeling Neuronal Dynamics - Christoph Borgers in python

Installation
------------

- from source code

For runnig the notebooks online, there is no need for installation and just use your browser, but you can intall the package from source code:

.. code-block:: bash
pip3 install -e .
# or
pip install "git+https://github.com/Ziaeemehr/mndynamics.git"
Loading

0 comments on commit e6d855f

Please sign in to comment.