Skip to content

Commit

Permalink
Merge pull request #147 from AndreiDrang/master
Browse files Browse the repository at this point in the history
Upd docs
  • Loading branch information
AndreiDrang authored Mar 22, 2023
2 parents 0245804 + 1365ea4 commit 127ac7c
Show file tree
Hide file tree
Showing 12 changed files with 143 additions and 0 deletions.
11 changes: 11 additions & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,17 @@ The library is intended for software developers and is used to work with the `Ru
modules/h-captcha/example.rst
modules/fun-captcha/example.rst
modules/gee-test/example.rst
modules/capy/example.rst
modules/amazon-waf/example.rst
modules/key/example.rst
modules/lemin/example.rst
modules/re-captcha/example.rst
modules/rotate/example.rst
modules/text/example.rst
modules/turnstile/example.rst
modules/yandex/example.rst
modules/image/example.rst
modules/control/example.rst

.. toctree::
:maxdepth: 2
Expand Down
12 changes: 12 additions & 0 deletions docs/modules/amazon-waf/example.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
AmazonWAF
=========

To import this module:

.. code-block:: python
from python_rucaptcha.amazon_waf import AmazonWAF
.. autoclass:: python_rucaptcha.amazon_waf.AmazonWAF
:members:
12 changes: 12 additions & 0 deletions docs/modules/capy/example.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
CapyPuzzle
==========

To import this module:

.. code-block:: python
from python_rucaptcha.capy_puzzle import CapyPuzzle
.. autoclass:: python_rucaptcha.capy_puzzle.CapyPuzzle
:members:
12 changes: 12 additions & 0 deletions docs/modules/control/example.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
Control
=======

To import this module:

.. code-block:: python
from python_rucaptcha.control import Control
.. autoclass:: python_rucaptcha.control.Control
:members:
12 changes: 12 additions & 0 deletions docs/modules/image/example.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
ImageCaptcha
============

To import this module:

.. code-block:: python
from python_rucaptcha.image_captcha import ImageCaptcha
.. autoclass:: python_rucaptcha.image_captcha.ImageCaptcha
:members:
12 changes: 12 additions & 0 deletions docs/modules/key/example.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
KeyCaptcha
===========

To import this module:

.. code-block:: python
from python_rucaptcha.key_captcha import KeyCaptcha
.. autoclass:: python_rucaptcha.key_captcha.KeyCaptcha
:members:
12 changes: 12 additions & 0 deletions docs/modules/lemin/example.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
LeminCroppedCaptcha
===================

To import this module:

.. code-block:: python
from python_rucaptcha.lemin_cropped_captcha import LeminCroppedCaptcha
.. autoclass:: python_rucaptcha.lemin_cropped_captcha.LeminCroppedCaptcha
:members:
12 changes: 12 additions & 0 deletions docs/modules/re-captcha/example.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
ReCaptcha
=========

To import this module:

.. code-block:: python
from python_rucaptcha.re_captcha import ReCaptcha
.. autoclass:: python_rucaptcha.re_captcha.ReCaptcha
:members:
12 changes: 12 additions & 0 deletions docs/modules/rotate/example.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
RotateCaptcha
=============

To import this module:

.. code-block:: python
from python_rucaptcha.rotate_captcha import RotateCaptcha
.. autoclass:: python_rucaptcha.rotate_captcha.RotateCaptcha
:members:
12 changes: 12 additions & 0 deletions docs/modules/text/example.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
TextCaptcha
===========

To import this module:

.. code-block:: python
from python_rucaptcha.text_captcha import TextCaptcha
.. autoclass:: python_rucaptcha.text_captcha.TextCaptcha
:members:
12 changes: 12 additions & 0 deletions docs/modules/turnstile/example.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
Turnstile
=========

To import this module:

.. code-block:: python
from python_rucaptcha.turnstile import Turnstile
.. autoclass:: python_rucaptcha.turnstile.Turnstile
:members:
12 changes: 12 additions & 0 deletions docs/modules/yandex/example.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
YandexSmartCaptcha
==================

To import this module:

.. code-block:: python
from python_rucaptcha.yandex_smart_captcha import YandexSmartCaptcha
.. autoclass:: python_rucaptcha.yandex_smart_captcha.YandexSmartCaptcha
:members:

0 comments on commit 127ac7c

Please sign in to comment.