Skip to content

Commit ee43511

Browse files
committed
Fix docs
1 parent 0007c00 commit ee43511

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

docs/api.rst

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,13 +62,13 @@ and handling the response as a file-like object.
6262
----
6363

6464

65-
.. automodule:: range_streams.range_request
65+
.. automodule:: range_streams.request
6666
:members:
6767
:undoc-members:
6868
:show-inheritance:
6969

7070

71-
.. automodule:: range_streams.range_response
71+
.. automodule:: range_streams.response
7272
:members:
7373
:undoc-members:
7474
:show-inheritance:
@@ -91,7 +91,7 @@ the data structures which store ranges.
9191
Streaming codecs
9292
================
9393

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
9595
in regard to the information in header sections defined in their specifications.
9696

9797
----
@@ -110,6 +110,11 @@ in regard to the information in header sections defined in their specifications.
110110
:show-inheritance:
111111

112112

113+
.. automodule:: range_streams.codecs.tar
114+
:members:
115+
:undoc-members:
116+
:show-inheritance:
117+
113118

114119
.. automodule:: range_streams.codecs.png
115120
:members:

0 commit comments

Comments
 (0)