Skip to content

Commit

Permalink
updated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreiDrang committed Dec 13, 2023
1 parent 35c4e9e commit fe52bc6
Show file tree
Hide file tree
Showing 7 changed files with 85 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,11 @@ Check our other projects here - `RedPandaDev group <https://red-panda-dev.xyz/bl
modules/cut-captcha/example.rst
modules/datadome-captcha/example.rst
modules/cyber-siara-captcha/example.rst
modules/grid/example.rst
modules/draw-around/example.rst
modules/bounding-box/example.rst
modules/coordinates/example.rst
modules/mt-captcha/example.rst
modules/control/example.rst

.. toctree::
Expand Down
12 changes: 12 additions & 0 deletions docs/modules/bounding-box/example.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
BoundingBoxCaptcha
==================

To import this module:

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

To import this module:

.. code-block:: python
from python_rucaptcha.coordinates_captcha import CoordinatesCaptcha
.. autoclass:: python_rucaptcha.coordinates_captcha.CoordinatesCaptcha
:members:
12 changes: 12 additions & 0 deletions docs/modules/draw-around/example.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
DrawAroundCaptcha
=================

To import this module:

.. code-block:: python
from python_rucaptcha.draw_around_captcha import DrawAroundCaptcha
.. autoclass:: python_rucaptcha.draw_around_captcha.DrawAroundCaptcha
:members:
20 changes: 20 additions & 0 deletions docs/modules/enum/info.rst
Original file line number Diff line number Diff line change
Expand Up @@ -79,3 +79,23 @@ To import this module:
.. autoclass:: python_rucaptcha.core.enums.CyberSiARAEnm
:members:
:undoc-members:

.. autoclass:: python_rucaptcha.core.enums.MTCaptchaEnm
:members:
:undoc-members:

.. autoclass:: python_rucaptcha.core.enums.BoundingBoxCaptchaEnm
:members:
:undoc-members:

.. autoclass:: python_rucaptcha.core.enums.DrawAroundCaptchaEnm
:members:
:undoc-members:

.. autoclass:: python_rucaptcha.core.enums.CoordinatesCaptchaEnm
:members:
:undoc-members:

.. autoclass:: python_rucaptcha.core.enums.GridCaptchaEnm
:members:
:undoc-members:
12 changes: 12 additions & 0 deletions docs/modules/grid/example.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
GridCaptcha
===========

To import this module:

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

To import this module:

.. code-block:: python
from python_rucaptcha.mt_captcha import MTCaptcha
.. autoclass:: python_rucaptcha.mt_captcha.MTCaptcha
:members:

0 comments on commit fe52bc6

Please sign in to comment.