Skip to content

Commit

Permalink
Exculde GUI from build
Browse files Browse the repository at this point in the history
Signed-off-by: samadpls <abdulsamadsid1@gmail.com>
  • Loading branch information
samadpls authored and ntolley committed Jul 8, 2024
1 parent 6e05c43 commit 80882b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 34 deletions.
2 changes: 1 addition & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
# List of patterns, relative to source directory, that match files and
# directories to ignore when looking for source files.
# This pattern also affects html_static_path and html_extra_path .
exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store']
exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store', 'gui/index.rst']

# The name of the Pygments (syntax highlighting) style to use.
pygments_style = 'sphinx'
Expand Down
34 changes: 1 addition & 33 deletions doc/gui/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,36 +2,4 @@
GUI
===

The brand-new lightweight web-based hnn GUI that works with hnn-core.

.. raw:: html

<div class="sphx-glr-thumbnails">
<div class="sphx-glr-thumbcontainer"
tooltip="Basic GUI usage">

.. only:: html

.. image:: https://user-images.githubusercontent.com/11160442/197026635-39b6564a-f529-4caf-870e-af9ca4d2fb75.png
:alt: 01. Basic GUI usage

:doc:`basic_gui_usage`

.. raw:: html

<div class="sphx-glr-thumbnail-title">01. Basic GUI usage</div>
</div>
<div class="sphx-glr-thumbcontainer" tooltip="Simulate ERP using GUI">

.. only:: html

.. image:: https://hnn.brown.edu/wp-content/uploads/2019/06/ERP_.png
:alt: 02. Simulate Event Related Potentials (ERPs)

:doc:`tutorial_erp`

.. raw:: html

<div class="sphx-glr-thumbnail-title">02. Simulate ERP using GUI</div>
</div>
</div>
The brand-new lightweight web-based hnn GUI that works with hnn-core.

0 comments on commit 80882b7

Please sign in to comment.