Skip to content

Commit 8d6602f

Browse files
author
Andrei
committed
Upd images and docs
1 parent 5ac5571 commit 8d6602f

6 files changed

Lines changed: 13 additions & 5 deletions

File tree

1010 KB
Loading

docs/_static/Capsolver300x.png

-274 KB
Binary file not shown.

docs/_static/CapsolverESm.png

-30.8 KB
Binary file not shown.

docs/conf.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@
4141
html_theme = "jinja"
4242
html_theme_options = {"index_sidebar_logo": False}
4343
html_static_path = ["_static"]
44-
html_favicon = "_static/CapsolverESm.png"
45-
html_logo = "_static/CapsolverSM.png"
44+
html_favicon = "_static/Capsolver.png"
45+
html_logo = "_static/Capsolver.png"
4646
html_title = f"python3-capsolver ({__version__})"
4747
html_show_sourcelink = False
4848

@@ -54,7 +54,7 @@
5454
"Capsolver",
5555
"https://dashboard.capsolver.com/passport/register?inviteCode=kQTn-tG07Jb1",
5656
),
57-
ProjectLink("RedPandaDev", "https://red-panda-dev.xyz/"),
57+
ProjectLink("RedPandaDev group", "https://red-panda-dev.xyz/blog/"),
5858
],
5959
}
6060
html_sidebars = {

docs/index.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,15 @@
22

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

88
Python3 library for `Capsolver API <https://dashboard.capsolver.com/passport/register?inviteCode=kQTn-tG07Jb1>`_.
99

1010
The library is intended for software developers and is used to work with the `Capsolver API <https://dashboard.capsolver.com/passport/register?inviteCode=kQTn-tG07Jb1)>`_.
1111

12+
Check our other projects here - `RedPandaDev group <https://red-panda-dev.xyz/blog/>`_. For example - `Torrents Tracker bot <https://t.me/torrents_tracker_bot>`_ for Telegram
13+
1214
.. toctree::
1315
:maxdepth: 1
1416
:caption: Start here:

docs/modules/main/info.md

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

33
## Welcome to python3-capsolver
44

5-
![](../../_static/CapsolverSM.png)
5+
![](../../_static/Capsolver.png)
66

77
[![Capsolver](https://user-images.githubusercontent.com/16991365/234852229-6e4b3f3c-f498-4fd5-9a6b-f7f269dd4bfc.gif)](https://dashboard.capsolver.com/passport/register?inviteCode=kQTn-tG07Jb1)
88

@@ -27,6 +27,12 @@ Tested on UNIX based OS.
2727

2828
The library is intended for software developers and is used to work with the [Capsolver](https://dashboard.capsolver.com/passport/register?inviteCode=kQTn-tG07Jb1) service API.
2929

30+
***
31+
32+
You can check our other projects here - [RedPandaDev group](https://red-panda-dev.xyz/blog/). For example - [Torrents Tracker bot](https://t.me/torrents_tracker_bot) for Telegram.
33+
34+
***
35+
3036
## How to install?
3137

3238
We recommend using the latest version of Python. `python3-capsolver` supports Python 3.7+.

0 commit comments

Comments
 (0)