Skip to content

Commit

Permalink
Merge pull request #3240 from unnonouno/fix-link-doc
Browse files Browse the repository at this point in the history
Fix link document
  • Loading branch information
niboshi committed Aug 25, 2017
2 parents fa79754 + ad22f41 commit b08f340
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions docs/source/reference/links.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ Learnable connections

chainer.links.Bias
chainer.links.Bilinear
chainer.links.ChildSumTreeLSTM
chainer.links.Convolution2D
chainer.links.ConvolutionND
chainer.links.Deconvolution2D
Expand All @@ -36,6 +37,7 @@ Learnable connections
chainer.links.Linear
chainer.links.LSTM
chainer.links.MLPConvolution2D
chainer.links.NaryTreeLSTM
chainer.links.NStepBiGRU
chainer.links.NStepBiLSTM
chainer.links.NStepBiRNNReLU
Expand All @@ -49,16 +51,6 @@ Learnable connections
chainer.links.StatefulPeepholeLSTM
chainer.links.StatelessLSTM

ChildSumTreeLSTM
~~~~~~~~~~~~~~~~
.. autoclass:: ChildSumTreeLSTM
:members:

NaryTreeLSTM
~~~~~~~~~~~~
.. autoclass:: NaryTreeLSTM
:members:

Activation/loss/normalization functions with parameters
-------------------------------------------------------

Expand Down

0 comments on commit b08f340

Please sign in to comment.