Skip to content

Commit bc91990

Browse files
author
Andrei
committed
upd docs
1 parent cc567bc commit bc91990

15 files changed

Lines changed: 24 additions & 270 deletions

File tree

docs/conf.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55

66
from python3_capsolver import (
77
core,
8-
kasada,
98
gee_test,
109
hcaptcha,
1110
recaptcha,
@@ -40,7 +39,7 @@
4039
html_theme_options = {"index_sidebar_logo": False}
4140
html_static_path = ["_static"]
4241
html_favicon = "_static/CapsolverESm.png"
43-
html_logo = "_static/CapsolverSm.png"
42+
html_logo = "_static/CapsolverSM.png"
4443
html_title = f"python3-capsolver ({__version__})"
4544
html_show_sourcelink = False
4645

docs/index.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
python3-capsolver
44
=================
5-
.. image:: _static/CaptchaAI300x.png
5+
.. image:: _static/Capsolver300x.png
66
:align: center
77

88
Python3 library for `Capsolver API <https://dashboard.capsolver.com/passport/register?inviteCode=kQTn-tG07Jb1>`_.
@@ -29,7 +29,6 @@ The library is intended for software developers and is used to work with the `Ca
2929
modules/fun-captcha/example.rst
3030
modules/datadome/example.rst
3131
modules/mt-captcha/example.rst
32-
modules/kasada/example.rst
3332

3433
.. toctree::
3534
:maxdepth: 2

docs/modules/datadome/example.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ To import this module:
55

66
.. code-block:: python
77
8-
from python3_captchaai.datadome_slider import DatadomeSlider
8+
from python3_capsolver.datadome_slider import DatadomeSlider
99
1010
11-
.. autoclass:: datadome_slider.DatadomeSlider
11+
.. autoclass:: python3_capsolver.datadome_slider.DatadomeSlider
1212
:members:

docs/modules/enum/info.rst

Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -5,25 +5,17 @@ To import this module:
55

66
.. code-block:: python
77
8-
from python3_captchaai.core import enum
8+
from python3_capsolver.core import enum
99
1010
11-
.. autoclass:: core.enum.MyEnum
11+
.. autoclass:: python3_capsolver.core.enum.MyEnum
1212
:members:
1313
:undoc-members:
1414

15-
.. autoclass:: core.enum.EndpointPostfixEnm
15+
.. autoclass:: python3_capsolver.core.enum.EndpointPostfixEnm
1616
:members:
1717
:undoc-members:
1818

19-
.. autoclass:: core.enum.CaptchaTypeEnm
20-
:members:
21-
:undoc-members:
22-
23-
.. autoclass:: core.enum.ResponseStatusEnm
24-
:members:
25-
:undoc-members:
26-
27-
.. autoclass:: core.enum.ProxyType
19+
.. autoclass:: python3_capsolver.core.enum.ResponseStatusEnm
2820
:members:
2921
:undoc-members:

docs/modules/fun-captcha/example.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ To import this module:
55

66
.. code-block:: python
77
8-
from python3_captchaai.fun_captcha import FunCaptcha
8+
from python3_capsolver.fun_captcha import FunCaptcha
99
1010
11-
.. autoclass:: fun_captcha.FunCaptcha
11+
.. autoclass:: python3_capsolver.fun_captcha.FunCaptcha
1212
:members:

docs/modules/gee-test/example.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ To import this module:
55

66
.. code-block:: python
77
8-
from python3_captchaai.gee_test import GeeTest
8+
from python3_capsolver.gee_test import GeeTest
99
1010
11-
.. autoclass:: gee_test.GeeTest
11+
.. autoclass:: python3_capsolver.gee_test.GeeTest
1212
:members:

docs/modules/h-captcha/example.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ To import this module:
55

66
.. code-block:: python
77
8-
from python3_captchaai.hcaptcha import HCaptcha
8+
from python3_capsolver.hcaptcha import HCaptcha
99
1010
11-
.. autoclass:: hcaptcha.HCaptcha
11+
.. autoclass:: python3_capsolver.hcaptcha.HCaptcha
1212
:members:

docs/modules/image-to-text/example.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ To import this module:
55

66
.. code-block:: python
77
8-
from python3_captchaai.image_to_text import ImageToText
8+
from python3_capsolver.image_to_text import ImageToText
99
1010
11-
.. autoclass:: image_to_text.ImageToText
11+
.. autoclass:: python3_capsolver.image_to_text.ImageToText
1212
:members:

docs/modules/kasada/example.rst

Lines changed: 0 additions & 12 deletions
This file was deleted.

0 commit comments

Comments
 (0)