Skip to content

Commit 7faf6e4

Browse files
committed
change support links
might be 4832
1 parent 7920d3c commit 7faf6e4

File tree

4 files changed

+15
-67
lines changed

4 files changed

+15
-67
lines changed

.github/FUNDING.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1 @@
1-
github: delivrance
2-
liberapay: delivrance
3-
open_collective: pyrogram
1+
custom: ["https://PyroTGFork.t.me/2"]

.gitignore

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,6 @@ pyrogram/raw/functions/
1111
pyrogram/raw/types/
1212
pyrogram/raw/base/
1313
pyrogram/raw/all.py
14-
docs/source/telegram
15-
docs/source/api/methods/
16-
docs/source/api/bound-methods/
17-
docs/source/api/types/
18-
docs/source/api/enums/
1914
compiler/api/docs.json
2015

2116
# PyCharm stuff
@@ -89,10 +84,6 @@ instance/
8984
# Scrapy stuff:
9085
.scrapy
9186

92-
# Sphinx documentation
93-
docs/_build/
94-
docs/source/_build
95-
9687
# PyBuilder
9788
target/
9889

docs/.gitignore

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
source/telegram
2+
source/api/methods/
3+
source/api/bound-methods/
4+
source/api/types/
5+
source/api/enums/
6+
7+
resources/
8+
9+
# Sphinx documentation
10+
_build/
11+
source/_build

docs/source/support.rst

Lines changed: 3 additions & 55 deletions
Original file line numberDiff line numberDiff line change
@@ -3,61 +3,9 @@ Support Pyrogram
33

44
.. raw:: html
55

6-
<script async defer src="https://buttons.github.io/buttons.js"></script>
7-
8-
<div style="float: right; margin-bottom: 10px">
9-
<a class="github-button"
10-
href="https://github.com/TelegramPlayGround/pyrogram"
11-
data-color-scheme="no-preference: light; light: light; dark: dark;"
12-
data-icon="octicon-star" data-size="large" data-show-count="true"
13-
aria-label="Star TelegramPlayGround/pyrogram on GitHub">Star</a>
14-
15-
<a class="github-button"
16-
href="https://github.com/TelegramPlayGround/pyrogram/fork"
17-
data-color-scheme="no-preference: light; light: light; dark: dark;"
18-
data-icon="octicon-repo-forked" data-size="large"
19-
data-show-count="true" aria-label="Fork pyrogram/pyrogram on GitHub">Fork</a>
20-
</div>
21-
22-
<br style="clear: both"/>
23-
246
Pyrogram is a free and open source project.
25-
If you enjoy Pyrogram and would like to show your appreciation, consider donating or becoming
26-
a sponsor of the project. You can support Pyrogram via the ways shown below:
27-
28-
-----
29-
30-
GitHub Sponsor
31-
--------------
32-
33-
`Become a GitHub sponsor <https://github.com/sponsors/delivrance>`_.
34-
35-
.. raw:: html
36-
37-
<a class="github-button"
38-
href="https://github.com/sponsors/delivrance"
39-
data-color-scheme="no-preference: light; light: light; dark: dark;"
40-
data-icon="octicon-heart" data-size="large"
41-
aria-label="Sponsor @delivrance on GitHub">Sponsor</a>
7+
If you enjoy this fork and would like to show your appreciation, consider donating or becoming
8+
a sponsor of the project.
9+
You can support Pyrogram via any of `the ways <https://PyroTGFork.t.me/2>`__ shown.
4210

4311
-----
44-
45-
LiberaPay Patron
46-
----------------
47-
48-
`Become a LiberaPay patron <https://liberapay.com/delivrance>`_.
49-
50-
.. raw:: html
51-
52-
<script src="https://liberapay.com/delivrance/widgets/button.js"></script>
53-
54-
-----
55-
56-
OpenCollective Backer
57-
---------------------
58-
59-
`Become an OpenCollective backer <https://opencollective.com/pyrogram>`_
60-
61-
.. raw:: html
62-
63-
<script src="https://opencollective.com/pyrogram/banner.js"></script>

0 commit comments

Comments
 (0)