You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@zeppelin.apache.org by mi...@apache.org on 2016/10/26 03:19:37 UTC

svn commit: r1766620 [1/2] - in /zeppelin/site/docs/0.7.0-SNAPSHOT: ./ assets/themes/zeppelin/img/ui-img/ install/ manual/ rest-api/

Author: minalee
Date: Wed Oct 26 03:19:37 2016
New Revision: 1766620

URL: http://svn.apache.org/viewvc?rev=1766620&view=rev
Log:
https://github.com/apache/zeppelin/pull/1560

Modified:
    zeppelin/site/docs/0.7.0-SNAPSHOT/assets/themes/zeppelin/img/ui-img/configuration_menu.png
    zeppelin/site/docs/0.7.0-SNAPSHOT/assets/themes/zeppelin/img/ui-img/interpreter_menu.png
    zeppelin/site/docs/0.7.0-SNAPSHOT/atom.xml
    zeppelin/site/docs/0.7.0-SNAPSHOT/install/install.html
    zeppelin/site/docs/0.7.0-SNAPSHOT/install/virtual_machine.html
    zeppelin/site/docs/0.7.0-SNAPSHOT/manual/notebookashomepage.html
    zeppelin/site/docs/0.7.0-SNAPSHOT/rest-api/rest-notebook.html
    zeppelin/site/docs/0.7.0-SNAPSHOT/rss.xml
    zeppelin/site/docs/0.7.0-SNAPSHOT/search_data.json

Modified: zeppelin/site/docs/0.7.0-SNAPSHOT/assets/themes/zeppelin/img/ui-img/configuration_menu.png
URL: http://svn.apache.org/viewvc/zeppelin/site/docs/0.7.0-SNAPSHOT/assets/themes/zeppelin/img/ui-img/configuration_menu.png?rev=1766620&r1=1766619&r2=1766620&view=diff
==============================================================================
Binary files - no diff available.

Modified: zeppelin/site/docs/0.7.0-SNAPSHOT/assets/themes/zeppelin/img/ui-img/interpreter_menu.png
URL: http://svn.apache.org/viewvc/zeppelin/site/docs/0.7.0-SNAPSHOT/assets/themes/zeppelin/img/ui-img/interpreter_menu.png?rev=1766620&r1=1766619&r2=1766620&view=diff
==============================================================================
Binary files - no diff available.

Modified: zeppelin/site/docs/0.7.0-SNAPSHOT/atom.xml
URL: http://svn.apache.org/viewvc/zeppelin/site/docs/0.7.0-SNAPSHOT/atom.xml?rev=1766620&r1=1766619&r2=1766620&view=diff
==============================================================================
--- zeppelin/site/docs/0.7.0-SNAPSHOT/atom.xml (original)
+++ zeppelin/site/docs/0.7.0-SNAPSHOT/atom.xml Wed Oct 26 03:19:37 2016
@@ -4,7 +4,7 @@
  <title>Apache Zeppelin</title>
  <link href="http://zeppelin.apache.org/" rel="self"/>
  <link href="http://zeppelin.apache.org"/>
- <updated>2016-10-23T13:31:41+09:00</updated>
+ <updated>2016-10-26T12:17:46+09:00</updated>
  <id>http://zeppelin.apache.org</id>
  <author>
    <name>The Apache Software Foundation</name>

Modified: zeppelin/site/docs/0.7.0-SNAPSHOT/install/install.html
URL: http://svn.apache.org/viewvc/zeppelin/site/docs/0.7.0-SNAPSHOT/install/install.html?rev=1766620&r1=1766619&r2=1766620&view=diff
==============================================================================
--- zeppelin/site/docs/0.7.0-SNAPSHOT/install/install.html (original)
+++ zeppelin/site/docs/0.7.0-SNAPSHOT/install/install.html Wed Oct 26 03:19:37 2016
@@ -480,13 +480,13 @@ exec bin/zeppelin-daemon.sh upstart
     <td>ZEPPELIN_NOTEBOOK_HOMESCREEN</td>
     <td>zeppelin.notebook.homescreen</td>
     <td></td>
