Skip to content

Commit 5ab391c

Browse files
committed
Documentation: Remove page about SQLAlchemy
The location redirects to [1] anyway. [1] https://cratedb.com/docs/sqlalchemy-cratedb/
1 parent 3f133eb commit 5ab391c

File tree

5 files changed

+3
-21
lines changed

5 files changed

+3
-21
lines changed

docs/connect.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Connect to CrateDB
1010
`Python Database API Specification v2.0`_ (PEP 249).
1111

1212
For help using the `SQLAlchemy`_ dialect, consult the
13-
:ref:`SQLAlchemy dialect documentation <using-sqlalchemy>`.
13+
:ref:`SQLAlchemy dialect documentation <sqlalchemy-cratedb:index>`.
1414

1515
.. SEEALSO::
1616

docs/index-all.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ CrateDB Python Client -- all pages
1616
connect
1717
query
1818
blobs
19-
sqlalchemy
2019
data-types
2120
by-example/index
2221
other-options

docs/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ please consult the :ref:`data-types` documentation page.
9999
Migration Notes
100100
===============
101101

102-
The :ref:`CrateDB dialect <using-sqlalchemy>` for `SQLAlchemy`_ is provided
102+
The :ref:`CrateDB dialect <sqlalchemy-cratedb:index>` for `SQLAlchemy`_ is provided
103103
by the `sqlalchemy-cratedb`_ package.
104104

105105
If you are migrating from previous versions of ``crate[sqlalchemy]<1.0.0``, you

docs/query.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Query CrateDB
1010
`Python Database API Specification v2.0`_ (PEP 249).
1111

1212
For help using the `SQLAlchemy`_ dialect, consult
13-
:ref:`the SQLAlchemy dialect documentation <using-sqlalchemy>`.
13+
:ref:`the SQLAlchemy dialect documentation <sqlalchemy-cratedb:index>`.
1414

1515
.. SEEALSO::
1616

docs/sqlalchemy.rst

Lines changed: 0 additions & 17 deletions
This file was deleted.

0 commit comments

Comments
 (0)