You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since #192 SOLVCON is upgraded to Python 3.6, and we may use type hinting. Sphinx should be enabled to extract the type information from the type hints.
Since #192 SOLVCON is upgraded to Python 3.6, and we may use type hinting. Sphinx should be enabled to extract the type information from the type hints.
I am investigating if https://pypi.python.org/pypi/sphinx-autodoc-typehints helps.