Skip to content

Commit f15964b

Browse files
authored
Include docstrings from bucketer.py and decision_service.py to the docs (#244)
* Include docstrings from bucketer.py and decision_service.py to the docs * Fix Travis failure Co-authored-by: Polina Nguen <polina.nguen@optimizely.com>
1 parent 1a59c06 commit f15964b

File tree

3 files changed

+21
-1
lines changed

3 files changed

+21
-1
lines changed

docs/source/bucketing_algorithm.rst

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
Bucketing Algorithm Methods
2+
===========================
3+
.. automodule:: optimizely.bucketer
4+
:members:
5+
:special-members:
6+
:private-members:
7+
8+
9+
Decision Service
10+
================
11+
.. automodule:: optimizely.decision_service
12+
:members:
13+
:special-members:
14+
:private-members:

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,4 +56,4 @@
5656
# Add any paths that contain custom static files (such as style sheets) here,
5757
# relative to this directory. They are copied after the builtin static files,
5858
# so a file named "default.css" will overwrite the builtin "default.css".
59-
# html_static_path = ['_static']
59+
# html_static_path = ['_static']

docs/source/index.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ Python SDK
44
.. mdinclude:: ../../README.md
55

66

7+
.. toctree::
8+
:caption: Bucketing Algorithm
9+
10+
bucketing_algorithm
11+
12+
713
.. toctree::
814
:caption: Help
915

0 commit comments

Comments
 (0)