[skip travis] minor documentation update
This commit is contained in:
parent
03b99a7b7c
commit
c1f33ddacc
@ -1,6 +1,6 @@
|
||||
# Change log
|
||||
|
||||
## Version 0.2.2 - Fix and improvements (2019/09/23)
|
||||
## Version 0.2.2 - Statistics fix (2019/09/23)
|
||||
|
||||
### Issues Closed
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
# Change log
|
||||
|
||||
## Version 0.2.2 - Fix and improvements (2019/09/23)
|
||||
## Version 0.2.2 - Statistics fix (2019/09/23)
|
||||
|
||||
### Issues Closed
|
||||
|
||||
|
@ -87,13 +87,13 @@ Prod environment
|
||||
.. warning::
|
||||
Note that FitTrackee is not production-ready yet
|
||||
|
||||
- Download the last release (for now, it is the beta release v0.2.1):
|
||||
- Download the last release (for now, it is the beta release v0.2.2):
|
||||
|
||||
.. code:: bash
|
||||
|
||||
$ wget https://github.com/SamR1/FitTrackee/archive/v0.2.1-beta.tar.gz
|
||||
$ tar -xzf v0.2.1-beta.tar.gz
|
||||
$ mv FitTrackee-0.2.1-beta FitTrackee
|
||||
$ wget https://github.com/SamR1/FitTrackee/archive/v0.2.2-beta.tar.gz
|
||||
$ tar -xzf v0.2.2-beta.tar.gz
|
||||
$ mv FitTrackee-0.2.2-beta FitTrackee
|
||||
$ cd FitTrackee
|
||||
|
||||
- Update **Makefile.config** file if needed and copy/paste the
|
||||
|
@ -75,7 +75,7 @@
|
||||
role="menu"
|
||||
aria-labelledby="dLabelLocalToc"><ul>
|
||||
<li><a class="reference internal" href="#">Change log</a><ul>
|
||||
<li><a class="reference internal" href="#version-0-2-2-fix-and-improvements-2019-09-23">Version 0.2.2 - Fix and improvements (2019/09/23)</a><ul>
|
||||
<li><a class="reference internal" href="#version-0-2-2-statistics-fix-2019-09-23">Version 0.2.2 - Statistics fix (2019/09/23)</a><ul>
|
||||
<li><a class="reference internal" href="#issues-closed">Issues Closed</a><ul>
|
||||
<li><a class="reference internal" href="#bugs-fixed">Bugs Fixed</a></li>
|
||||
</ul>
|
||||
@ -161,8 +161,8 @@
|
||||
|
||||
<div class="section" id="change-log">
|
||||
<h1>Change log<a class="headerlink" href="#change-log" title="Permalink to this headline">¶</a></h1>
|
||||
<div class="section" id="version-0-2-2-fix-and-improvements-2019-09-23">
|
||||
<h2>Version 0.2.2 - Fix and improvements (2019/09/23)<a class="headerlink" href="#version-0-2-2-fix-and-improvements-2019-09-23" title="Permalink to this headline">¶</a></h2>
|
||||
<div class="section" id="version-0-2-2-statistics-fix-2019-09-23">
|
||||
<h2>Version 0.2.2 - Statistics fix (2019/09/23)<a class="headerlink" href="#version-0-2-2-statistics-fix-2019-09-23" title="Permalink to this headline">¶</a></h2>
|
||||
<div class="section" id="issues-closed">
|
||||
<h3>Issues Closed<a class="headerlink" href="#issues-closed" title="Permalink to this headline">¶</a></h3>
|
||||
<div class="section" id="bugs-fixed">
|
||||
|
@ -180,7 +180,7 @@ Map</a>.</div>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="toctree-l1"><a class="reference internal" href="changelog.html">Change log</a><ul>
|
||||
<li class="toctree-l2"><a class="reference internal" href="changelog.html#version-0-2-2-fix-and-improvements-2019-09-23">Version 0.2.2 - Fix and improvements (2019/09/23)</a></li>
|
||||
<li class="toctree-l2"><a class="reference internal" href="changelog.html#version-0-2-2-statistics-fix-2019-09-23">Version 0.2.2 - Statistics fix (2019/09/23)</a></li>
|
||||
<li class="toctree-l2"><a class="reference internal" href="changelog.html#version-0-2-1-fix-and-improvements-2019-09-01">Version 0.2.1 - Fix and improvements (2019/09/01)</a></li>
|
||||
<li class="toctree-l2"><a class="reference internal" href="changelog.html#version-0-2-0-statistics-2019-07-07">Version 0.2.0 - Statistics (2019/07/07)</a></li>
|
||||
<li class="toctree-l2"><a class="reference internal" href="changelog.html#version-0-1-1-fix-and-improvements-2019-02-07">Version 0.1.1 - Fix and improvements (2019/02/07)</a></li>
|
||||
|
@ -231,11 +231,11 @@ and the password <code class="docutils literal notranslate"><span class="pre">mp
|
||||
<p>Note that FitTrackee is not production-ready yet</p>
|
||||
</div>
|
||||
<ul class="simple">
|
||||
<li><p>Download the last release (for now, it is the beta release v0.2.1):</p></li>
|
||||
<li><p>Download the last release (for now, it is the beta release v0.2.2):</p></li>
|
||||
</ul>
|
||||
<div class="highlight-bash notranslate"><div class="highlight"><pre><span></span>$ wget https://github.com/SamR1/FitTrackee/archive/v0.2.1-beta.tar.gz
|
||||
$ tar -xzf v0.2.1-beta.tar.gz
|
||||
$ mv FitTrackee-0.2.1-beta FitTrackee
|
||||
<div class="highlight-bash notranslate"><div class="highlight"><pre><span></span>$ wget https://github.com/SamR1/FitTrackee/archive/v0.2.2-beta.tar.gz
|
||||
$ tar -xzf v0.2.2-beta.tar.gz
|
||||
$ mv FitTrackee-0.2.2-beta FitTrackee
|
||||
$ <span class="nb">cd</span> FitTrackee
|
||||
</pre></div>
|
||||
</div>
|
||||
|
@ -87,13 +87,13 @@ Prod environment
|
||||
.. warning::
|
||||
Note that FitTrackee is not production-ready yet
|
||||
|
||||
- Download the last release (for now, it is the beta release v0.2.1):
|
||||
- Download the last release (for now, it is the beta release v0.2.2):
|
||||
|
||||
.. code:: bash
|
||||
|
||||
$ wget https://github.com/SamR1/FitTrackee/archive/v0.2.1-beta.tar.gz
|
||||
$ tar -xzf v0.2.1-beta.tar.gz
|
||||
$ mv FitTrackee-0.2.1-beta FitTrackee
|
||||
$ wget https://github.com/SamR1/FitTrackee/archive/v0.2.2-beta.tar.gz
|
||||
$ tar -xzf v0.2.2-beta.tar.gz
|
||||
$ mv FitTrackee-0.2.2-beta FitTrackee
|
||||
$ cd FitTrackee
|
||||
|
||||
- Update **Makefile.config** file if needed and copy/paste the
|
||||
|
Loading…
Reference in New Issue
Block a user