Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id EDE5E200B8D for ; Fri, 9 Sep 2016 06:45:02 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id EC4AC160AD0; Fri, 9 Sep 2016 04:45:02 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 4B7E8160AAD for ; Fri, 9 Sep 2016 06:45:01 +0200 (CEST) Received: (qmail 9084 invoked by uid 500); 9 Sep 2016 04:44:59 -0000 Mailing-List: contact commits-help@zeppelin.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@zeppelin.apache.org Delivered-To: mailing list commits@zeppelin.apache.org Received: (qmail 9074 invoked by uid 99); 9 Sep 2016 04:44:59 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 09 Sep 2016 04:44:59 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id 21A28180584 for ; Fri, 9 Sep 2016 04:44:59 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 0.374 X-Spam-Level: X-Spam-Status: No, score=0.374 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1, RP_MATCHES_RCVD=-1.426] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id xshK_YZCU3Tw for ; Fri, 9 Sep 2016 04:44:53 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTP id E0C915F2F2 for ; Fri, 9 Sep 2016 04:44:52 +0000 (UTC) Received: from svn01-us-west.apache.org (svn.apache.org [10.41.0.6]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 11EC0E0115 for ; Fri, 9 Sep 2016 04:44:51 +0000 (UTC) Received: from svn01-us-west.apache.org (localhost [127.0.0.1]) by svn01-us-west.apache.org (ASF Mail Server at svn01-us-west.apache.org) with ESMTP id 223D03A0796 for ; Fri, 9 Sep 2016 04:44:51 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1759939 - in /zeppelin/site/docs/0.7.0-SNAPSHOT: development/writingzeppelininterpreter.html index.html Date: Fri, 09 Sep 2016 04:44:50 -0000 To: commits@zeppelin.apache.org From: corneadoug@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20160909044451.223D03A0796@svn01-us-west.apache.org> archived-at: Fri, 09 Sep 2016 04:45:03 -0000 Author: corneadoug Date: Fri Sep 9 04:44:50 2016 New Revision: 1759939 URL: http://svn.apache.org/viewvc?rev=1759939&view=rev Log: Update 0.7 doc with proper contribution guidelines links Modified: zeppelin/site/docs/0.7.0-SNAPSHOT/development/writingzeppelininterpreter.html zeppelin/site/docs/0.7.0-SNAPSHOT/index.html Modified: zeppelin/site/docs/0.7.0-SNAPSHOT/development/writingzeppelininterpreter.html URL: http://svn.apache.org/viewvc/zeppelin/site/docs/0.7.0-SNAPSHOT/development/writingzeppelininterpreter.html?rev=1759939&r1=1759938&r2=1759939&view=diff ============================================================================== --- zeppelin/site/docs/0.7.0-SNAPSHOT/development/writingzeppelininterpreter.html (original) +++ zeppelin/site/docs/0.7.0-SNAPSHOT/development/writingzeppelininterpreter.html Fri Sep 9 04:44:50 2016 @@ -18,9 +18,9 @@ - - - + + + - - - - - - + + + + + + - - + + @@ -54,7 +54,7 @@ - + I'm zeppelin Zeppelin 0.7.0-SNAPSHOT @@ -65,105 +65,107 @@
  • Quick Start
  • Interpreter
  • Display System
  • More