File tree Expand file tree Collapse file tree 4 files changed +13
-12
lines changed Expand file tree Collapse file tree 4 files changed +13
-12
lines changed Original file line number Diff line number Diff line change @@ -303,5 +303,6 @@ def setup(app):
303
303
304
304
intersphinx_mapping = {
305
305
'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 ),
307
308
}
Original file line number Diff line number Diff line change @@ -19,22 +19,22 @@ Relationship :class:`.Relationship`
19
19
Path :class: `.Path `
20
20
============= ======================
21
21
22
- .. autoclass :: neo4j.v1. types.graph.Graph
22
+ .. autoclass :: neo4j.types.graph.Graph
23
23
:members:
24
24
25
- .. autoclass :: neo4j.v1. types.graph.Entity
25
+ .. autoclass :: neo4j.types.graph.Entity
26
26
:members:
27
27
28
- .. autoclass :: neo4j.v1. types.graph.EntitySetView
28
+ .. autoclass :: neo4j.types.graph.EntitySetView
29
29
:members:
30
30
31
- .. autoclass :: neo4j.v1. types.graph.Node
31
+ .. autoclass :: neo4j.types.graph.Node
32
32
:members:
33
33
:inherited-members:
34
34
35
- .. autoclass :: neo4j.v1. types.graph.Relationship
35
+ .. autoclass :: neo4j.types.graph.Relationship
36
36
:members:
37
37
:inherited-members:
38
38
39
- .. autoclass :: neo4j.v1. types.graph.Path
39
+ .. autoclass :: neo4j.types.graph.Path
40
40
:members:
Original file line number Diff line number Diff line change @@ -8,13 +8,13 @@ Cypher Type Python Type
8
8
Point :class: `.Point `
9
9
============= ======================
10
10
11
- .. autoclass :: neo4j.v1. types.spatial.Point
11
+ .. autoclass :: neo4j.types.spatial.Point
12
12
:members:
13
13
14
- .. autoclass :: neo4j.v1. types.spatial.CartesianPoint
14
+ .. autoclass :: neo4j.types.spatial.CartesianPoint
15
15
:members:
16
16
:inherited-members:
17
17
18
- .. autoclass :: neo4j.v1. types.spatial.WGS84Point
18
+ .. autoclass :: neo4j.types.spatial.WGS84Point
19
19
:members:
20
20
:inherited-members:
Original file line number Diff line number Diff line change 1
- neobolt == 1.7.0rc5
2
- neotime
1
+ neobolt < 2 , >= 1.7
2
+ neotime < 2 , >= 1.7
You can’t perform that action at this time.
0 commit comments