Skip to content

Commit 262853d

Browse files
Tweaks to how documentation is ordered
1 parent fd4979a commit 262853d

2 files changed

Lines changed: 23 additions & 8 deletions

File tree

docs/simplejustwatchapi.rst

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
simplejustwatchapi package
22
==========================
33

4+
Module contents
5+
---------------
6+
7+
.. automodule:: simplejustwatchapi
8+
:members:
9+
:undoc-members:
10+
:show-inheritance:
11+
412
Submodules
513
----------
614

@@ -35,11 +43,3 @@ simplejustwatchapi.tuples module
3543
:members:
3644
:undoc-members:
3745
:show-inheritance:
38-
39-
Module contents
40-
---------------
41-
42-
.. automodule:: simplejustwatchapi
43-
:members:
44-
:undoc-members:
45-
:show-inheritance:

src/simplejustwatchapi/__init__.py

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,18 @@
1212
from simplejustwatchapi.tuples import OfferPackage as OfferPackage
1313
from simplejustwatchapi.tuples import Scoring as Scoring
1414
from simplejustwatchapi.tuples import StreamingCharts as StreamingCharts
15+
16+
__all__ = [
17+
"Episode",
18+
"Interactions",
19+
"MediaEntry",
20+
"Offer",
21+
"OfferPackage",
22+
"Scoring",
23+
"StreamingCharts",
24+
"details",
25+
"episodes",
26+
"offers_for_countries",
27+
"search",
28+
"seasons",
29+
]

0 commit comments

Comments
 (0)