From e6e8c06fb8e018a9796b2b0cb072596b95766702 Mon Sep 17 00:00:00 2001 From: Florian Festi Date: Sat, 21 May 2016 18:16:09 +0200 Subject: [PATCH] Add link to new online generator --- README.rst | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/README.rst b/README.rst index 953d13b..daab70e 100644 --- a/README.rst +++ b/README.rst @@ -46,14 +46,17 @@ is used for rounded edges and living hinges. Usage ===== -There are three ways to use the available generators: +There are multiple ways to use the available generators: +* Try them out `online`_ * 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. +* 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. Documentation ============= The module comes with Sphinx based documentation. The rendered version can be -viewed at http://florianfesti.github.io/boxes/html/index.html +viewed `here`_.