Skip to content

Commit b710b8b

Browse files
committed
Add readthedocs link
1 parent 183c3c3 commit b710b8b

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

README.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ easier. These include:
1010
* Token revoking
1111
* Storing tokens in cookies and CSRF protection
1212

13-
# Installation
13+
## Installation
1414
The easiest way to start working with this extension with pip:
1515
```
1616
pip install flask-jwt-extended
@@ -21,20 +21,19 @@ If you prefer to install from source, you can clone this repo and run
2121
python setup.py install
2222
```
2323

24-
# Usage
25-
This is being uploaded now, and will be online soon.
26-
[View the documentation online] (https://todo.com/)
24+
## Usage
25+
[View the documentation online] (http://flask-jwt-extended.readthedocs.io/en/latest/)
2726

2827

29-
# Testing and Code Coverage
28+
## Testing and Code Coverage
3029
We require 100% code coverage in our uint tests. We run all the unit tests with tox.
3130
This will test against python2.7, and 3.5 (although not tested, python3.3 and 3.4
3231
should also be fully supported). Running tox will print out a code coverage report
3332
```
3433
tox
3534
```
3635

37-
# Generating Documentation
36+
## Generating Documentation
3837
You can generate a local copy of the documentation. First, make sure you have
3938
the flask sphinx them install
4039
```

0 commit comments

Comments
 (0)