Skip to content

Commit

Permalink
Added documentation for transform layer.
Browse files Browse the repository at this point in the history
  • Loading branch information
ragav committed Feb 3, 2017
1 parent 29a8e5e commit 3dc6f35
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/source/yann/layers/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,6 @@ Specific layers that can be used are
flatten
output
random
transform


9 changes: 9 additions & 0 deletions docs/source/yann/layers/transform.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
.. _transform_layer:

:mod:`transform` - transform layers
====================================

The file ``yann.layers.transform.py`` contains the definition for the transformation layers.

.. automodule:: yann.layers.transform
:members:

0 comments on commit 3dc6f35

Please sign in to comment.