Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions docs/source/bucketing_algorithm.rst
Original file line number Diff line number Diff line change
@@ -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:
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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']
# html_static_path = ['_static']
6 changes: 6 additions & 0 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ Python SDK
.. mdinclude:: ../../README.md


.. toctree::
:caption: Bucketing Algorithm

bucketing_algorithm


.. toctree::
:caption: Help

Expand Down