summaryrefslogtreecommitdiffstats
path: root/docs/sqlglot.html
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2023-06-16 09:41:15 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2023-06-16 09:41:15 +0000
commit358a09296d7198a4cc142f1976de8f3eb3318e58 (patch)
tree762db96c44014dc4db5e9fc7f6709c138589155e /docs/sqlglot.html
parentAdding upstream version 15.2.0. (diff)
downloadsqlglot-upstream/16.2.1.tar.xz
sqlglot-upstream/16.2.1.zip
Adding upstream version 16.2.1.upstream/16.2.1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'docs/sqlglot.html')
-rw-r--r--docs/sqlglot.html8
1 files changed, 6 insertions, 2 deletions
diff --git a/docs/sqlglot.html b/docs/sqlglot.html
index 0edd2e4..f9e5c98 100644
--- a/docs/sqlglot.html
+++ b/docs/sqlglot.html
@@ -101,6 +101,8 @@
<p>Syntax <a href="#parser-errors">errors</a> are highlighted and dialect incompatibilities can warn or raise depending on configurations. However, it should be noted that SQL validation is not SQLGlot’s goal, so some syntax errors may go unnoticed.</p>
+<p>Learn more about the SQLGlot API in the <a href="https://sqlglot.com/">documentation</a>.</p>
+
<p>Contributions are very welcome in SQLGlot; read the <a href="https://github.com/tobymao/sqlglot/blob/main/CONTRIBUTING.md">contribution guide</a> to get started!</p>
<h2 id="table-of-contents">Table of Contents</h2>
@@ -358,7 +360,7 @@
</div>
<div class="pdoc-code codehilite">
-<pre><span></span><code><span class="s1">&#39;SELECT x FROM y, z&#39;</span>
+<pre><span></span><code><span class="s1">&#39;SELECT x FROM z&#39;</span>
</code></pre>
</div>
@@ -581,7 +583,9 @@
<h2 id="documentation">Documentation</h2>
-<p>SQLGlot uses <a href="https://pdoc.dev/">pdoc</a> to serve its API documentation:</p>
+<p>SQLGlot uses <a href="https://pdoc.dev/">pdoc</a> to serve its API documentation.</p>
+
+<p>A hosted version is on the <a href="https://sqlglot.com/">SQLGlot website</a>, or you can build locally with:</p>
<pre><code>make docs-serve
</code></pre>