From b5b0de2de53563c43e1c5844a52b4eeeb2542ea5 Mon Sep 17 00:00:00 2001
From: Ankur Dave <ankurdave@gmail.com>
Date: Thu, 9 Jan 2014 13:24:25 -0800
Subject: [PATCH] Start fixing formatting of graphx-programming-guide

---
 docs/graphx-programming-guide.md | 13 ++++++-------
 1 file changed, 6 insertions(+), 7 deletions(-)

diff --git a/docs/graphx-programming-guide.md b/docs/graphx-programming-guide.md
index 5b06d82225..ebc47f5d1c 100644
--- a/docs/graphx-programming-guide.md
+++ b/docs/graphx-programming-guide.md
@@ -1,4 +1,7 @@
-# GraphX: Unifying Graphs and Tables
+---
+layout: global
+title: "GraphX: Unifying Graphs and Tables"
+---
 
 
 GraphX extends the distributed fault-tolerant collections API and
@@ -26,11 +29,8 @@ execute graph algorithms.  Unfortunately, these systems do not address
 the challenges of graph construction and transformation and provide
 limited fault-tolerance and support for interactive analysis.
 
-<p align="center">
-  <img src="https://raw.github.com/amplab/graphx/master/docs/img/data_parallel_vs_graph_parallel.png" />
-</p>
-
-
+{:.pagination-centered}
+![Data-parallel vs. graph-parallel]({{ site.url }}/img/data_parallel_vs_graph_parallel.png)
 
 ## Solution
 
@@ -194,4 +194,3 @@ you state this explicitly, by submitting any copyrighted material via
 pull request, email, or other means you agree to license the material
 under the project's open source license and warrant that you have the
 legal authority to do so.
-
-- 
GitLab