File tree Expand file tree Collapse file tree 6 files changed +27
-5
lines changed Expand file tree Collapse file tree 6 files changed +27
-5
lines changed Original file line number Diff line number Diff line change @@ -25,3 +25,8 @@ verify the token with ``HOTP``::
25
25
# verify the code
26
26
totp.verify(code) # => True
27
27
totp.verify(str_code) # => True
28
+
29
+ License
30
+ -------
31
+
32
+ Licensed under BSD. Please see LICENSE for licensing details.
Original file line number Diff line number Diff line change 3
3
Alternatives
4
4
============
5
5
6
- Here are some other OTP related libraries. If you don't like ``otpauth ``,
7
- you might like these.
6
+ .. rst-class :: lead
7
+
8
+ Here are some other OTP related libraries.
9
+
10
+ ----
11
+
12
+ If you don't like ``otpauth ``, you might like these.
8
13
9
14
pyca/cryptography
10
15
-----------------
Original file line number Diff line number Diff line change 1
1
API References
2
2
==============
3
3
4
- Here are the list of API reference; it might be helpful for developers.
4
+ .. rst-class :: lead
5
+
6
+ Here are the list of API reference; it might be helpful for developers.
7
+
8
+ ----
5
9
6
10
.. module :: otpauth
7
11
Original file line number Diff line number Diff line change 45
45
#
46
46
html_theme = 'shibuya'
47
47
html_theme_options = {
48
+ "dark_code" : True ,
48
49
"light_logo" : "_static/light-logo.svg" ,
49
50
"dark_logo" : "_static/dark-logo.svg" ,
50
51
'twitter_site' : 'authlib' ,
Original file line number Diff line number Diff line change 1
1
Contributing
2
2
============
3
3
4
- Thank you for considering contributing to this little library!
4
+ .. rst-class :: lead
5
5
6
+ Thank you for considering contributing to this little library!
7
+
8
+ ----
6
9
7
10
Support questions
8
11
-----------------
Original file line number Diff line number Diff line change 3
3
User Guide
4
4
==========
5
5
6
- Here are the detail guide on how to use TOTP and HOTP.
6
+ .. rst-class :: lead
7
+
8
+ Here are the detail guide on how to use TOTP and HOTP.
9
+
10
+ ----
7
11
8
12
.. _totp :
9
13
You can’t perform that action at this time.
0 commit comments