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):
303303
304304intersphinx_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}
Original file line number Diff line number Diff line change @@ -19,22 +19,22 @@ Relationship :class:`.Relationship`
1919Path :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:
Original file line number Diff line number Diff line change @@ -8,13 +8,13 @@ Cypher Type Python Type
88Point :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:
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