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
15
15
2 . Please follow the [ commit message guidelines] ( https://github.com/angular/angular/blob/master/CONTRIBUTING.md#-commit-message-guidelines )
16
16
for each commit message.
17
17
3 . 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.
19
19
5 . ` git push ` your changes to GitHub.
20
20
6 . Open a PR from your fork into the master branch of the original
21
21
repo.
@@ -34,13 +34,12 @@ Pull request acceptance criteria
34
34
- Tests are located in ` /tests ` with one file per class.
35
35
- Please don't change the ` __version__ ` . We'll take care of bumping
36
36
the version when we next release.
37
- - Lint your code with PEP-8 before submitting.
37
+ - Lint your code with Flake8 before submitting.
38
38
39
39
Style
40
40
-----
41
41
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.
44
43
45
44
License
46
45
-------
Original file line number Diff line number Diff line change @@ -200,4 +200,4 @@ would be:
200
200
201
201
### Contributing
202
202
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
4
4
:members:
5
5
6
6
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
-
23
7
Event Dispatcher
24
8
================
25
9
.. autoclass :: optimizely.event_dispatcher.EventDispatcher
Original file line number Diff line number Diff line change 1
- Bucketing Algorithm Methods
2
- ===========================
1
+ Bucketing
2
+ =========
3
3
.. automodule :: optimizely.bucketer
4
4
:members:
5
5
Original file line number Diff line number Diff line change 18
18
19
19
# -- Project information -----------------------------------------------------
20
20
21
- project = 'Python SDK'
21
+ project = 'Optimizely Python SDK'
22
22
copyright = '2016-2020, Optimizely, Inc'
23
23
author = 'Optimizely, Inc.'
24
24
version = __version__
Original file line number Diff line number Diff line change 1
- Python SDK
2
- ==========
1
+ Optimizely Python SDK
2
+ =====================
3
3
4
- .. mdinclude :: ../../README.md
4
+ .. toctree ::
5
+ :caption: Introduction
6
+
7
+ readme
5
8
6
9
7
10
.. 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