From 7d6e3d7e4ddc5dbb90aed730986bdfd11a5f6e2b Mon Sep 17 00:00:00 2001 From: Florian Festi Date: Sat, 21 May 2016 18:22:03 +0200 Subject: [PATCH] Fix links to (hopefully) work with github's syntax --- README.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index daab70e..ff0366d 100644 --- a/README.rst +++ b/README.rst @@ -48,15 +48,15 @@ Usage There are multiple ways to use the available generators: -* Try them out `online`_ +* Try them out at * Execute the scripts/boxes tool and pass the name of the generator together with the measurements on the command line. * Run *scripts/boxesserver* which provides an web interface on port 8000. * Add a *WSGIScriptAlias* to *scripts/boxesserver* in your httpd config. -You can also create your own generators using `boxes/generators/_template.py`_ or any of the `generators`_ as a starting point. +You can also create your own generators using *boxes/generators/_template.py* or any of the generators in *boxes/generators* as a starting point. Documentation ============= The module comes with Sphinx based documentation. The rendered version can be -viewed `here`_. +viewed at .