fixes in layout
authorThierry Parmentelat <thierry.parmentelat@inria.fr>
Fri, 15 Jan 2016 08:43:48 +0000 (09:43 +0100)
committerThierry Parmentelat <thierry.parmentelat@inria.fr>
Fri, 15 Jan 2016 08:43:48 +0000 (09:43 +0100)
could now use a bit of styling

website/index.md
website/install.md

index 0f7a72b..61b331e 100644 (file)
@@ -4,7 +4,7 @@
 ## What is NEPI ?
 NEPI is a Python-based library to model and run network experiments on a variety of network evaluation platforms, including PlanetLab, OMF wireless testbeds, ns-3 simulators, and others. It allows to specify resources to use in an experiment, to define experiment workflow constraints and to automate deployment, resource control and result collection.
 
-##Features
+## Features
 
  * Automatic experiment deployment
  * Automatic result collection
index 51da5bc..6b9076a 100644 (file)
@@ -44,18 +44,16 @@ Of course, here again you might wish to use `pip3` instead.
 
 # Installing from sources
 
-Alternatives approaches, more suitable to developers, are as follows:
+*Alternative* approaches, more suitable to developers, are as follows. This is **not the recommended approach** though:
 
-* In order to install for all users:
+## Install for all users
 
-#
     git clone git://git.onelab.eu/nepi.git
     cd nepi
     sudo make install
     
-* And in order to use NEPI without installing:
+## Use NEPI without installing:
 
-# 
     git clone git://git.onelab.eu/nepi.git
     cd nepi
     export PYTHONPATH=$(pwd)