diff --git a/docs/source/bucketing_algorithm.rst b/docs/source/bucketing_algorithm.rst new file mode 100644 index 000000000..6aeabb605 --- /dev/null +++ b/docs/source/bucketing_algorithm.rst @@ -0,0 +1,14 @@ +Bucketing Algorithm Methods +=========================== +.. automodule:: optimizely.bucketer + :members: + :special-members: + :private-members: + + +Decision Service +================ +.. automodule:: optimizely.decision_service + :members: + :special-members: + :private-members: \ No newline at end of file diff --git a/docs/source/conf.py b/docs/source/conf.py index 9e712490c..6b500dd99 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -56,4 +56,4 @@ # 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'] \ No newline at end of file +# html_static_path = ['_static'] diff --git a/docs/source/index.rst b/docs/source/index.rst index eb11cab80..9ff2b82d0 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -4,6 +4,12 @@ Python SDK .. mdinclude:: ../../README.md +.. toctree:: + :caption: Bucketing Algorithm + + bucketing_algorithm + + .. toctree:: :caption: Help