eonu / sequentia

Scikit-Learn compatible HMM and DTW based sequence machine learning algorithms in Python.

Home Page:https://pypi.org/project/sequentia/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fix type specification in docs

eonu opened this issue · comments

After v0.10.0, types are displayed incorrectly on RTD, since a space was added before the colon:
param: type -> param : type.

While this is the correct way to format types according to the Numpy docstring guide, it results in paramtype (ignoring spaces and colon) on RTD for some reason. To fix this, all types need to be reverted to param: type format.