File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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
1414The easiest way to start working with this extension with pip:
1515```
1616pip install flask-jwt-extended
@@ -21,19 +21,19 @@ If you prefer to install from source, you can clone this repo and run
2121python setup.py install
2222```
2323
24- ## Usage
24+ ### Usage
2525[ View the documentation online] (http://flask-jwt-extended.readthedocs.io/en/latest/ )
2626
2727
28- ## Testing and Code Coverage
28+ ### Testing and Code Coverage
2929We require 100% code coverage in our uint tests. We run all the unit tests with tox.
3030This will test against python2.7, and 3.5 (although not tested, python3.3 and 3.4
3131should also be fully supported). Running tox will print out a code coverage report
3232```
3333tox
3434```
3535
36- ## Generating Documentation
36+ ### Generating Documentation
3737You can generate a local copy of the documentation. First, make sure you have
3838the flask sphinx them install
3939```
You can’t perform that action at this time.
0 commit comments