Skip to content

Commit

Permalink
Merge 63f92e5 into b630f93
Browse files Browse the repository at this point in the history
  • Loading branch information
chenghuzi authored Jul 24, 2022
2 parents b630f93 + 63f92e5 commit ccd1ce6
Show file tree
Hide file tree
Showing 7 changed files with 927 additions and 497 deletions.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ jobs:
command: |
source ~/miniconda/bin/activate testenv
pip install -U pip setuptools virtualenv
pip install ipywidgets voila
python setup.py install
- run:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/linkcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install numpy matplotlib scipy NEURON
pip install ipywidgets voila
pip install sphinx-gallery sphinx sphinx_bootstrap_theme numpydoc pillow
- name: Linkcheck
shell: bash -el {0}
Expand Down
11 changes: 11 additions & 0 deletions doc/api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -103,3 +103,14 @@ Input and Output:
read_params
read_dipole
read_spikes

GUI (:py:mod:`hnn_core.gui`):
-----------------------------

.. currentmodule:: hnn_core.gui

.. autosummary::
:toctree: generated/

HNNGUI

1 change: 1 addition & 0 deletions hnn_core/gui/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
from .gui import HNNGUI, launch
Loading

0 comments on commit ccd1ce6

Please sign in to comment.