.. aiohttp-demos documentation master file, created by sphinx-quickstart on Sun Oct 29 12:51:35 2017. You can adapt this file completely to your liking, but it should at least contain the root `toctree` directive. Welcome to aiohttp-demos ======================== .. _aiohttp-demos-polls-beginning: Are you willing to learn *aiohttp* but don't know where to start? *Polls* application, which is similar to the one in Django tutorial, is a great example. It lets people view polls and vote in them. It will look something like this: .. image:: _static/polls.png :align: center :width: 460px ------------------------------------------------------------------------- Contents ======== .. toctree:: :maxdepth: 2 preparations tutorial