Skip to content

Commit

Permalink
Fix a type error in rst' sub list. (apache#2881)
Browse files Browse the repository at this point in the history
Sub list in rst requires a blank line above and below.

Ref:
- http://docutils.sourceforge.net/docs/ref/rst/restructuredtext.html#bullet-lists
  • Loading branch information
xiaohanyu authored and Grace Guo committed Jun 1, 2017
1 parent bcd4738 commit 54d077a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/sqllab.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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/>`_
Expand Down

0 comments on commit 54d077a

Please sign in to comment.