eve-docs
eve-docs copied to clipboard
Generates documentation for Eve APIs
Bumps [pymongo](https://github.com/mongodb/mongo-python-driver) from 2.5.1 to 2.5.2. Release notes Sourced from pymongo's releases. PyMongo 3.12.0 - MongoDB 5.0 Support Release notes: https://developer.mongodb.com/community/forums/t/pymongo-3-12-0-released/115111/ Changelog Sourced from pymongo's changelog. Changes in Version 2.5.2...
Bumps [jinja2](https://github.com/pallets/jinja) from 2.7 to 2.11.3. Release notes Sourced from jinja2's releases. 2.11.3 This contains a fix for a speed issue with the urlize filter. urlize is likely to be...
Bumps [eve](https://github.com/pyeve/eve) from 0.0.6 to 0.7.5. Changelog *Sourced from [eve's changelog](https://github.com/pyeve/eve/blob/master/CHANGES.rst).* > Eve Changelog > ============= > > Here you can see the full list of changes between each Eve...
Bumps [werkzeug](https://github.com/pallets/werkzeug) from 0.8.3 to 0.15.3. Release notes *Sourced from [werkzeug's releases](https://github.com/pallets/werkzeug/releases).* > ## 0.15.3 > * Blog: https://palletsprojects.com/blog/werkzeug-0-15-3-released/ > * Changes: https://werkzeug.palletsprojects.com/en/0.15.x/changes/#version-0-15-3 > > > ## 0.15.2 > *...
Bumps [flask](https://github.com/pallets/flask) from 0.9 to 1.0. Release notes *Sourced from [flask's releases](https://github.com/pallets/flask/releases).* > ## 1.0 > The Pallets team is pleased to release Flask 1.0. [Read the announcement on our...
When trying to generate docs, I encounter this error: AssertionError: A blueprint's name collision occurred between and . Both share the same name "bootstrap". Blueprints that are created on the...
Hello everyone, Eve author and maintainer here. I just released Eve-Swagger which is a Eve extension providing integration with Swagger, the standard for API documentation and tooling. Amongst other things,...
As it says on the tin; it would be great to be able to see the expected output.
For a project we had the problem that endpoints from blueprints are not listed by eve-docs. (for example eve-docs does not document it's own endpoint, which is usually /docs) Based...
pip install Eve-docs ... Installing collected packages: Eve-docs, Flask-Bootstrap Running setup.py install for Eve-docs ``` File "/opt/pixspan/app/pixdev_3/lib/python3.4/site-packages/eve_docs/config.py", line 11 print base ^ SyntaxError: Missing parentheses in call to 'print' ```...