File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,9 @@ Flask ApiDoc is a Flask extension which adds support for the ApiDoc_.
88Features
99===============
1010- Flask-Script command to generate the apidoc's files, by default they are generated into static/docs
11- - Hosts the apidoc's files, by default they are hosted in http://localhost:5000/docs
11+ - Host apidoc's files, by default they are hosted in http://localhost:5000/docs
12+ - Replace the base URL for the endpoints by the current Flask URL.
13+ - Allow absolute urls in @api
1214
1315Documentation
1416===============
Original file line number Diff line number Diff line change 22
33setup (
44 name = 'flask-apidoc' ,
5- version = '1.0 .0' ,
5+ version = '1.1 .0' ,
66 packages = ['flask_apidoc' ],
77 url = 'https://github.com/viniciuschiele/flask-apidoc' ,
88 license = 'MIT' ,
You can’t perform that action at this time.
0 commit comments