Skip to content

Commit 5a1d441

Browse files
authored
Merge pull request #141 from AndreiDrang/main
1.0.2
2 parents 8513100 + 788d6af commit 5a1d441

13 files changed

Lines changed: 411 additions & 98 deletions

File tree

.github/workflows/build_sphinx.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Sphinx docs
1+
name: Sphinx docs build
22

33
on:
44
push:

docs/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ Check our other projects here - `RedPandaDev group <https://red-panda-dev.xyz/bl
2424
:maxdepth: 3
2525
:caption: Captcha examples:
2626

27+
modules/control/example.rst
2728
modules/image-to-text/example.rst
2829
modules/gee-test/example.rst
2930
modules/aws-waf/example.rst

docs/modules/control/example.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
Control
2+
=======
3+
4+
To import this module:
5+
6+
.. code-block:: python
7+
8+
from python3_capsolver.control import Control
9+
10+
11+
.. autoclass:: python3_capsolver.control.Control
12+
:members:
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.0.1"
1+
__version__ = "1.0.2"

0 commit comments

Comments
 (0)