From 6d9712c7fdef4751d33ee2a3f0b83cec5ffb2ef0 Mon Sep 17 00:00:00 2001 From: vitaut Date: Sat, 17 Oct 2015 08:21:23 -0700 Subject: [PATCH] Fix links --- doc/usage.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/usage.rst b/doc/usage.rst index 3d900ff6..abd74eee 100644 --- a/doc/usage.rst +++ b/doc/usage.rst @@ -60,9 +60,9 @@ Building the documentation To build the documentation you need the following software installed on your system: -* [Python](https://www.python.org/) with pip and virtualenv -* [Doxygen](http://www.stack.nl/~dimitri/doxygen/) -* [Less](http://lesscss.org/) with less-plugin-clean-css +* `Python `_ with pip and virtualenv +* `Doxygen `_ +* `Less `_ with less-plugin-clean-css First generate makefiles or project files using CMake as described in previous section. Then compile the ``doc`` target/project, for example::