-    <td>Display notebook IDs on the Apache Zeppelin homescreen <br />i.e. 2A94M5J1Z</td>
+    <td>Display note IDs on the Apache Zeppelin homescreen <br />i.e. 2A94M5J1Z</td>
   </tr>
   <tr>
     <td>ZEPPELIN_NOTEBOOK_HOMESCREEN_HIDE</td>
     <td>zeppelin.notebook.homescreen.hide</td>
     <td>false</td>
-    <td>Hide the notebook ID set by <code>ZEPPELIN_NOTEBOOK_HOMESCREEN</code> on the Apache Zeppelin homescreen. <br />For the further information, please read <a href="../manual/notebookashomepage.html">Customize your Zeppelin homepage</a>.</td>
+    <td>Hide the note ID set by <code>ZEPPELIN_NOTEBOOK_HOMESCREEN</code> on the Apache Zeppelin homescreen. <br />For the further information, please read <a href="../manual/notebookashomepage.html">Customize your Zeppelin homepage</a>.</td>
   </tr>
   <tr>
     <td>ZEPPELIN_WAR_TEMPDIR</td>

Modified: zeppelin/site/docs/0.7.0-SNAPSHOT/install/virtual_machine.html
URL: http://svn.apache.org/viewvc/zeppelin/site/docs/0.7.0-SNAPSHOT/install/virtual_machine.html?rev=1766620&r1=1766619&r2=1766620&view=diff
==============================================================================
--- zeppelin/site/docs/0.7.0-SNAPSHOT/install/virtual_machine.html (original)
+++ zeppelin/site/docs/0.7.0-SNAPSHOT/install/virtual_machine.html Wed Oct 26 03:19:37 2016
@@ -327,7 +327,7 @@ This approach usually is typically requi
 <span class="kn">import</span> <span class="nn">numpy</span> <span class="kn">as</span> <span class="nn">np</span>
 <span class="kn">import</span> <span class="nn">StringIO</span>
 
-<span class="c"># clear out any previous plots on this notebook</span>
+<span class="c"># clear out any previous plots on this note</span>
 <span class="n">plt</span><span class="o">.</span><span class="n">clf</span><span class="p">()</span>
 
 <span class="k">def</span> <span class="nf">show</span><span class="p">(</span><span class="n">p</span><span class="p">):</span>

Modified: zeppelin/site/docs/0.7.0-SNAPSHOT/manual/notebookashomepage.html
URL: http://svn.apache.org/viewvc/zeppelin/site/docs/0.7.0-SNAPSHOT/manual/notebookashomepage.html?rev=1766620&r1=1766619&r2=1766620&view=diff
==============================================================================
--- zeppelin/site/docs/0.7.0-SNAPSHOT/manual/notebookashomepage.html (original)
+++ zeppelin/site/docs/0.7.0-SNAPSHOT/manual/notebookashomepage.html Wed Oct 26 03:19:37 2016
@@ -4,7 +4,7 @@
   <head>
     <meta charset="utf-8">
     <title>Apache Zeppelin 0.7.0-SNAPSHOT Documentation: Customize Apache Zeppelin homepage</title>
-    <meta name="description" content="Apache Zeppelin allows you to use one of the notebooks you create as your Zeppelin Homepage. With that you can brand your Zeppelin installation, adjust the instruction to your users needs and even translate to other languages.">
+    <meta name="description" content="Apache Zeppelin allows you to use one of the notes you create as your Zeppelin Homepage. With that you can brand your Zeppelin installation, adjust the instruction to your users needs and even translate to other languages.">
     <meta name="author" content="The Apache Software Foundation">
 
     <!-- Enable responsive viewport -->
@@ -205,41 +205,41 @@ limitations under the License.
 
 <div id="toc"></div>
 
-<p>Apache Zeppelin allows you to use one of the notebooks you create as your Zeppelin Homepage.
+<p>Apache Zeppelin allows you to use one of the notes you create as your Zeppelin Homepage.
 With that you can brand your Zeppelin installation, adjust the instruction to your users needs and even translate to other languages.</p>
 
-<h2>How to set a notebook as your Zeppelin homepage</h2>
+<h2>How to set a note as your Zeppelin homepage</h2>
 
 <p>The process for creating your homepage is very simple as shown below:</p>
 
 <ol>
