From 7b60b9821c0ba7645659715c30f6b5ab52b17b85 Mon Sep 17 00:00:00 2001 From: Julien Lengrand-Lambert Date: Fri, 14 Sep 2012 20:32:31 +0200 Subject: [PATCH] Adds div and changes width for small text space. Thanks darthwound --- Website/content/pages/Downloads.md | 6 +++--- Website/content/pages/OneMinuteKickOff.md | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Website/content/pages/Downloads.md b/Website/content/pages/Downloads.md index 8f6565b..dd85691 100644 --- a/Website/content/pages/Downloads.md +++ b/Website/content/pages/Downloads.md @@ -16,15 +16,15 @@ Older versions are also available here: - Windows - Other -If you always want to use the last version available, you can also choose to directly clone the git repository of the project +If you want to always have the last version available, you can also choose to directly clone the git repository of the project (and I'll gladly accept your pull requests ! ;)) -git clone .. . + :::python + $ git clone .. . Simply enter the project and run __./Ivolutioner__ in command line should get you started :). - ### Other downloads Several other ressources are available to download : diff --git a/Website/content/pages/OneMinuteKickOff.md b/Website/content/pages/OneMinuteKickOff.md index b20e850..0f038f0 100644 --- a/Website/content/pages/OneMinuteKickOff.md +++ b/Website/content/pages/OneMinuteKickOff.md @@ -3,7 +3,7 @@ Tags: face recognition, image processing, computer vision, python, openCV, Ivolu Slug: OneMinuteTutorial -## Coz' 1 minute is faster than 5 minutes. . . here is a light speed fast tutorial +## Coz' 1 minute is faster than 5 minutes. . . here is a light speed tutorial This page aims at putting you on rails __as fast as possible__, so that you can see what Ivolution is capable of by yourself __in less than 5 minutes__. @@ -38,6 +38,6 @@ __Done !__ You can now watch the timelapse generated from the images. The timelapse is saved in your __Video folder__ by default. For Windows users, it should be *C:\Users\myUser\Videos*, and for Ubuntu users */home/myUser/Videos*. -For more option, have a look at the __[basic part of the documentation](link to basic doc)__. +For more option, have a look at the __[basic part of the documentation](../pages/MainInterface.html)__.