Skip to content

Commit

Permalink
Merge pull request #29 from aio-libs/fix_urls_from_previous_commit
Browse files Browse the repository at this point in the history
Fix sphinx refs from previous commit
  • Loading branch information
gyermolenko authored May 5, 2018
2 parents f358066 + 5f15716 commit c3cd949
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions demos/polls/README.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Polls (demo for aiohttp)
========================
Polls
=====

Example of polls project using aiohttp_, aiopg_ and aiohttp_jinja2_,
similar to Django one.
Expand All @@ -8,7 +8,8 @@ similar to Django one.
Preparations
------------

Details could be found in :ref:`aiohttp-demos-polls-preparations-database`.
Details could be found in `Preparations <https://github.com/aio-libs/aiohttp-demos/blob/master/docs/preparations.rst#environment>`_.

In short.

Run Postgres DB server::
Expand Down Expand Up @@ -51,12 +52,12 @@ or:
Development
-----------
Please review general contribution info at `README <https://github.com/aio-libs/aiohttp-demos#contributing>_`.
Please review general contribution info at `README <https://github.com/aio-libs/aiohttp-demos#contributing>`_.


Also for illustration purposes it is useful to show project structure when it changes,
like in :ref:`aiohttp-demos-polls-preparations-project-structure`. Here is how you
can do that::
like `here <https://github.com/aio-libs/aiohttp-demos/blob/master/docs/preparations.rst#project-structure>`_.
Here is how you can do that::

$ tree -I "__pycache__|aiohttpdemo_polls.egg-info" --dirsfirst

Expand Down

0 comments on commit c3cd949

Please sign in to comment.