From 14836feec7e542366879a6cf4e8b5a593cd09570 Mon Sep 17 00:00:00 2001 From: Adam Schill Collberg Date: Mon, 31 Mar 2025 14:36:23 +0200 Subject: [PATCH] Update documentation status in READMEs --- README.md | 4 ++-- python-wrapper/README.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 4646d384..7ad77c8a 100644 --- a/README.md +++ b/README.md @@ -15,8 +15,6 @@ Alternatively, you can export the output to a file and view it in a web browser. The package wraps the [Neo4j Visualization JavaScript library (NVL)](https://neo4j.com/docs/nvl/current/). -Proper documentation is forthcoming. - > [!WARNING] > This package is still in development and the API is subject to change. @@ -111,6 +109,8 @@ VG.render() This will return a `IPython.display.HTML` object that can be rendered in a Jupyter Notebook or streamlit application. +Please refer to the [documentation](https://neo4j.com/docs/nvl-python/preview/) for more details on the API and usage. + ### Examples diff --git a/python-wrapper/README.md b/python-wrapper/README.md index e5cc5658..ee0bde70 100644 --- a/python-wrapper/README.md +++ b/python-wrapper/README.md @@ -15,8 +15,6 @@ Alternatively, you can export the output to a file and view it in a web browser. The package wraps the [Neo4j Visualization JavaScript library (NVL)](https://neo4j.com/docs/nvl/current/). -Proper documentation is forthcoming. - > [!WARNING] > This package is still in development and the API is subject to change. @@ -112,6 +110,8 @@ VG.render() This will return a `IPython.display.HTML` object that can be rendered in a Jupyter Notebook or streamlit application. +Please refer to the [documentation](https://neo4j.com/docs/nvl-python/preview/) for more details on the API and usage. + ### Examples