Skip to content

Commit 90acf6a

Browse files
committed
Update documentation
1 parent b710b8b commit 90acf6a

File tree

2 files changed

+7
-12
lines changed

2 files changed

+7
-12
lines changed

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@
5757

5858
# General information about the project.
5959
project = 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

docs/index.rst

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,11 @@
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`

0 commit comments

Comments
 (0)