Closed waxlamp closed 9 years ago
See my inline comments. With those changes someone should be able to do the example start to finish by building up the files themselves through cut/paste code from the tutorial. The only thing I downloaded directly were the two data files. Nice tutorial!
@jeffbaumes, thanks for your detailed comments! I have made the recommended changes in e1d8ecae5c702ba244cd5b8c1bdd72cec33f07ae.
I'm also glad to know that the tutorial works, even via cut and paste!
Let me know if the changes are good and I will go ahead and merge.
Changes are good, thanks. LGTM :checkered_flag:
I realized we already have a "developer cookbook" in the docs, in the Tutorials section. This PR adds an example using CSV data to create a SQLite database with SQLAlchemy, then builds a web service and a frontend to visualize some of the data.
@jeffbaumes please take a look. I think some parts of this may not make sense as written, or as ordered. Let me know what you think.
FYI: This PR also bumps up the required Sphinx version (for development only).