Skip to content

Commit 8317bb9

Browse files
robsdedudeMaxAake
andauthored
Docs: minor fixes (add links, versions changed/added) (#1146)
Co-authored-by: Max Gustafsson <[email protected]>
1 parent 92ea0de commit 8317bb9

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
lines changed

docs/source/api.rst

+1
Original file line numberDiff line numberDiff line change
@@ -967,6 +967,7 @@ To construct a :class:`neo4j.Session` use the :meth:`neo4j.Driver.session` metho
967967

968968
+ :ref:`bookmarks-ref`
969969
+ :ref:`database-ref`
970+
+ :ref:`impersonated-user-ref`
970971
+ :ref:`default-access-mode-ref`
971972
+ :ref:`fetch-size-ref`
972973
+ :ref:`bookmark-manager-ref`

src/neo4j/_meta.py

+2
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,8 @@ class PreviewWarning(Warning):
170170
171171
It might be changed without following the deprecation policy.
172172
See also https://github.com/neo4j/neo4j-python-driver/wiki/preview-features
173+
174+
.. versionadded:: 5.8
173175
"""
174176

175177

src/neo4j/exceptions.py

+2
Original file line numberDiff line numberDiff line change
@@ -1066,6 +1066,8 @@ class ResultFailedError(ResultError):
10661066
* itself encountered an error while fetching records
10671067
* another result within the same transaction encountered an error while
10681068
fetching records
1069+
1070+
.. versionadded: 5.14
10691071
"""
10701072

10711073

0 commit comments

Comments
 (0)