Skip to content

Commit 467f59a

Browse files
Polish docstrings for static operators (ReactiveX#426)
* Polish docstrings for rx/__init__.py * Include **/__init__.py in coverage
1 parent dc765aa commit 467f59a

File tree

13 files changed

+317
-218
lines changed

13 files changed

+317
-218
lines changed

.coveragerc

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
omit =
33
*/python?.?/*
44
*/site-packages/nose/*
5-
*__init__*
65
exclude_lines =
76
pragma: no cover
87
return NotImplemented

docs/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ def format_annotation(annotation):
144144
#
145145
# html_theme_options = {}
146146
html_theme_options = {
147-
'projectlink': url,
147+
'projectlink': url
148148
}
149149

150150
# Add any paths that contain custom static files (such as style sheets) here,

0 commit comments

Comments
 (0)