File tree Expand file tree Collapse file tree 2 files changed +7
-12
lines changed Expand file tree Collapse file tree 2 files changed +7
-12
lines changed Original file line number Diff line number Diff line change 5757
5858# General information about the project.
5959project = u'flask-jwt-extended'
60- copyright = u'2016, vimalloc rlam3'
61- author = u'vimalloc rlam3'
60+ copyright = u'2016, Landon Gilbert-Bland, rlam3'
61+ author = u'Landon Gilbert-Bland, rlam3'
6262
6363# The version info for the project you're documenting, acts as replacement for
6464# |version| and |release|, also used in various other places throughout the
Original file line number Diff line number Diff line change 33 You can adapt this file completely to your liking, but it should at least
44 contain the root `toctree` directive.
55
6- Welcome to flask-jwt-extended's documentation!
7- ==============================================
6+ Flask JWT Extended's documentation
7+ ==================================
8+
9+ In here you will find examples of how to use Flask JWT Extended. Full API
10+ documentation is coming soon!
811
912.. toctree ::
1013 :maxdepth: 2
@@ -18,11 +21,3 @@ Welcome to flask-jwt-extended's documentation!
1821 options
1922 blacklist_and_token_revoking
2023 tokens_in_cookies
21-
22-
23- Indices and tables
24- ==================
25-
26- * :ref: `genindex `
27- * :ref: `modindex `
28- * :ref: `search `
You can’t perform that action at this time.
0 commit comments