@@ -84,17 +84,11 @@ The DB API driver supports :ref:`CrateDB's data types
84
84
<crate-reference:data-types>` to different degrees. For more information,
85
85
please consult the :ref: `data-types ` documentation page.
86
86
87
- .. toctree ::
88
- :maxdepth: 2
89
-
90
- data-types
91
-
92
87
93
88
Migration Notes
94
89
===============
95
90
96
- The :ref: `CrateDB dialect <sqlalchemy-cratedb:index >` for `SQLAlchemy `_ is provided
97
- by the `sqlalchemy-cratedb `_ package.
91
+ The :ref: `CrateDB dialect <sqlalchemy-cratedb:index >` for `SQLAlchemy `_ is provided by the `sqlalchemy-cratedb `_ package.
98
92
99
93
If you are migrating from previous versions of ``crate[sqlalchemy]<1.0.0 ``, you
100
94
will find that the newer releases ``crate>=1.0.0 `` no longer include the
@@ -127,53 +121,16 @@ Examples
127
121
by-example/index
128
122
129
123
130
- *******************
131
- Project information
132
- *******************
133
-
134
- Resources
135
- =========
136
- - `Source code <https://github.com/crate/crate-python >`_
137
- - `Documentation <https://crate.io/docs/python/ >`_
138
- - `Python Package Index (PyPI) <https://pypi.org/project/crate/ >`_
124
+ . SEEALSO::
139
125
140
- Contributions
141
- =============
142
- The CrateDB Python client library is an open source project, and is `managed on
143
- GitHub `_.
144
- Every kind of contribution, feedback, or patch, is much welcome. `Create an
145
- issue `_ or submit a patch if you think we should include a new feature, or to
146
- report or fix a bug.
126
+ The CrateDB Python client library is an open source project and is `managed on GitHub`_. Contributions, feedback, or patches are highly welcome!
147
127
148
- Development
149
- ===========
150
- In order to setup a development environment on your workstation, please head
151
- over to the `development sandbox `_ documentation. When you see the software
152
- tests succeed, you should be ready to start hacking.
153
128
154
- Page index
155
- ==========
156
- The full index for all documentation pages can be inspected at :ref: `index-all `.
157
-
158
- License
159
- =======
160
- The project is licensed under the terms of the Apache 2.0 license, like
161
- `CrateDB itself <CrateDB source _>`_, see `LICENSE `_.
162
-
163
-
164
- .. _Apache Superset : https://github.com/apache/superset
165
- .. _Crash CLI : https://crate.io/docs/crate/crash/
166
129
.. _CrateDB : https://crate.io/products/cratedb
167
130
.. _CrateDB Cloud : https://console.cratedb.cloud/
168
- .. _CrateDB source : https://github.com/crate/crate
169
- .. _Create an issue : https://github.com/crate/crate-python/issues
131
+ .. _Crash CLI : https://crate.io/docs/crate/crash/
170
132
.. _Dask : https://en.wikipedia.org/wiki/Dask_(software)
171
- .. _development sandbox : https://github.com/crate/crate-python/blob/main/DEVELOP.rst
172
133
.. _cratedb-examples repository : https://github.com/crate/cratedb-examples
173
- .. _FIWARE QuantumLeap data historian : https://github.com/orchestracities/ngsi-timeseries-api
174
- .. _GeoJSON : https://geojson.org/
175
- .. _GeoJSON geometry objects : https://tools.ietf.org/html/rfc7946#section-3.1
176
- .. _LICENSE : https://github.com/crate/crate-python/blob/main/LICENSE
177
134
.. _managed on GitHub : https://github.com/crate/crate-python
178
135
.. _migrate to sqlalchemy-cratedb : https://cratedb.com/docs/sqlalchemy-cratedb/migrate-from-crate-client.html
179
136
.. _pandas : https://en.wikipedia.org/wiki/Pandas_(software)
0 commit comments