Skip to content

Commit

Permalink
Change title and abstract
Browse files Browse the repository at this point in the history
Co-authored-by: David Oliver <david.oliver@neo4j.com>
  • Loading branch information
vnickolov and davidoliverSP2 committed Feb 21, 2020
1 parent 9574521 commit 0022fb4
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions doc/asciidoc/migration-guide.adoc
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[[migration-guide]]
= Migration Guide
= Migration from Graph Algorithms v3.5


[abstract]
--
This section explains how to migrate from the Neo4j Graph Algorithms (GA) library to the Neo4j Graph Data Science (GDS) library.
If you have previously used Graph Algorithm v3.5, you can find the information you will need to migrate to using the Graph Data Science library in this section.
--


Expand Down Expand Up @@ -49,7 +49,7 @@ This section explains how to migrate from the Neo4j Graph Algorithms (GA) librar

== Who should read this guide

This guide is intended for users who are familiar with the Graph Algorithms library.
This documentation is intended for users who are familiar with the Graph Algorithms library.
We assume that most of the mentioned operations and concepts can be understood with little explanation.
Thus we are intentionally brief in the examples and comparisons.
Please see the dedicated chapters in this manual for details on all the features in the Graph Data Science library.
Expand All @@ -58,7 +58,6 @@ Please see the dedicated chapters in this manual for details on all the features
== Syntax

In this section we will focus on side-by-side examples of operations using the syntax of the Graph Algorithms library and Graph Data Science library, respectively.
In the tables below *GA* refers to the Graph Algorithms library and *GDS* refers to the Graph Data Science library.

This section is divided into the following sub-sections:

Expand Down

0 comments on commit 0022fb4

Please sign in to comment.