Skip to content

Commit 81bb443

Browse files
authored
Merge pull request #124 from neo4j/docs-links
Update documentation status in READMEs
2 parents 23fbeed + 14836fe commit 81bb443

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@ Alternatively, you can export the output to a file and view it in a web browser.
1515

1616
The package wraps the [Neo4j Visualization JavaScript library (NVL)](https://neo4j.com/docs/nvl/current/).
1717

18-
Proper documentation is forthcoming.
19-
2018
> [!WARNING]
2119
> This package is still in development and the API is subject to change.
2220
@@ -111,6 +109,8 @@ VG.render()
111109

112110
This will return a `IPython.display.HTML` object that can be rendered in a Jupyter Notebook or streamlit application.
113111

112+
Please refer to the [documentation](https://neo4j.com/docs/nvl-python/preview/) for more details on the API and usage.
113+
114114

115115
### Examples
116116

python-wrapper/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@ Alternatively, you can export the output to a file and view it in a web browser.
1515

1616
The package wraps the [Neo4j Visualization JavaScript library (NVL)](https://neo4j.com/docs/nvl/current/).
1717

18-
Proper documentation is forthcoming.
19-
2018
> [!WARNING]
2119
> This package is still in development and the API is subject to change.
2220
@@ -112,6 +110,8 @@ VG.render()
112110

113111
This will return a `IPython.display.HTML` object that can be rendered in a Jupyter Notebook or streamlit application.
114112

113+
Please refer to the [documentation](https://neo4j.com/docs/nvl-python/preview/) for more details on the API and usage.
114+
115115

116116
### Examples
117117

0 commit comments

Comments
 (0)