You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by je...@apache.org on 2018/11/28 01:05:40 UTC

[incubator-pinot] branch docs created (now c6fd5e3)

This is an automated email from the ASF dual-hosted git repository.

jenniferdai pushed a change to branch docs
in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git.


      at c6fd5e3  Cleaning conf and fixing last warning

This branch includes the following new commits:

     new c6fd5e3  Cleaning conf and fixing last warning

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org


[incubator-pinot] 01/01: Cleaning conf and fixing last warning

Posted by je...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

jenniferdai pushed a commit to branch docs
in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git

commit c6fd5e31e43c5f6089360e1df86594c392287159
Author: Jennifer Dai <jd...@linkedin.com>
AuthorDate: Tue Nov 27 17:05:18 2018 -0800

    Cleaning conf and fixing last warning
---
 docs/conf.py          | 7 +------
 docs/trying_pinot.rst | 2 +-
 2 files changed, 2 insertions(+), 7 deletions(-)

diff --git a/docs/conf.py b/docs/conf.py
index a95d37e..6d65496 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -27,10 +27,6 @@
 #
 # All configuration values have a default; values that are commented out
 # serve to show the default.
-
-import sys
-import os
-
 # If extensions (or modules to document with autodoc) are in another directory,
 # add these directories to sys.path here. If the directory is relative to the
 # documentation root, use os.path.abspath to make it absolute, like shown here.
@@ -48,6 +44,7 @@ extensions = [
     'sphinx.ext.todo',
     'sphinx.ext.mathjax',
     'sphinx.ext.githubpages',
+    'sphinx.ext.intersphinx'
 ]
 
 # Add any paths that contain templates here, relative to this directory.
@@ -293,8 +290,6 @@ texinfo_documents = [
      'Miscellaneous'),
 ]
 
-extensions = ['sphinx.ext.intersphinx']
-
 # Documents to append as an appendix to all manuals.
 #texinfo_appendices = []
 
diff --git a/docs/trying_pinot.rst b/docs/trying_pinot.rst
index ddc1197..74513e2 100644
--- a/docs/trying_pinot.rst
+++ b/docs/trying_pinot.rst
@@ -35,7 +35,7 @@ Trying out the demo
 Once the Pinot cluster is running, you can query it by going to http://localhost:9000/query/
 
 You can also use the REST API to query Pinot, as well as the Java client. As this is outside of the scope of this
-introduction, the reference documentation to use the Pinot client APIs is in the :ref:`client-api` section.
+introduction, the reference documentation to use the Pinot client APIs is in the :doc:`client-api <client_api>` section.
 
 Pinot uses PQL, a SQL-like query language, to query data. Here are some sample queries:
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org