Skip to content

Commit 236bc9f

Browse files
committed
docs: Tweak API docs to include RequestsFetcher
This only documents the configurable attributes and not the inherited methods. Signed-off-by: Jussi Kukkonen <jkukkonen@google.com>
1 parent f8a7881 commit 236bc9f

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

docs/api/tuf.ngclient.fetcher.rst

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
Fetcher
22
============
33

4-
.. automodule:: tuf.ngclient.fetcher
4+
.. autoclass:: tuf.ngclient.FetcherInterface
55
:undoc-members:
6-
:private-members: _fetch
6+
:private-members: _fetch
7+
8+
.. autoclass:: tuf.ngclient.RequestsFetcher
9+
:no-inherited-members:

0 commit comments

Comments
 (0)