mirror of
https://github.com/wger-project/wger.git
synced 2026-02-18 00:17:51 +01:00
Add link to readthedocs documentation
This commit is contained in:
10
README.rst
10
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)
|
||||
|
||||
@@ -8,7 +8,6 @@
|
||||
|
||||
{% block content %}
|
||||
|
||||
<a name="stable-version"></a>
|
||||
<h3>{% trans "Installing the stable version" %}</h3>
|
||||
|
||||
|
||||
@@ -61,18 +60,16 @@ file and a SQLite database with a standard superuser:{% endblocktrans %}</p>
|
||||
the application.{% endblocktrans %}</p>
|
||||
|
||||
<p>{% blocktrans %}Use <code>wger --help</code> to see available options{% endblocktrans %}</p>
|
||||
|
||||
|
||||
|
||||
|
||||
<a name="developer-guide"></a>
|
||||
<h2>Further documentation</h2>
|
||||
|
||||
<p>There is a more extensive installation and developer documentation available
|
||||
in the <code>docs</code> folder of the project. To compile it simply do a
|
||||
<code>make html</code> and open index.html in _build.</p>
|
||||
|
||||
{% endblock %}
|
||||
|
||||
|
||||
|
||||
{% block sidebar %}
|
||||
<h4>Further documentation</h4>
|
||||
|
||||
<p>There are more detailed instructions, other deployment options as well as an
|
||||
administration guide available at <a href="https://wger.readthedocs.org">https://wger.readthedocs.org</a>
|
||||
or locally in your code repository in the docs folder (<code>make html</code>
|
||||
to compile, then open _build/index.html).</p>
|
||||
|
||||
{% endblock %}
|
||||
|
||||
Reference in New Issue
Block a user