-
André Anjos authoredAndré Anjos authored
README.rst 1.84 KiB
Python bindings for bob.machine's Activation functors
This package contains a set of Pythonic bindings for Bob's machine Activation functors.
Installation
Install it through normal means, via PyPI or use zc.buildout
to bootstrap
the package and run test units.
Documentation
You can generate the documentation for this package, after installation, using Sphinx:
$ sphinx-build -b html doc sphinx
This shall place in the directory sphinx
, the current version for the
documentation of the package.