@@ -89,12 +89,11 @@ please consult the :ref:`data-types` documentation page.
89
89
90
90
data-types
91
91
92
-
93
92
Migration Notes
94
93
===============
95
94
96
- The :ref: `CrateDB dialect <sqlalchemy-cratedb:index >` for `SQLAlchemy `_ is provided
97
- by the `sqlalchemy-cratedb `_ package.
95
+ The :ref: `CrateDB dialect <sqlalchemy-cratedb:index >` for `SQLAlchemy `_ is
96
+ provided by the `sqlalchemy-cratedb `_ package.
98
97
99
98
If you are migrating from previous versions of ``crate[sqlalchemy]<1.0.0 ``, you
100
99
will find that the newer releases ``crate>=1.0.0 `` no longer include the
@@ -127,53 +126,17 @@ Examples
127
126
by-example/index
128
127
129
128
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/ >`_
139
-
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.
147
-
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.
129
+ .. seealso ::
153
130
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 `_.
131
+ The CrateDB Python client library is an open source project and is `managed
132
+ on GitHub `_. Contributions, feedback, or patches are highly welcome!
162
133
163
134
164
- .. _Apache Superset : https://github.com/apache/superset
165
- .. _Crash CLI : https://crate.io/docs/crate/crash/
166
135
.. _CrateDB : https://crate.io/products/cratedb
167
136
.. _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
137
+ .. _Crash CLI : https://crate.io/docs/crate/crash/
170
138
.. _Dask : https://en.wikipedia.org/wiki/Dask_(software)
171
- .. _development sandbox : https://github.com/crate/crate-python/blob/main/DEVELOP.rst
172
139
.. _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
140
.. _managed on GitHub : https://github.com/crate/crate-python
178
141
.. _migrate to sqlalchemy-cratedb : https://cratedb.com/docs/sqlalchemy-cratedb/migrate-from-crate-client.html
179
142
.. _pandas : https://en.wikipedia.org/wiki/Pandas_(software)
0 commit comments