-<li>Create a notebook using Zeppelin</li>
-<li>Set the notebook id in the config file</li>
+<li>Create a note using Zeppelin</li>
+<li>Set the note id in the config file</li>
 <li>Restart Zeppelin</li>
 </ol>
 
-<h3>Create a notebook using Zeppelin</h3>
+<h3>Create a note using Zeppelin</h3>
 
-<p>Create a new notebook using Zeppelin,
+<p>Create a new note using Zeppelin,
 you can use <code>%md</code> interpreter for markdown content or any other interpreter you like.
 You can also use the display system to generate <a href="../displaysystem/basicdisplaysystem.html#text">text</a>, <a href="../displaysystem/basicdisplaysystem.html#html">html</a>, <a href="../displaysystem/basicdisplaysystem.html#table">table</a> or
 Angular (<a href="../displaysystem/back-end-angular.html">backend API</a>, <a href="../displaysystem/front-end-angular.html">frontend API</a>).</p>
 
-<p>Run (shift+Enter) the notebook and see the output. Optionally, change the notebook view to report to hide
+<p>Run (shift+Enter) the note and see the output. Optionally, change the note view to report to hide
 the code sections.</p>
 
-<h3>Set the notebook id in the config file</h3>
+<h3>Set the note id in the config file</h3>
 
-<p>To set the notebook id in the config file, you should copy it from the last word in the notebook url.
+<p>To set the note id in the config file, you should copy it from the last word in the note url.
 For example,</p>
 
 <p><img src="/assets/themes/zeppelin/img/screenshots/homepage_notebook_id.png" width="400px" /></p>
 
-<p>Set the notebook id to the <code>ZEPPELIN_NOTEBOOK_HOMESCREEN</code> environment variable
+<p>Set the note id to the <code>ZEPPELIN_NOTEBOOK_HOMESCREEN</code> environment variable
 or <code>zeppelin.notebook.homescreen</code> property.</p>
 
 <p>You can also set the <code>ZEPPELIN_NOTEBOOK_HOMESCREEN_HIDE</code> environment variable
-or <code>zeppelin.notebook.homescreen.hide</code> property to hide the new notebook from the notebook list.</p>
+or <code>zeppelin.notebook.homescreen.hide</code> property to hide the new note from the note list.</p>
 
 <h3>Restart Zeppelin</h3>
 
@@ -273,14 +273,14 @@ you need to do is use our %angular suppo
 <span class="s2">  &lt;/div&gt;</span>
 <span class="s2">&quot;&quot;&quot;</span><span class="p">)</span>
 </code></pre></div>
-<p>After running the notebook you will see output similar to this one:
+<p>After running the note you will see output similar to this one:
 <img src="/assets/themes/zeppelin/img/screenshots/homepage_notebook_list.png" /></p>
 
 <p>The main trick here relays in linking the <code>&lt;div&gt;</code> to the controller:</p>
 <div class="highlight"><pre><code class="javascript language-javascript" data-lang="javascript"><span class="o">&lt;</span><span class="nx">div</span> <span class="kr">class</span><span class="o">=</span><span class="s2">&quot;col-md-4&quot;</span> <span class="nx">ng</span><span class="o">-</span><span class="nx">controller</span><span class="o">=</span><span class="s2">&quot;HomeCtrl as home&quot;</span><span class="o">&gt;</span>
 </code></pre></div>
 <p>Once we have <code>home</code> as our controller variable in our <code>&lt;div&gt;&lt;/div&gt;</code> 
-we can use <code>home.notes.list</code> to get access to the notebook list.</p>
+we can use <code>home.notes.list</code> to get access to the note list.</p>
 
   </div>
 </div>

