File tree Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -62,13 +62,13 @@ and handling the response as a file-like object.
62
62
----
63
63
64
64
65
- .. automodule :: range_streams.range_request
65
+ .. automodule :: range_streams.request
66
66
:members:
67
67
:undoc-members:
68
68
:show-inheritance:
69
69
70
70
71
- .. automodule :: range_streams.range_response
71
+ .. automodule :: range_streams.response
72
72
:members:
73
73
:undoc-members:
74
74
:show-inheritance:
@@ -91,7 +91,7 @@ the data structures which store ranges.
91
91
Streaming codecs
92
92
================
93
93
94
- Codecs for PNG, ZIP, and .conda formats to assist in handling these file types
94
+ Codecs for PNG, ZIP, and .conda, and TAR formats to assist in handling these file types
95
95
in regard to the information in header sections defined in their specifications.
96
96
97
97
----
@@ -110,6 +110,11 @@ in regard to the information in header sections defined in their specifications.
110
110
:show-inheritance:
111
111
112
112
113
+ .. automodule :: range_streams.codecs.tar
114
+ :members:
115
+ :undoc-members:
116
+ :show-inheritance:
117
+
113
118
114
119
.. automodule :: range_streams.codecs.png
115
120
:members:
You can’t perform that action at this time.
0 commit comments