pyeve / eve-sqlalchemy

SQLAlchemy data layer for Eve-powered RESTful APIs
http://eve-sqlalchemy.readthedocs.io
Other
234 stars 70 forks source link

Improve filtering documentation #187

Closed LaQuay closed 5 years ago

LaQuay commented 5 years ago

Expand and check the SQLAlchemy Expressions in Filtering section

dkellner commented 5 years ago

Perfect, thank you! Can you fix the failing tests?

docs/tutorial.rst:288:77: W291 trailing whitespace
docs/tutorial.rst:289:73: W291 trailing whitespace
docs/tutorial.rst:305:1: W293 blank line contains whitespace
docs/tutorial.rst:333:1: W293 blank line contains whitespace
docs/tutorial.rst:341:1: W293 blank line contains whitespace
LaQuay commented 5 years ago

@dkellner Done, thanks :+1:

dkellner commented 5 years ago

Merged after squashing some commits to make the history cleaner.