From e174b6e709ee729439454c42820d5d0c17ebe214 Mon Sep 17 00:00:00 2001 From: Sijie Shen Date: Wed, 22 May 2024 15:09:20 +0800 Subject: [PATCH] doc: GAP Signed-off-by: Sijie Shen --- docs/docs.rst | 2 +- docs/documentation/tutorials/run-gap.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docs.rst b/docs/docs.rst index 0c8b6b4..210a6f2 100644 --- a/docs/docs.rst +++ b/docs/docs.rst @@ -63,7 +63,7 @@ GART: Graph Analysis on Relational Transactional Datasets ^^^^^^^^^^^^ Get involved and become part of the GART community. -Read the Paper +Our Paper -------------- - Sijie Shen, Zihang Yao, Lin Shi, Lei Wang, Longbin Lai, Qian Tao, Li Su, Rong Chen, Wenyuan Yu, Haibo Chen, Binyu Zang, Jingren Zhou. diff --git a/docs/documentation/tutorials/run-gap.rst b/docs/documentation/tutorials/run-gap.rst index cdaa092..8d46561 100644 --- a/docs/documentation/tutorials/run-gap.rst +++ b/docs/documentation/tutorials/run-gap.rst @@ -6,7 +6,7 @@ GART supports different approaches for graph analysis. The following sections de Graph Analysis with GAE ------------------------ -The Graph Analysis Engine (GAE) is a graph analysis framework that provides a set of graph algorithms for analyzing large-scale graphs. GAE is implemented in C++ and provides a Python interface for running graph algorithms on graphs stored in the GART format. The GAE library is included in the GART distribution and can be found in the `gae` directory. +`GAE `_ is a graph analysis framework that provides a set of graph algorithms for analyzing large-scale graphs. GAE is implemented in C++ and provides a Python interface for running graph algorithms on graphs stored in the GART format. After running the GART server, you can run graph analysis using the GAE library by ``mpirun`` command.