Skip to content

Commit c7f48b5

Browse files
committed
add human requests to docs
1 parent 2ead5c9 commit c7f48b5

6 files changed

Lines changed: 23 additions & 5 deletions

docs/source/_api/chizhik_api.endpoints.advertising.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
chizhik\_api.endpoints.advertising
1+
chizhik\_api.endpoints.advertising
22
==================================
33

44
.. automodule:: chizhik_api.endpoints.advertising
@@ -9,4 +9,5 @@ chizhik\_api.endpoints.advertising
99
.. autosummary::
1010

1111
ClassAdvertising
12+
FetchResponse
1213

docs/source/_api/chizhik_api.endpoints.catalog.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
chizhik\_api.endpoints.catalog
1+
chizhik\_api.endpoints.catalog
22
==============================
33

44
.. automodule:: chizhik_api.endpoints.catalog
@@ -9,5 +9,6 @@ chizhik\_api.endpoints.catalog
99
.. autosummary::
1010

1111
ClassCatalog
12+
FetchResponse
1213
ProductService
1314

docs/source/_api/chizhik_api.endpoints.general.rst

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
chizhik\_api.endpoints.general
1+
chizhik\_api.endpoints.general
22
==============================
33

44
.. automodule:: chizhik_api.endpoints.general
@@ -8,5 +8,8 @@ chizhik\_api.endpoints.general
88

99
.. autosummary::
1010

11+
BytesIO
1112
ClassGeneral
13+
ExponentialRetry
14+
RetryClient
1215

docs/source/_api/chizhik_api.endpoints.geolocation.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
chizhik\_api.endpoints.geolocation
1+
chizhik\_api.endpoints.geolocation
22
==================================
33

44
.. automodule:: chizhik_api.endpoints.geolocation
@@ -9,4 +9,5 @@ chizhik\_api.endpoints.geolocation
99
.. autosummary::
1010

1111
ClassGeolocation
12+
FetchResponse
1213

docs/source/_api/chizhik_api.manager.rst

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,21 @@
1616
.. autosummary::
1717

1818
Any
19+
AsyncCamoufox
1920
ChizhikAPI
2021
ClassAdvertising
2122
ClassCatalog
2223
ClassGeneral
2324
ClassGeolocation
24-
Request
25+
FetchResponse
26+
HumanBrowser
27+
HumanContext
28+
HumanPage
29+
Proxy
30+
31+
.. rubric:: Exceptions
32+
33+
.. autosummary::
34+
35+
TimeoutError
2536

docs/source/conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,7 @@ def _get_version() -> str:
123123
# ──────────────────────────────────────────────────────────────────────────────
124124
intersphinx_mapping = {
125125
"python": ("https://docs.python.org/3", None),
126+
"human_requests": ("https://miskler.github.io/human-requests/", None)
126127
# "requests": ("https://requests.readthedocs.io/en/latest/", None),
127128
}
128129

0 commit comments

Comments
 (0)