From c0cf6474b46dcba22db6fbcdba345291f0f9e21c Mon Sep 17 00:00:00 2001 From: Severin Simmler Date: Thu, 7 Jul 2016 11:44:29 +0200 Subject: [PATCH] Updated markup --- doc/tutorial.adoc | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/doc/tutorial.adoc b/doc/tutorial.adoc index 6466fd1..2664596 100644 --- a/doc/tutorial.adoc +++ b/doc/tutorial.adoc @@ -2069,8 +2069,7 @@ As Wikipedia happens to consist of living documents we provide a snapshot of a l Alternatively, you can create your own list of authors (make sure you use the exact name used by Wikipedia). -Output: -+++++++ +*Output:* ---- Creating authors.txt ... @@ -2116,8 +2115,7 @@ def crawl_wikipedia(authors_file, output_directory): ---- -Output: -+++++++ +*Output:* ---- Crawling Wikipedia ... @@ -2288,8 +2286,7 @@ def create_graph(input_folder): return G ---- -Output: -+++++++ +*Output:* ---- this is the weight: 20 @@ -2357,8 +2354,7 @@ For example: `python3 /users/networks/graph.py /users/networks/csv /users/networks` -Output: -+++++++ +*Output:* Your output is a *.png file* and should look like one of these.