File tree Expand file tree Collapse file tree 7 files changed +14
-27
lines changed
Expand file tree Collapse file tree 7 files changed +14
-27
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ Development process
15152 . Please follow the [ commit message guidelines] ( https://github.com/angular/angular/blob/master/CONTRIBUTING.md#-commit-message-guidelines )
1616 for each commit message.
17173 . Make sure to add tests!
18- 4 . Run ` pep8 ` to ensure there are no lint errors.
18+ 4 . Run ` flake8 ` to ensure there are no lint errors.
19195 . ` git push ` your changes to GitHub.
20206 . Open a PR from your fork into the master branch of the original
2121 repo.
@@ -34,13 +34,12 @@ Pull request acceptance criteria
3434 - Tests are located in ` /tests ` with one file per class.
3535- Please don't change the ` __version__ ` . We'll take care of bumping
3636 the version when we next release.
37- - Lint your code with PEP-8 before submitting.
37+ - Lint your code with Flake8 before submitting.
3838
3939Style
4040-----
4141
42- We enforce Flake8 rules with a few minor
43- [ deviations] ( https://github.com/optimizely/python-sdk/blob/master/tox.ini ) .
42+ We enforce Flake8 rules.
4443
4544License
4645-------
Original file line number Diff line number Diff line change @@ -200,4 +200,4 @@ would be:
200200
201201### Contributing
202202
203- Please see [ CONTRIBUTING] ( CONTRIBUTING.md ) .
203+ Please see [ CONTRIBUTING] ( https://github.com/optimizely/python-sdk/blob/master/ CONTRIBUTING.md) .
Original file line number Diff line number Diff line change @@ -4,22 +4,6 @@ Optimizely's APIs
44 :members:
55
66
7- Event Builder
8- =============
9-
10- ``Event ``
11- ---------
12-
13- .. autoclass :: optimizely.event_builder.Event
14- :members:
15-
16- ``EventBuilder ``
17- ----------------
18-
19- .. autoclass :: optimizely.event_builder.EventBuilder
20- :members:
21-
22-
237Event Dispatcher
248================
259.. autoclass :: optimizely.event_dispatcher.EventDispatcher
Original file line number Diff line number Diff line change 1- Bucketing Algorithm Methods
2- ===========================
1+ Bucketing
2+ =========
33.. automodule :: optimizely.bucketer
44 :members:
55
Original file line number Diff line number Diff line change 1818
1919# -- Project information -----------------------------------------------------
2020
21- project = 'Python SDK'
21+ project = 'Optimizely Python SDK'
2222copyright = '2016-2020, Optimizely, Inc'
2323author = 'Optimizely, Inc.'
2424version = __version__
Original file line number Diff line number Diff line change 1- Python SDK
2- ==========
1+ Optimizely Python SDK
2+ =====================
33
4- .. mdinclude :: ../../README.md
4+ .. toctree ::
5+ :caption: Introduction
6+
7+ readme
58
69
710.. toctree ::
Original file line number Diff line number Diff line change 1+ .. mdinclude :: ../../README.md
You can’t perform that action at this time.
0 commit comments