Skip to content

Commit

Permalink
small doc fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Yurii Shevchuk committed Apr 4, 2019
1 parent 2250bb7 commit e95a037
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion site/buildsite.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ sphinx-apidoc -e \
-o apidocs \
../neupy && \
tinker --build && \
#python search-index/build.py --for-deploy && \
python search-index/build.py --for-deploy && \
export IS_SUCCESS=1

if [ $IS_SUCCESS ]; then
Expand Down
2 changes: 1 addition & 1 deletion site/docs/algorithms/constructible-architecture.rst
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ Before using these algorithms you must understand that not all of them are suita
Loss functions
--------------

NeuPy has many different :ref:`loss functions <cheatsheet-error-function>`. These loss functions can be specified specified as a string.
NeuPy has many different loss functions. These loss functions can be specified specified as a string.

.. code-block:: python
Expand Down
2 changes: 1 addition & 1 deletion site/pages/cheatsheet.rst
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ Layers with activation function
neupy.layers.LeakyRelu
neupy.layers.Elu
neupy.layers.PRelu
neupy.layers.Sofplus
neupy.layers.Softplus
neupy.layers.Softmax

Convolutional layers
Expand Down

0 comments on commit e95a037

Please sign in to comment.