diff --git a/docs/by-example/index.rst b/docs/by-example/index.rst index d6c0d2ec..5cf1f06f 100644 --- a/docs/by-example/index.rst +++ b/docs/by-example/index.rst @@ -4,10 +4,6 @@ By example ########## -This part of the documentation enumerates different kinds of examples how to -use the CrateDB Python DBAPI HTTP client for standards-based database -conversations, and the proprietary BLOB interfaces. - The examples in this section are all about CrateDB's `Python DB API`_ interface, the plain HTTP API interface, and a convenience interface for working with :ref:`blob tables `. It details attributes, diff --git a/docs/index.rst b/docs/index.rst index 5b43c607..ca9b5ff6 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -89,12 +89,11 @@ please consult the :ref:`data-types` documentation page. data-types - Migration Notes =============== -The :ref:`CrateDB dialect ` for `SQLAlchemy`_ is provided -by the `sqlalchemy-cratedb`_ package. +The :ref:`CrateDB dialect ` for `SQLAlchemy`_ is +provided by the `sqlalchemy-cratedb`_ package. If you are migrating from previous versions of ``crate[sqlalchemy]<1.0.0``, you will find that the newer releases ``crate>=1.0.0`` no longer include the @@ -127,53 +126,17 @@ Examples by-example/index -******************* -Project information -******************* - -Resources -========= -- `Source code `_ -- `Documentation `_ -- `Python Package Index (PyPI) `_ - -Contributions -============= -The CrateDB Python client library is an open source project, and is `managed on -GitHub`_. -Every kind of contribution, feedback, or patch, is much welcome. `Create an -issue`_ or submit a patch if you think we should include a new feature, or to -report or fix a bug. - -Development -=========== -In order to setup a development environment on your workstation, please head -over to the `development sandbox`_ documentation. When you see the software -tests succeed, you should be ready to start hacking. +.. seealso:: -Page index -========== -The full index for all documentation pages can be inspected at :ref:`index-all`. - -License -======= -The project is licensed under the terms of the Apache 2.0 license, like -`CrateDB itself `_, see `LICENSE`_. + The CrateDB Python client library is an open source project and is `managed + on GitHub`_. Contributions, feedback, or patches are highly welcome! -.. _Apache Superset: https://github.com/apache/superset -.. _Crash CLI: https://crate.io/docs/crate/crash/ .. _CrateDB: https://crate.io/products/cratedb .. _CrateDB Cloud: https://console.cratedb.cloud/ -.. _CrateDB source: https://github.com/crate/crate -.. _Create an issue: https://github.com/crate/crate-python/issues +.. _Crash CLI: https://crate.io/docs/crate/crash/ .. _Dask: https://en.wikipedia.org/wiki/Dask_(software) -.. _development sandbox: https://github.com/crate/crate-python/blob/main/DEVELOP.rst .. _cratedb-examples repository: https://github.com/crate/cratedb-examples -.. _FIWARE QuantumLeap data historian: https://github.com/orchestracities/ngsi-timeseries-api -.. _GeoJSON: https://geojson.org/ -.. _GeoJSON geometry objects: https://tools.ietf.org/html/rfc7946#section-3.1 -.. _LICENSE: https://github.com/crate/crate-python/blob/main/LICENSE .. _managed on GitHub: https://github.com/crate/crate-python .. _migrate to sqlalchemy-cratedb: https://cratedb.com/docs/sqlalchemy-cratedb/migrate-from-crate-client.html .. _pandas: https://en.wikipedia.org/wiki/Pandas_(software)