[skip travis] minor doc fix

This commit is contained in:
Sam 2019-07-19 12:14:37 +02:00
parent 715da8fc64
commit 2c91a7fe3d
3 changed files with 10 additions and 6 deletions

View File

@ -12,7 +12,7 @@ Features list
- Running
- Walking
- Activity creation by uploading a gpx file. An activity can even be created without gpx (the user must enter date, time, duration and distance)
- An activity can be displayed with map (if with gpx), weather (if the DarkSky API key is provided) and charts (speed and elevation)
- An activity with a gpx file can be displayed with map, weather (if the DarkSky API key is provided) and charts (speed and elevation)
- Activity edition and deletion. User can add a note
- Dashboard with month calendar displaying activities and record
- User statistics
@ -24,6 +24,7 @@ Features list
- Activities list and filter
**Notes:**
- only activity owner can see his activity
- no administration for now

View File

@ -145,7 +145,7 @@
</dl>
</li>
<li><p>Activity creation by uploading a gpx file. An activity can even be created without gpx (the user must enter date, time, duration and distance)</p></li>
<li><p>An activity can be displayed with map (if with gpx), weather (if the DarkSky API key is provided) and charts (speed and elevation)</p></li>
<li><p>An activity with a gpx file can be displayed with map, weather (if the DarkSky API key is provided) and charts (speed and elevation)</p></li>
<li><p>Activity edition and deletion. User can add a note</p></li>
<li><p>Dashboard with month calendar displaying activities and record</p></li>
<li><p>User statistics</p></li>
@ -161,9 +161,11 @@
</li>
<li><p>Activities list and filter</p></li>
</ul>
<p><strong>Notes:</strong>
- only activity owner can see his activity
- no administration for now</p>
<p><strong>Notes:</strong></p>
<ul class="simple">
<li><p>only activity owner can see his activity</p></li>
<li><p>no administration for now</p></li>
</ul>
</div>
<div class="section" id="dashboard">
<h2>Dashboard<a class="headerlink" href="#dashboard" title="Permalink to this headline"></a></h2>

View File

@ -12,7 +12,7 @@ Features list
- Running
- Walking
- Activity creation by uploading a gpx file. An activity can even be created without gpx (the user must enter date, time, duration and distance)
- An activity can be displayed with map (if with gpx), weather (if the DarkSky API key is provided) and charts (speed and elevation)
- An activity with a gpx file can be displayed with map, weather (if the DarkSky API key is provided) and charts (speed and elevation)
- Activity edition and deletion. User can add a note
- Dashboard with month calendar displaying activities and record
- User statistics
@ -24,6 +24,7 @@ Features list
- Activities list and filter
**Notes:**
- only activity owner can see his activity
- no administration for now