Skip to content

Commit

Permalink
fixing docs
Browse files Browse the repository at this point in the history
  • Loading branch information
kmheckel committed Aug 11, 2023
1 parent 9d18b88 commit 8c7759e
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 89 deletions.
8 changes: 4 additions & 4 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ https://github.com/kmheckel/spyx

introduction
quickstart
source/api/data
source/api/loss
source/api/fn
source/api/nn
spyx.axn
spyx.fn
spyx.nn
spyx.data


Indices and tables
Expand Down
35 changes: 3 additions & 32 deletions docs/source/api/axn.rst
Original file line number Diff line number Diff line change
@@ -1,35 +1,6 @@
spyx.axn
===============

.. currentmodule:: spyx.axn


.. autofunc:: Boxcar
:members:
:undoc-members:
:show-inheritance:

.. autofunc:: Sigmoid
:members:
:undoc-members:
:show-inheritance:

.. autofunc:: Arctan
:members:
:undoc-members:
:show-inheritance:

.. autofunc:: SuperSpike
:members:
:undoc-members:
:show-inheritance:

.. autofunc:: AdaSpike
:members:
:undoc-members:
:show-inheritance:

.. autoclass:: ActivityRegularization
:members:
:undoc-members:
:show-inheritance:
.. automodule:: spyx.axn
:members:
:undoc-members:
19 changes: 3 additions & 16 deletions docs/source/api/data.rst
Original file line number Diff line number Diff line change
@@ -1,19 +1,6 @@
spyx.data
=========

.. currentmodule:: spyx.data

.. autoclass:: MNIST_loader
:members:
:undoc-members:
:show-inheritance:

.. autoclass:: NMNIST_loader
:members:
:undoc-members:
:show-inheritance:

.. autoclass:: SHD_loader
:members:
:undoc-members:
:show-inheritance:
.. automodule:: spyx.data
:members:
:undoc-members:
14 changes: 3 additions & 11 deletions docs/source/api/fn.rst
Original file line number Diff line number Diff line change
@@ -1,14 +1,6 @@
spyx.fn
=========

.. currentmodule:: spyx.fn

.. autofunc:: integral_xentropy

.. autofunc:: integral_accuracy

.. autofunc:: regularized_xentropy

.. autofunc:: SRR_MSE

.. autofunc:: SRR_INV
.. automodule:: spyx.fn
:members:
:undoc-members:
29 changes: 3 additions & 26 deletions docs/source/api/nn.rst
Original file line number Diff line number Diff line change
@@ -1,29 +1,6 @@
spyx.nn
=======

.. currentmodule:: spyx.nn

.. autoclass:: LI
:members:
:undoc-members:
:show-inheritance:

.. autoclass:: LIF
:members:
:undoc-members:
:show-inheritance:

.. autoclass:: ALIF
:members:
:undoc-members:
:show-inheritance:

.. autoclass:: RLIF
:members:
:undoc-members:
:show-inheritance:

.. autoclass:: SC
:members:
:undoc-members:
:show-inheritance:
.. automodule:: spyx.nn
:members:
:undoc-members:

0 comments on commit 8c7759e

Please sign in to comment.