Modified: zeppelin/site/docs/0.7.0-SNAPSHOT/rest-api/rest-notebook.html
URL: http://svn.apache.org/viewvc/zeppelin/site/docs/0.7.0-SNAPSHOT/rest-api/rest-notebook.html?rev=1766620&r1=1766619&r2=1766620&view=diff
==============================================================================
--- zeppelin/site/docs/0.7.0-SNAPSHOT/rest-api/rest-notebook.html (original)
+++ zeppelin/site/docs/0.7.0-SNAPSHOT/rest-api/rest-notebook.html Wed Oct 26 03:19:37 2016
@@ -217,14 +217,14 @@ Note that Apache Zeppelin REST APIs rece
 
 <p>Notebooks REST API supports the following operations: List, Create, Get, Delete, Clone, Run, Export, Import as detailed in the following tables.</p>
 
-<h3>List of the notebooks</h3>
+<h3>List of the notes</h3>
 
 <p><table class="table-configuration">
     <col width="200">
     <tr>
       <td>Description</td>
-      <td>This <code>GET</code> method lists the available notebooks on your server.
-          Notebook JSON contains the <code>name</code> and <code>id</code> of all notebooks.
+      <td>This <code>GET</code> method lists the available notes on your server.
+          Notebook JSON contains the <code>name</code> and <code>id</code> of all notes.
       </td>
     </tr>
     <tr>
@@ -261,14 +261,14 @@ Note that Apache Zeppelin REST APIs rece
 
 <p><br/></p>
 
-<h3>Create a new notebook</h3>
+<h3>Create a new note</h3>
 
 <p><table class="table-configuration">
     <col width="200">
     <tr>
       <td>Description</td>
-      <td>This <code>POST</code> method creates a new notebook using the given name or default name if none given.
-          The body field of the returned JSON contains the new notebook id.
+      <td>This <code>POST</code> method creates a new note using the given name or default name if none given.
+          The body field of the returned JSON contains the new note id.
       </td>
     </tr>
     <tr>
@@ -285,13 +285,13 @@ Note that Apache Zeppelin REST APIs rece
     </tr>
     <tr>
       <td> sample JSON input (without paragraphs) </td>
