summaryrefslogtreecommitdiff
path: root/docs/examples/first_app.rst
Commit message (Collapse)AuthorAgeFilesLines
* Fixed a couple links that I accidentally broke with my last commitTodd Leonhardt2019-07-061-2/+2
|
* Add links to list of featureskotfu2019-07-061-8/+8
|
* Add doc8 documentation style checkingkotfu2019-07-061-37/+56
| | | | | | - add dev dependency - add doc8 to tasks.py - fix all doc8 errors
* Work on Getting Started section of documentationkotfu2019-07-061-0/+303
- change the walk through from example.py to a new first_app.py (based on example.py) - remove the feature tour section, we’ll use the first application to demo the key features