Fix a type error in rst' sub list. (#2881)

Sub list in rst requires a blank line above and below.

Ref:
- http://docutils.sourceforge.net/docs/ref/rst/restructuredtext.html#bullet-lists
This commit is contained in:
Xiao Hanyu 2017-06-01 12:26:17 +08:00 committed by Maxime Beauchemin
parent db052b17ea
commit 04b662ea11
1 changed files with 2 additions and 0 deletions

View File

@ -13,9 +13,11 @@ Feature Overview
visualization capabilities
- Browse database metadata: tables, columns, indexes, partitions
- Support for long-running queries
- uses the `Celery distributed queue <http://www.python.org/>`_
to dispatch query handling to workers
- supports defining a "results backend" to persist query results
- A search engine to find queries executed in the past
- Supports templating using the
`Jinja templating language <http://jinja.pocoo.org/docs/dev/>`_