From 4cafc64ebbb2c27a22fc41fd9452d7b2d733fcba Mon Sep 17 00:00:00 2001
From: Roland Geider
Date: Sat, 14 Feb 2015 09:32:00 +0100
Subject: [PATCH] Add link to readthedocs documentation
---
README.rst | 10 +++++++---
wger/software/templates/code.html | 21 +++++++++------------
2 files changed, 16 insertions(+), 15 deletions(-)
diff --git a/README.rst b/README.rst
index 50745fff0..f1460aea2 100644
--- a/README.rst
+++ b/README.rst
@@ -8,13 +8,17 @@ It is written with python/django and uses jQuery and some D3js for charts.
For more details and a live system, refer to the project's site: https://wger.de/
+There are more detailed instructions, other deployment options as well as an
+administration guide available at https://wger.readthedocs.org or locally in
+your code repository in the docs folder (``make html`` to compile, then open
+_build/index.html).
+
Installation
============
-These are the basic steps to install and run the application locally on a
-linux system. For more detailed instructions and other deployment options,
-consult https://wger.de/software/code
+These are the basic steps to install and run the application locally on a linux
+system.
Development version (from git)
diff --git a/wger/software/templates/code.html b/wger/software/templates/code.html
index 6a09c39d9..ea70c07bb 100644
--- a/wger/software/templates/code.html
+++ b/wger/software/templates/code.html
@@ -8,7 +8,6 @@
{% block content %}
-
{% trans "Installing the stable version" %}
@@ -61,18 +60,16 @@ file and a SQLite database with a standard superuser:{% endblocktrans %}
the application.{% endblocktrans %}
{% blocktrans %}Use wger --help to see available options{% endblocktrans %}
-
-
-
-
-
-Further documentation
-
-There is a more extensive installation and developer documentation available
-in the docs folder of the project. To compile it simply do a
-make html and open index.html in _build.
-
{% endblock %}
+
+
{% block sidebar %}
+Further documentation
+
+There are more detailed instructions, other deployment options as well as an
+administration guide available at https://wger.readthedocs.org
+or locally in your code repository in the docs folder (make html
+to compile, then open _build/index.html).
+
{% endblock %}