This repository was archived by the owner on Apr 9, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 12 files changed +97
-2
lines changed Expand file tree Collapse file tree 12 files changed +97
-2
lines changed Original file line number Diff line number Diff line change 51
51
'versionwarning.extension' ,
52
52
'notfound.extension' ,
53
53
'sphinxcontrib.bibtex' ,
54
+ 'sphinxemoji.sphinxemoji' ,
54
55
]
55
56
56
57
bibtex_bibfiles = ['refs.bib' ]
Original file line number Diff line number Diff line change @@ -90,6 +90,7 @@ Badges:
90
90
installation
91
91
usage
92
92
configuration
93
+ who-is-using-it
93
94
development
94
95
releasing
95
96
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ astroid==2.12.9
10
10
# via sphinx-autoapi
11
11
babel == 2.10.3
12
12
# via sphinx
13
- certifi == 2022.6.15.1
13
+ certifi == 2022.6.15.2
14
14
# via requests
15
15
charset-normalizer == 2.1.1
16
16
# via requests
@@ -23,7 +23,7 @@ docutils==0.17.1
23
23
# sphinx-rtd-theme
24
24
# sphinx-tabs
25
25
# sphinxcontrib-bibtex
26
- idna == 3.3
26
+ idna == 3.4
27
27
# via requests
28
28
imagesize == 1.4.1
29
29
# via sphinx
@@ -80,6 +80,7 @@ sphinx==4.5.0
80
80
# sphinx-tabs
81
81
# sphinx-version-warning
82
82
# sphinxcontrib-bibtex
83
+ # sphinxemoji
83
84
sphinx-autoapi == 1.9.0
84
85
# via sphinx-hoverxref (pyproject.toml)
85
86
sphinx-autobuild == 2021.3.14
@@ -108,6 +109,8 @@ sphinxcontrib-qthelp==1.0.3
108
109
# via sphinx
109
110
sphinxcontrib-serializinghtml == 1.1.5
110
111
# via sphinx
112
+ sphinxemoji == 0.2.0
113
+ # via sphinx-hoverxref (pyproject.toml)
111
114
tornado == 6.2
112
115
# via livereload
113
116
unidecode == 1.3.4
Original file line number Diff line number Diff line change
1
+ Who Is Using It?
2
+ ================
3
+
4
+ These are some projects using this extension
5
+ that you can take a look at to understand how they are configured and what's the behavior.
6
+
7
+ Setuptools
8
+ ----------
9
+
10
+ |:books: | Repository
11
+ https://github.com/pypa/setuptools/
12
+
13
+ |:art: | Demo
14
+ .. image :: setuptools-usage.gif
15
+ :align: center
16
+ :width: 100%
17
+
18
+
19
+ disnake
20
+ -------
21
+
22
+ |:books: | Repository
23
+ https://github.com/DisnakeDev/disnake/
24
+
25
+ |:art: | Demo
26
+ .. image :: disnake-usage.gif
27
+ :align: center
28
+ :width: 100%
29
+
30
+
31
+ returns
32
+ -------
33
+
34
+ |:books: | Repository
35
+ https://github.com/dry-python/returns
36
+
37
+ |:art: | Demo
38
+ .. image :: returns-usage.gif
39
+ :align: center
40
+ :width: 100%
41
+
42
+
43
+ scrapy
44
+ ------
45
+
46
+ |:books: | Repository
47
+ https://github.com/scrapy/scrapy/
48
+
49
+ |:art: | Demo
50
+ .. image :: scrapy-usage.gif
51
+ :align: center
52
+ :width: 100%
53
+
54
+
55
+ tweepy
56
+ ------
57
+
58
+ |:books: | Repository
59
+ https://github.com/tweepy/tweepy/
60
+
61
+ |:art: | Demo
62
+ .. image :: tweepy-usage.gif
63
+ :align: center
64
+ :width: 100%
65
+
66
+
67
+
68
+ hypothesis
69
+ ----------
70
+
71
+ |:books: | Repository
72
+ https://github.com/HypothesisWorks/hypothesis
73
+
74
+ |:art: | Demo
75
+ .. image :: hypothesis-usage.gif
76
+ :align: center
77
+ :width: 100%
78
+
79
+
80
+ crest
81
+ -----
82
+
83
+ |:books: | Repository
84
+ https://github.com/wave-harmonic/crest
85
+
86
+ |:art: | Demo
87
+ .. image :: crest-usage.gif
88
+ :align: center
89
+ :width: 100%
Original file line number Diff line number Diff line change @@ -49,6 +49,7 @@ doc = [
49
49
" sphinx-notfound-page" ,
50
50
" sphinx-autobuild" ,
51
51
" sphinxcontrib-bibtex" ,
52
+ " sphinxemoji" ,
52
53
]
53
54
54
55
[project .urls ]
You can’t perform that action at this time.
0 commit comments