From 23c8ce71306089da7fc18fa3eeedb31f8c28e85d Mon Sep 17 00:00:00 2001 From: "Chi Wang (MSR)" Date: Fri, 5 Feb 2021 22:36:19 -0800 Subject: [PATCH] doc --- docs/conf.py | 2 +- docs/index.rst | 16 ++++++++++++++++ 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index e6e6a823e..903fa6840 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -18,7 +18,7 @@ # -- Project information ----------------------------------------------------- project = 'FLAML' -copyright = '2020, FLAML Team' +copyright = '2020-2021, FLAML Team' author = 'FLAML Team' diff --git a/docs/index.rst b/docs/index.rst index e05f4fdf7..e47e9fc5f 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -21,6 +21,22 @@ AutoML :members: +Tune +------ + +.. automodule:: flaml.tune + :members: + +.. autoclass:: flaml.BlendSearch + :members: + +.. autoclass:: flaml.CFO + :members: + +.. autoclass:: flaml.FLOW2 + :members: + + .. Indices and tables .. ==================