diff --git a/docs/api.rst b/docs/api.rst new file mode 100644 index 0000000..686f40f --- /dev/null +++ b/docs/api.rst @@ -0,0 +1,7 @@ +API +=== + +.. autosummary:: + :toctree: generated + + tableone diff --git a/docs/conf.py b/docs/conf.py index 9c40f81..a512575 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -109,7 +109,7 @@ # Add any paths that contain custom static files (such as style sheets) here, # relative to this directory. They are copied after the builtin static files, # so a file named "default.css" will overwrite the builtin "default.css". -html_static_path = [] # ['_static'] +html_static_path = [] # ['_static'] # -- Options for HTMLHelp output ------------------------------------------