diff --git a/docs/_sources/index.rst.txt b/docs/_sources/index.rst.txt index c772f87..edc1287 100644 --- a/docs/_sources/index.rst.txt +++ b/docs/_sources/index.rst.txt @@ -1,7 +1,7 @@ Welcome to Nyoka's documentation! ================================= -.. image:: nyoka_logo.PNG +.. figure:: nyoka_logo.PNG Nyoka is a Python library for comprehensive support of the latest PMML standard plus extensions for data preprocessing, script execution and highly compacted representation of deep neural networks. Using Nyoka, Data Scientists can export a large number of Machine Learning and Deep Learning models from popular Python frameworks into PMML by either using any of the numerous included ready-to-use exporters or by creating their own exporter for specialized/individual model types by simply calling a sequence of constructors.