Skip to content

Commit

Permalink
FIxed documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
NEGU93 committed Sep 1, 2021
1 parent 1905d81 commit 7242de9
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 8 deletions.
2 changes: 1 addition & 1 deletion docs/layers.rst
Expand Up @@ -6,6 +6,6 @@ Complex Layers

layers/complex_conv
layers/complex_dense
layers/complex_pooling_2d
layers/complex_pooling
layers/complex_upsampling
layers/dropout
8 changes: 8 additions & 0 deletions docs/layers/complex_pooling.rst
@@ -0,0 +1,8 @@
Complex Pooling
---------------

.. toctree::
:maxdepth: 2

complex_pooling_2d
complex_pooling_1d
6 changes: 3 additions & 3 deletions docs/layers/complex_pooling_1d.rst
@@ -1,5 +1,5 @@
Complex Pooling 2D
------------------
Complex Pooling 1D
^^^^^^^^^^^^^^^^^^

.. py:class:: ComplexPooling2D
Expand All @@ -17,7 +17,7 @@ Complex Pooling 2D
.. _complex-max-pooling-label:

Complex Average Pooling 1D
^^^^^^^^^^^^^^^^^^^^^^^^^^
""""""""""""""""""""""""""

.. py:class:: ComplexAvgPooling1D
Expand Down
8 changes: 4 additions & 4 deletions docs/layers/complex_pooling_2d.rst
@@ -1,5 +1,5 @@
Complex Pooling 2D
------------------
^^^^^^^^^^^^^^^^^^

.. py:class:: ComplexPooling2D
Expand All @@ -22,7 +22,7 @@ Complex Pooling 2D
.. _complex-max-pooling-label:

Complex Max Pooling 2D
^^^^^^^^^^^^^^^^^^^^^^
""""""""""""""""""""""

.. py:class:: ComplexMaxPooling2D
Expand Down Expand Up @@ -108,7 +108,7 @@ This layer also works for real-valued input, for example:
Complex Average Pooling 2D
^^^^^^^^^^^^^^^^^^^^^^^^^^
""""""""""""""""""""""""""

.. py:class:: ComplexAvgPooling2D
Expand Down Expand Up @@ -179,7 +179,7 @@ The results is then
Complex Max Pooling 2D With Argmax
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
""""""""""""""""""""""""""""""""""


.. py:class:: ComplexMaxPooling2DWithArgmax
Expand Down

0 comments on commit 7242de9

Please sign in to comment.