From commits-return-2409-archive-asf-public=cust-asf.ponee.io@superset.incubator.apache.org Tue Mar 19 01:12:03 2019 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id EC589180651 for ; Tue, 19 Mar 2019 02:12:02 +0100 (CET) Received: (qmail 36918 invoked by uid 500); 19 Mar 2019 01:12:02 -0000 Mailing-List: contact commits-help@superset.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@superset.incubator.apache.org Delivered-To: mailing list commits@superset.incubator.apache.org Received: (qmail 36908 invoked by uid 99); 19 Mar 2019 01:12:01 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 19 Mar 2019 01:12:01 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 359D482F24; Tue, 19 Mar 2019 01:12:01 +0000 (UTC) Date: Tue, 19 Mar 2019 01:12:00 +0000 To: "commits@superset.apache.org" Subject: [incubator-superset] branch master updated: docs: fix RST issues while building docs (#7012) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <155295792079.5364.4946063865340119298@gitbox.apache.org> From: kristw@apache.org X-Git-Host: gitbox.apache.org X-Git-Repo: incubator-superset X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 42a8a92c576ad7fb7b4d93373e7acaa315762076 X-Git-Newrev: c7ffdd643f51e2f1d42253d95a0b74d3dc9d9449 X-Git-Rev: c7ffdd643f51e2f1d42253d95a0b74d3dc9d9449 X-Git-NotificationType: ref_changed_plus_diff X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated This is an automated email from the ASF dual-hosted git repository. kristw pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-superset.git The following commit(s) were added to refs/heads/master by this push: new c7ffdd6 docs: fix RST issues while building docs (#7012) c7ffdd6 is described below commit c7ffdd643f51e2f1d42253d95a0b74d3dc9d9449 Author: Maxime Beauchemin AuthorDate: Mon Mar 18 18:11:53 2019 -0700 docs: fix RST issues while building docs (#7012) --- docs/installation.rst | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/docs/installation.rst b/docs/installation.rst index 53e8231..8ef994a 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -80,7 +80,7 @@ From there, the container server will reload on modification of the superset pyt and javascript source code. Don't forget to reload the page to take the new frontend into account though. -See also `CONTRIBUTING.md `_, +See also `CONTRIBUTING.md#building `_, for alternative way of serving the frontend. It is also possible to run Superset in non-development mode: in the `docker-compose.yml` file remove @@ -389,7 +389,8 @@ Here's a list of some of the recommended packages. +---------------+-------------------------------------+-------------------------------------------------+ | Teradata | ``pip install sqlalchemy-teradata`` | ``teradata://`` | +---------------+-------------------------------------+-------------------------------------------------+ -| Pinot | ``pip install pinotdb`` | ``pinot+http://controller:5436/query?server=http://controller:5983/`` | +| Pinot | ``pip install pinotdb`` | ``pinot+http://controller:5436/`` | +| | | ``query?server=http://controller:5983/`` | +---------------+-------------------------------------+-------------------------------------------------+ Note that many other databases are supported, the main criteria being the @@ -595,7 +596,7 @@ next available socket. PR (`#5039 `_. +your environment. See `CONTRIBUTING.md#setup-local-environment-for-development `_. Blueprints ----------