aboutsummaryrefslogtreecommitdiff
path: root/doc/usage.rst
diff options
context:
space:
mode:
authorvitaut <victor.zverovich@gmail.com>2015-10-17 08:21:23 -0700
committervitaut <victor.zverovich@gmail.com>2015-10-17 08:21:23 -0700
commit6d9712c7fdef4751d33ee2a3f0b83cec5ffb2ef0 (patch)
treec43014f74dc66c6a5fac83e0027b4fdb1234212d /doc/usage.rst
parent826edabae10fd14aae12c4d29049e4c7b0f2fc3e (diff)
downloadfmtlib-6d9712c7fdef4751d33ee2a3f0b83cec5ffb2ef0.tar.gz
Fix links
Diffstat (limited to 'doc/usage.rst')
-rw-r--r--doc/usage.rst6
1 files 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 <https://www.python.org/>`_ with pip and virtualenv
+* `Doxygen <http://www.stack.nl/~dimitri/doxygen/>`_
+* `Less <http://lesscss.org/>`_ 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::