From c9901f7f5b05fd966befe2bc72665ced2c4ed54b Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Wed, 7 Feb 2024 09:33:22 -0500 Subject: [PATCH] Update documentation and add note about Python version requirement --- docs/index.rst | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/docs/index.rst b/docs/index.rst index 2e75fe6..50f26f2 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -19,9 +19,7 @@ With ``neon_client``, developers can: - Enhance application security by managing API keys and permissions through code. - Leverage the power of Neon's cloud database without the need for manual intervention or the Neon console. -.. note:: - This documentation is a work in progress. It is not yet complete. This project simplifies the complexity of interacting with the Neon API, making it more accessible for developers to build scalable, data-driven applications with ease. Pydantic dataclasses are used to represent the data structures returned @@ -36,6 +34,10 @@ To install the package, run the following command: $ pip install neon-client +.. note:: + + The package requires Python 3.10 or later. + Usage ----- @@ -113,13 +115,6 @@ Classes :undoc-members: :show-inheritance: --------------------- - -.. automodule:: neon_client.schema - :members: - :undoc-members: - :show-inheritance: - Indices and tables ==================