Skip to content

Commit 52c0352

Browse files
committed
Refactor docs for github.io
1 parent 67582fb commit 52c0352

File tree

157 files changed

+87
-105
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

157 files changed

+87
-105
lines changed

.gitignore

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ MANIFEST
4040
# setup.py working directory
4141
build
4242
# sphinx build directory
43-
doc/_build
43+
docs/src/_build
4444
# setup.py dist directory
4545
dist
4646
# Egg metadata
@@ -72,7 +72,7 @@ Icon?
7272
Thumbs.db
7373

7474
## Documentation generated files
75-
docs/_build/doctrees
76-
docs/generated
75+
docs/src/_build/doctrees
76+
docs/src/generated
7777

7878
dask-worker-space
File renamed without changes.
File renamed without changes.

docs/_build/html/searchindex.js

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/_build/html/_sources/index.rst.txt renamed to docs/_sources/index.rst.txt

Lines changed: 1 addition & 1 deletion
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

docs/_build/html/api.html renamed to docs/api.html

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,6 @@
5757
<li class="toctree-l4"><a class="reference internal" href="generated/singlestore.connection.Connection.rollback.html">Connection.rollback</a></li>
5858
<li class="toctree-l4"><a class="reference internal" href="generated/singlestore.connection.Connection.cursor.html">Connection.cursor</a></li>
5959
<li class="toctree-l4"><a class="reference internal" href="generated/singlestore.connection.Connection.is_connected.html">Connection.is_connected</a></li>
60-
<li class="toctree-l4"><a class="reference internal" href="generated/singlestore.connection.Connection.enable_data_api.html">Connection.enable_data_api</a></li>
61-
<li class="toctree-l4"><a class="reference internal" href="generated/singlestore.connection.Connection.disable_data_api.html">Connection.disable_data_api</a></li>
6260
</ul>
6361
</li>
6462
<li class="toctree-l3"><a class="reference internal" href="#cursor">Cursor</a><ul>
@@ -191,12 +189,6 @@ <h3>Connection<a class="headerlink" href="#connection" title="Permalink to this
191189
<tr class="row-odd"><td><p><a class="reference internal" href="generated/singlestore.connection.Connection.is_connected.html#singlestore.connection.Connection.is_connected" title="singlestore.connection.Connection.is_connected"><code class="xref py py-obj docutils literal notranslate"><span class="pre">Connection.is_connected</span></code></a>()</p></td>
192190
<td><p>Determine if the database is still connected.</p></td>
193191
</tr>
194-
<tr class="row-even"><td><p><a class="reference internal" href="generated/singlestore.connection.Connection.enable_data_api.html#singlestore.connection.Connection.enable_data_api" title="singlestore.connection.Connection.enable_data_api"><code class="xref py py-obj docutils literal notranslate"><span class="pre">Connection.enable_data_api</span></code></a>([port])</p></td>
195-
<td><p>Enable the data API in the server.</p></td>
196-
</tr>
197-
<tr class="row-odd"><td><p><a class="reference internal" href="generated/singlestore.connection.Connection.disable_data_api.html#singlestore.connection.Connection.disable_data_api" title="singlestore.connection.Connection.disable_data_api"><code class="xref py py-obj docutils literal notranslate"><span class="pre">Connection.disable_data_api</span></code></a>()</p></td>
198-
<td><p>Disable the data API.</p></td>
199-
</tr>
200192
</tbody>
201193
</table>
202194
</section>

docs/_build/html/generated/singlestore.connection.Connection.autocommit.html renamed to docs/generated/singlestore.connection.Connection.autocommit.html

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,6 @@
5757
<li class="toctree-l4"><a class="reference internal" href="singlestore.connection.Connection.rollback.html">Connection.rollback</a></li>
5858
<li class="toctree-l4"><a class="reference internal" href="singlestore.connection.Connection.cursor.html">Connection.cursor</a></li>
5959
<li class="toctree-l4"><a class="reference internal" href="singlestore.connection.Connection.is_connected.html">Connection.is_connected</a></li>
60-
<li class="toctree-l4"><a class="reference internal" href="singlestore.connection.Connection.enable_data_api.html">Connection.enable_data_api</a></li>
61-
<li class="toctree-l4"><a class="reference internal" href="singlestore.connection.Connection.disable_data_api.html">Connection.disable_data_api</a></li>
6260
</ul>
6361
</li>
6462
<li class="toctree-l3"><a class="reference internal" href="../api.html#cursor">Cursor</a></li>

docs/_build/html/generated/singlestore.connection.Connection.close.html renamed to docs/generated/singlestore.connection.Connection.close.html

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,6 @@
5757
<li class="toctree-l4"><a class="reference internal" href="singlestore.connection.Connection.rollback.html">Connection.rollback</a></li>
5858
<li class="toctree-l4"><a class="reference internal" href="singlestore.connection.Connection.cursor.html">Connection.cursor</a></li>
5959
<li class="toctree-l4"><a class="reference internal" href="singlestore.connection.Connection.is_connected.html">Connection.is_connected</a></li>
60-
<li class="toctree-l4"><a class="reference internal" href="singlestore.connection.Connection.enable_data_api.html">Connection.enable_data_api</a></li>
61-
<li class="toctree-l4"><a class="reference internal" href="singlestore.connection.Connection.disable_data_api.html">Connection.disable_data_api</a></li>
6260
</ul>
6361
</li>
6462
<li class="toctree-l3"><a class="reference internal" href="../api.html#cursor">Cursor</a></li>

docs/_build/html/generated/singlestore.connection.Connection.commit.html renamed to docs/generated/singlestore.connection.Connection.commit.html

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,6 @@
5757
<li class="toctree-l4"><a class="reference internal" href="singlestore.connection.Connection.rollback.html">Connection.rollback</a></li>
5858
<li class="toctree-l4"><a class="reference internal" href="singlestore.connection.Connection.cursor.html">Connection.cursor</a></li>
5959
<li class="toctree-l4"><a class="reference internal" href="singlestore.connection.Connection.is_connected.html">Connection.is_connected</a></li>
60-
<li class="toctree-l4"><a class="reference internal" href="singlestore.connection.Connection.enable_data_api.html">Connection.enable_data_api</a></li>
61-
<li class="toctree-l4"><a class="reference internal" href="singlestore.connection.Connection.disable_data_api.html">Connection.disable_data_api</a></li>
6260
</ul>
6361
</li>
6462
<li class="toctree-l3"><a class="reference internal" href="../api.html#cursor">Cursor</a></li>

0 commit comments

Comments
 (0)