Skip to content

Commit 44a60ab

Browse files
committed
Docs fixed
1 parent 910e519 commit 44a60ab

File tree

4 files changed

+13
-12
lines changed

4 files changed

+13
-12
lines changed

docs/source/conf.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,5 +303,6 @@ def setup(app):
303303

304304
intersphinx_mapping = {
305305
'python': ('https://docs.python.org/3', None),
306-
'neotime': ('http://neotime.readthedocs.io/en/latest/', None),
306+
'neobolt': ('https://neobolt.readthedocs.io/en/latest/', None),
307+
'neotime': ('https://neotime.readthedocs.io/en/latest/', None),
307308
}

docs/source/types/graph.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,22 +19,22 @@ Relationship :class:`.Relationship`
1919
Path :class:`.Path`
2020
============= ======================
2121

22-
.. autoclass:: neo4j.v1.types.graph.Graph
22+
.. autoclass:: neo4j.types.graph.Graph
2323
:members:
2424

25-
.. autoclass:: neo4j.v1.types.graph.Entity
25+
.. autoclass:: neo4j.types.graph.Entity
2626
:members:
2727

28-
.. autoclass:: neo4j.v1.types.graph.EntitySetView
28+
.. autoclass:: neo4j.types.graph.EntitySetView
2929
:members:
3030

31-
.. autoclass:: neo4j.v1.types.graph.Node
31+
.. autoclass:: neo4j.types.graph.Node
3232
:members:
3333
:inherited-members:
3434

35-
.. autoclass:: neo4j.v1.types.graph.Relationship
35+
.. autoclass:: neo4j.types.graph.Relationship
3636
:members:
3737
:inherited-members:
3838

39-
.. autoclass:: neo4j.v1.types.graph.Path
39+
.. autoclass:: neo4j.types.graph.Path
4040
:members:

docs/source/types/spatial.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@ Cypher Type Python Type
88
Point :class:`.Point`
99
============= ======================
1010

11-
.. autoclass:: neo4j.v1.types.spatial.Point
11+
.. autoclass:: neo4j.types.spatial.Point
1212
:members:
1313

14-
.. autoclass:: neo4j.v1.types.spatial.CartesianPoint
14+
.. autoclass:: neo4j.types.spatial.CartesianPoint
1515
:members:
1616
:inherited-members:
1717

18-
.. autoclass:: neo4j.v1.types.spatial.WGS84Point
18+
.. autoclass:: neo4j.types.spatial.WGS84Point
1919
:members:
2020
:inherited-members:

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
neobolt==1.7.0rc5
2-
neotime
1+
neobolt<2,>=1.7
2+
neotime<2,>=1.7

0 commit comments

Comments
 (0)