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 <[email protected]> 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: [email protected] For additional commands, e-mail: [email protected]
