We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c505c89 commit acac48fCopy full SHA for acac48f
docs/conf.py
@@ -78,6 +78,7 @@
78
# -- AutoAPI -----------------------------------------------------------------
79
autoapi_type = 'python'
80
autoapi_dirs = ['../sklearn_pmml_model']
81
+autoapi_add_toctree_entry = False
82
83
84
def setup(app):
docs/index.rst
@@ -48,6 +48,7 @@ A library to effortlessly import models trained on different platforms and with
48
:caption: Contents:
49
50
Install <install>
51
+ API Reference <autoapi/index>
52
Contribute <contributing>
53
Release notes <release_notes>
54
0 commit comments