scylladb / python-driver

ScyllaDB Python Driver, originally DataStax Python Driver for Apache Cassandra
https://python-driver.docs.scylladb.com
Apache License 2.0
74 stars 42 forks source link

docs: add "Connect to ScyllaDB Cloud Serverless" #211

Closed avelanarius closed 1 year ago

avelanarius commented 1 year ago

Add a new documentation page about how to connect to ScyllaDB Cloud Serverless with Python Driver.

tzach commented 1 year ago

@annastuchlik can you please review

annastuchlik commented 1 year ago

@avelanarius There are errors during publication. To address them, you should modify the toctree in the intex.rst file to include the page you added:

.. toctree:: :hidden:

api/index installation getting_started scylla_specific upgrading execution_profiles performance query_paging lwt security user_defined_types object_mapper dates_and_times scylla_cloud scylla_cloud_serverless faq

annastuchlik commented 1 year ago

The content looks good, but the documentation won't publish due to errors. @avelanarius Could you look into it?