-      <td><pre>{&quot;name&quot;: &quot;name of new notebook&quot;}</pre></td>
+      <td><pre>{&quot;name&quot;: &quot;name of new note&quot;}</pre></td>
     </tr>
     <tr>
       <td> sample JSON input (with initial paragraphs) </td>
       <td><pre>
 {
-  &quot;name&quot;: &quot;name of new notebook&quot;,
+  &quot;name&quot;: &quot;name of new note&quot;,
   &quot;paragraphs&quot;: [
     {
       &quot;title&quot;: &quot;paragraph title1&quot;,
@@ -317,19 +317,19 @@ Note that Apache Zeppelin REST APIs rece
 
 <p><br/></p>
 
-<h3>Get an existing notebook information</h3>
+<h3>Get an existing note information</h3>
 
 <p><table class="table-configuration">
     <col width="200">
     <tr>
       <td>Description</td>
-      <td>This <code>GET</code> method retrieves an existing notebook&#39;s information using the given id.
-          The body field of the returned JSON contain information about paragraphs in the notebook.
+      <td>This <code>GET</code> method retrieves an existing note&#39;s information using the given id.
+          The body field of the returned JSON contain information about paragraphs in the note.
       </td>
     </tr>
     <tr>
       <td>URL</td>
-      <td><code>http://[zeppelin-server]:[zeppelin-port]/api/notebook/[notebookId]</code></td>
+      <td><code>http://[zeppelin-server]:[zeppelin-port]/api/notebook/[noteId]</code></td>
     </tr>
     <tr>
       <td>Success code</td>
@@ -416,18 +416,18 @@ Note that Apache Zeppelin REST APIs rece
 
 <p><br/></p>
 
-<h3>Delete a notebook</h3>
+<h3>Delete a note</h3>
 
 <p><table class="table-configuration">
     <col width="200">
     <tr>
       <td>Description</td>
-      <td>This <code>DELETE</code> method deletes a notebook by the given notebook id.
+      <td>This <code>DELETE</code> method deletes a note by the given note id.
       </td>
     </tr>
     <tr>
       <td>URL</td>
-      <td><code>http://[zeppelin-server]:[zeppelin-port]/api/notebook/[notebookId]</code></td>
+      <td><code>http://[zeppelin-server]:[zeppelin-port]/api/notebook/[noteId]</code></td>
     </tr>
     <tr>
       <td>Success code</td>
@@ -445,20 +445,20 @@ Note that Apache Zeppelin REST APIs rece
 
 <p><br/></p>
 
-<h3>Clone a notebook</h3>
+<h3>Clone a note</h3>
 
 <p><table class="table-configuration">
     <col width="200">
     <tr>
       <td>Description</td>
-      <td>This <code>POST</code> method clones a notebook by the given id and create a new notebook using the given name
+      <td>This <code>POST</code> method clones a note by the given id and create a new note using the given name
           or default name if none given.
-          The body field of the returned JSON contains the new notebook id.
+          The body field of the returned JSON contains the new note id.
       </td>
     </tr>
     <tr>
       <td>URL</td>
-      <td><code>http://[zeppelin-server]:[zeppelin-port]/api/notebook/[notebookId]</code></td>
+      <td><code>http://[zeppelin-server]:[zeppelin-port]/api/notebook/[noteId]</code></td>
     </tr>
     <tr>
       <td>Success code</td>
@@ -470,7 +470,7 @@ Note that Apache Zeppelin REST APIs rece
     </tr>
     <tr>
       <td> sample JSON input </td>
-      <td><pre>{&quot;name&quot;: &quot;name of new notebook&quot;}</pre></td>
+      <td><pre>{&quot;name&quot;: &quot;name of new note&quot;}</pre></td>
     </tr>
     <tr>
       <td> sample JSON response </td>
@@ -492,14 +492,14 @@ Note that Apache Zeppelin REST APIs rece
     <tr>
       <td>Description</td>
       <td>
-      This <code>POST</code> method runs all paragraphs in the given notebook id. <br />
-      If you can not find Notebook id 404 returns.
+      This <code>POST</code> method runs all paragraphs in the given note id. <br />
+      If you can not find Note id 404 returns.
       If there is a problem with the interpreter returns a 412 error.
       </td>
     </tr>
     <tr>
       <td>URL</td>
-      <td><code>http://[zeppelin-server]:[zeppelin-port]/api/notebook/job/[notebookId]</code></td>
+      <td><code>http://[zeppelin-server]:[zeppelin-port]/api/notebook/job/[noteId]</code></td>
     </tr>
     <tr>
       <td>Success code</td>
@@ -540,12 +540,12 @@ Note that Apache Zeppelin REST APIs rece
     <col width="200">
     <tr>
       <td>Description</td>
-      <td>This <code>DELETE</code> method stops all paragraphs in the given notebook id.
+      <td>This <code>DELETE</code> method stops all paragraphs in the given note id.
       </td>
     </tr>
     <tr>
       <td>URL</td>
-      <td><code>http://[zeppelin-server]:[zeppelin-port]/api/notebook/job/[notebookId]</code></td>
+      <td><code>http://[zeppelin-server]:[zeppelin-port]/api/notebook/job/[noteId]</code></td>
     </tr>
     <tr>
       <td>Success code</td>
@@ -569,13 +569,13 @@ Note that Apache Zeppelin REST APIs rece
     <col width="200">
     <tr>
       <td>Description</td>
-      <td>This <code>GET</code> method gets the status of all paragraphs by the given notebook id.
+      <td>This <code>GET</code> method gets the status of all paragraphs by the given note id.
           The body field of the returned JSON contains of the array that compose of the paragraph id, paragraph status, paragraph finish date, paragraph started date.
       </td>
     </tr>
     <tr>
       <td>URL</td>
-      <td><code>http://[zeppelin-server]:[zeppelin-port]/api/notebook/job/[notebookId]</code></td>
+      <td><code>http://[zeppelin-server]:[zeppelin-port]/api/notebook/job/[noteId]</code></td>
     </tr>
     <tr>
       <td>Success code</td>
@@ -617,13 +617,13 @@ Note that Apache Zeppelin REST APIs rece
     <col width="200">
     <tr>
       <td>Description</td>
-      <td>This <code>GET</code> method gets the status of a single paragraph by the given notebook and paragraph id.
+      <td>This <code>GET</code> method gets the status of a single paragraph by the given note and paragraph id.
           The body field of the returned JSON contains of the array that compose of the paragraph id, paragraph status, paragraph finish date, paragraph started date.
       </td>
     </tr>
     <tr>
       <td>URL</td>
-      <td><code>http://[zeppelin-server]:[zeppelin-port]/api/notebook/job/[notebookId]/[paragraphId]</code></td>
+      <td><code>http://[zeppelin-server]:[zeppelin-port]/api/notebook/job/[noteId]/[paragraphId]</code></td>
     </tr>
     <tr>
       <td>Success code</td>
@@ -656,12 +656,12 @@ Note that Apache Zeppelin REST APIs rece
     <col width="200">
     <tr>
       <td>Description</td>
-      <td>This <code>POST</code> method runs the paragraph asynchronously by given notebook and paragraph id. This API always return SUCCESS even if the execution of the paragraph fails later because the API is asynchronous
+      <td>This <code>POST</code> method runs the paragraph asynchronously by given note and paragraph id. This API always return SUCCESS even if the execution of the paragraph fails later because the API is asynchronous
       </td>
     </tr>
     <tr>
       <td>URL</td>
-      <td><code>http://[zeppelin-server]:[zeppelin-port]/api/notebook/job/[notebookId]/[paragraphId]</code></td>
+      <td><code>http://[zeppelin-server]:[zeppelin-port]/api/notebook/job/[noteId]/[paragraphId]</code></td>
     </tr>
     <tr>
       <td>Success code</td>
@@ -675,7 +675,7 @@ Note that Apache Zeppelin REST APIs rece
       <td> sample JSON input (optional, only needed when if you want to update dynamic form&#39;s value) </td>
       <td><pre>
 {
-  &quot;name&quot;: &quot;name of new notebook&quot;,
+  &quot;name&quot;: &quot;name of new note&quot;,
   &quot;params&quot;: {
     &quot;formLabel1&quot;: &quot;value1&quot;,
     &quot;formLabel2&quot;: &quot;value2&quot;
@@ -696,12 +696,12 @@ Note that Apache Zeppelin REST APIs rece
     <col width="200">
     <tr>
       <td>Description</td>
-      <td> This <code>POST</code> method runs the paragraph synchronously by given notebook and paragraph id. This API can return SUCCESS or ERROR depending on the outcome of the paragraph execution
+      <td> This <code>POST</code> method runs the paragraph synchronously by given note and paragraph id. This API can return SUCCESS or ERROR depending on the outcome of the paragraph execution
       </td>
     </tr>
     <tr>
       <td>URL</td>
-      <td><code>http://[zeppelin-server]:[zeppelin-port]/api/notebook/job/[notebookId]/[paragraphId]</code></td>
+      <td><code>http://[zeppelin-server]:[zeppelin-port]/api/notebook/run/[noteId]/[paragraphId]</code></td>
     </tr>
     <tr>
       <td>Success code</td>
@@ -715,7 +715,7 @@ Note that Apache Zeppelin REST APIs rece
       <td> sample JSON input (optional, only needed when if you want to update dynamic form&#39;s value) </td>
       <td><pre>
 {
-  &quot;name&quot;: &quot;name of new notebook&quot;,
+  &quot;name&quot;: &quot;name of new note&quot;,
   &quot;params&quot;: {
     &quot;formLabel1&quot;: &quot;value1&quot;,
     &quot;formLabel2&quot;: &quot;value2&quot;
@@ -748,12 +748,12 @@ Note that Apache Zeppelin REST APIs rece
     <col width="200">
     <tr>
       <td>Description</td>
-      <td>This <code>DELETE</code> method stops the paragraph by given notebook and paragraph id.
+      <td>This <code>DELETE</code> method stops the paragraph by given note and paragraph id.
       </td>
     </tr>
     <tr>
       <td>URL</td>
-      <td><code>http://[zeppelin-server]:[zeppelin-port]/api/notebook/job/[notebookId]/[paragraphId]</code></td>
+      <td><code>http://[zeppelin-server]:[zeppelin-port]/api/notebook/job/[noteId]/[paragraphId]</code></td>
     </tr>
     <tr>
       <td>Success code</td>
@@ -777,12 +777,12 @@ Note that Apache Zeppelin REST APIs rece
     <col width="200">
     <tr>
       <td>Description</td>
-      <td>This <code>POST</code> method adds cron job by the given notebook id.
+      <td>This <code>POST</code> method adds cron job by the given note id.
       </td>
     </tr>
     <tr>
       <td>URL</td>
-      <td><code>http://[zeppelin-server]:[zeppelin-port]/api/notebook/cron/[notebookId]</code></td>
+      <td><code>http://[zeppelin-server]:[zeppelin-port]/api/notebook/cron/[noteId]</code></td>
     </tr>
     <tr>
       <td>Success code</td>
@@ -794,7 +794,7 @@ Note that Apache Zeppelin REST APIs rece
     </tr>
     <tr>
       <td> sample JSON input </td>
-      <td><pre>{&quot;cron&quot;: &quot;cron expression of notebook&quot;}</pre></td>
+      <td><pre>{&quot;cron&quot;: &quot;cron expression of note&quot;}</pre></td>
     </tr>
     <tr>
       <td> sample JSON response </td>
@@ -810,12 +810,12 @@ Note that Apache Zeppelin REST APIs rece
     <col width="200">
     <tr>
       <td>Description</td>
-      <td>This <code>DELETE</code> method removes cron job by the given notebook id.
+      <td>This <code>DELETE</code> method removes cron job by the given note id.
       </td>
     </tr>
     <tr>
       <td>URL</td>
-      <td><code>http://[zeppelin-server]:[zeppelin-port]/api/notebook/cron/[notebookId]</code></td>
+      <td><code>http://[zeppelin-server]:[zeppelin-port]/api/notebook/cron/[noteId]</code></td>
     </tr>
     <tr>
       <td>Success code</td>
@@ -839,13 +839,13 @@ Note that Apache Zeppelin REST APIs rece
     <col width="200">
     <tr>
       <td>Description</td>
-      <td>This <code>GET</code> method gets cron job expression of given notebook id.
+      <td>This <code>GET</code> method gets cron job expression of given note id.
           The body field of the returned JSON contains the cron expression.
       </td>
     </tr>
     <tr>
       <td>URL</td>
-      <td><code>http://[zeppelin-server]:[zeppelin-port]/api/notebook/cron/[notebookId]</code></td>
+      <td><code>http://[zeppelin-server]:[zeppelin-port]/api/notebook/cron/[noteId]</code></td>
     </tr>
     <tr>
       <td>Success code</td>
@@ -863,7 +863,7 @@ Note that Apache Zeppelin REST APIs rece
 
 <p><br /></p>
 
-<h3>Full text search through the paragraphs in all notebooks</h3>
+<h3>Full text search through the paragraphs in all notes</h3>
 
 <p><table class="table-configuration">
     <col width="200">
@@ -892,7 +892,7 @@ Note that Apache Zeppelin REST APIs rece
   &quot;body&quot;: [
     {
       &quot;id&quot;: &quot;<noteId>/paragraph/<paragraphId>&quot;,
-      &quot;name&quot;:&quot;Notebook Name&quot;, 
+      &quot;name&quot;:&quot;Note Name&quot;, 
       &quot;snippet&quot;:&quot;&quot;,
       &quot;text&quot;:&quot;&quot;
     }
@@ -915,7 +915,7 @@ Note that Apache Zeppelin REST APIs rece
     </tr>
     <tr>
       <td>URL</td>
-      <td><code>http://[zeppelin-server]:[zeppelin-port]/api/notebook/[notebookId]/paragraph</code></td>
+      <td><code>http://[zeppelin-server]:[zeppelin-port]/api/notebook/[noteId]/paragraph</code></td>
     </tr>
     <tr>
       <td>Success code</td>
@@ -967,7 +967,7 @@ Note that Apache Zeppelin REST APIs rece
     </tr>
     <tr>
       <td>URL</td>
-      <td><code>http://[zeppelin-server]:[zeppelin-port]/api/notebook/[notebookId]/paragraph/[paragraphId]</code></td>
+      <td><code>http://[zeppelin-server]:[zeppelin-port]/api/notebook/[noteId]/paragraph/[paragraphId]</code></td>
     </tr>
     <tr>
       <td>Success code</td>
@@ -1031,12 +1031,12 @@ Note that Apache Zeppelin REST APIs rece
     <col width="200">
     <tr>
       <td>Description</td>
-      <td>This <code>POST</code> method moves a paragraph to the specific index (order) from the notebook.
+      <td>This <code>POST</code> method moves a paragraph to the specific index (order) from the note.
       </td>
     </tr>
     <tr>
       <td>URL</td>
-      <td><code>http://[zeppelin-server]:[zeppelin-port]/api/notebook/[notebookId]/paragraph/[paragraphId]/move/[newIndex]</code></td>
+      <td><code>http://[zeppelin-server]:[zeppelin-port]/api/notebook/[noteId]/paragraph/[paragraphId]/move/[newIndex]</code></td>
     </tr>
     <tr>
       <td>Success code</td>
@@ -1060,12 +1060,12 @@ Note that Apache Zeppelin REST APIs rece
     <col width="200">
     <tr>
       <td>Description</td>
-      <td>This <code>DELETE</code> method deletes a paragraph by the given notebook and paragraph id.
+      <td>This <code>DELETE</code> method deletes a paragraph by the given note and paragraph id.
       </td>
     </tr>
     <tr>
       <td>URL</td>
-      <td><code>http://[zeppelin-server]:[zeppelin-port]/api/notebook/[notebookId]/paragraph/[paragraphId]</code></td>
+      <td><code>http://[zeppelin-server]:[zeppelin-port]/api/notebook/[noteId]/paragraph/[paragraphId]</code></td>
     </tr>
     <tr>
       <td>Success code</td>
@@ -1083,18 +1083,18 @@ Note that Apache Zeppelin REST APIs rece
 
 <p><br /></p>
 
-<h3>Export a notebook</h3>
+<h3>Export a note</h3>
 
 <p><table class="table-configuration">
     <col width="200">
     <tr>
       <td>Description</td>
-      <td>This <code>GET</code> method exports a notebook by the given id and gernerates a JSON
+      <td>This <code>GET</code> method exports a note by the given id and gernerates a JSON
       </td>
     </tr>
     <tr>
       <td>URL</td>
-      <td><code>http://[zeppelin-server]:[zeppelin-port]/api/notebook/export/[notebookId]</code></td>
+      <td><code>http://[zeppelin-server]:[zeppelin-port]/api/notebook/export/[noteId]</code></td>
     </tr>
     <tr>
       <td>Success code</td>
@@ -1135,13 +1135,13 @@ Note that Apache Zeppelin REST APIs rece
 
 <p><br /></p>
 
-<h3>Import a notebook</h3>
+<h3>Import a note</h3>
 
 <p><table class="table-configuration">
     <col width="200">
     <tr>
       <td>Description</td>
-      <td>This <code>POST</code> method imports a notebook from the notebook JSON input
+      <td>This <code>POST</code> method imports a note from the note JSON input
       </td>
     </tr>
     <tr>

Modified: zeppelin/site/docs/0.7.0-SNAPSHOT/rss.xml
URL: http://svn.apache.org/viewvc/zeppelin/site/docs/0.7.0-SNAPSHOT/rss.xml?rev=1766620&r1=1766619&r2=1766620&view=diff
==============================================================================
--- zeppelin/site/docs/0.7.0-SNAPSHOT/rss.xml (original)
+++ zeppelin/site/docs/0.7.0-SNAPSHOT/rss.xml Wed Oct 26 03:19:37 2016
@@ -5,8 +5,8 @@
         <description>Apache Zeppelin - The Apache Software Foundation</description>
         <link>http://zeppelin.apache.org</link>
         <link>http://zeppelin.apache.org</link>
-        <lastBuildDate>2016-10-23T13:31:41+09:00</lastBuildDate>
-        <pubDate>2016-10-23T13:31:41+09:00</pubDate>
+        <lastBuildDate>2016-10-26T12:17:46+09:00</lastBuildDate>
+        <pubDate>2016-10-26T12:17:46+09:00</pubDate>
         <ttl>1800</ttl>