From 3597d8cb717acc31c9f2e8ac256dbe88ae030b19 Mon Sep 17 00:00:00 2001
From: Gabriele Contini <contini.mailing@gmail.com>
Date: 周日, 22 3月 2020 11:51:31 +0800
Subject: [PATCH] improve documentation

---
 doc/index.rst |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/doc/index.rst b/doc/index.rst
index 63b3e13..69b5e14 100644
--- a/doc/index.rst
+++ b/doc/index.rst
@@ -24,7 +24,7 @@
 
 Protect the software you develop from unauthorized copies, limit the usage in time, to a specific set of 
 machines, or prevent the usage in  virtualized environments. It is an open source license management system that helps to keep your 
-software closed :smirk: . Among the other features the most notable one is: if it runs on a "real hardware" 
+software closed |:smirk:| . Among the other features the most notable one is: if it runs on a "real hardware" 
 it can generate a signature of that hardware and report if the signature doesn't match, because for instance 
 the software has been copied to another pc.
 
@@ -60,8 +60,11 @@
 * tools            : Cmake(>3.6), git, make/ninja(linux)
 * libraries        : If target is Linux Openssl is required. Windows depends only on system libraries. Boost is necessary to build license generator and to run the tests but it's NOT a dependency of the final `licensecc` library. 
 
-For a complete list of dependencies and supported environments see the :ref:`development/Dependencies:Dependencies` section.
-Clone the project. It has submodules, don't forget the `--recursive` option.
+For a complete list of dependencies and supported environments see the :ref:`dependencies <development/Dependencies:Dependencies>` section.
+Clone the project. 
+
+.. NOTE::
+  It has submodules, don't forget the `--recursive` option.
 
 .. code-block:: console
 

--
Gitblit v1.9.1