update features documentation

This commit is contained in:
Sam
2023-07-23 11:29:16 +02:00
parent 1347432880
commit f6be5b5ef8
18 changed files with 394 additions and 347 deletions

View File

@ -28,6 +28,7 @@ Workouts
- Snowshoes (*new in 0.5.2*)
- Trail (*new in 0.5.0*)
- Walking
- (*new in 0.5.0*) Stopped speed threshold used by `gpxpy <https://github.com/tkrajina/gpxpy>`_ is not the default one for the following sports (0.1 km/h instead of 1 km/h):
- Hiking
- Mountaineering
@ -41,6 +42,9 @@ Workouts
.. note::
It can be overridden in user preferences.
.. note::
Except the stopped speed threshold, all sports are analyzed in the same way (no specificity taken into account for the moment).
- Dashboard with month calendar displaying workouts and record. The week can start on Sunday or Monday (which can be changed in the user preferences). The calendar displays up to 100 workouts.
- Workout creation by uploading a gpx file (related data are stored in database in metric system).
@ -50,7 +54,7 @@ Workouts
- | A workout can even be created without gpx (the user must enter date, time, duration and distance).
| Ascent and descent can also be provided (*new in 0.7.10*).
- | A workout with a gpx file can be displayed with map and charts (speed and elevation).
- | A workout with a gpx file can be displayed with map and charts (speed and elevation (if the gpx file contains elevation data, *updated in 0.7.20*)).
| Controls allow full screen view and position reset (*new in 0.5.5*).
- | If **Visual Crossing** (*new in 0.7.11*) API key is provided, weather is displayed in workout detail. Data source is displayed in **About** page.
| Wind is displayed, with an arrow indicating the direction (a tooltip can be displayed with the direction that the wind is coming **from**) (*new in 0.5.5*).

View File

@ -281,6 +281,10 @@
<p class="admonition-title">Note</p>
<p>It can be overridden in user preferences.</p>
</div>
<div class="admonition note">
<p class="admonition-title">Note</p>
<p>Except the stopped speed threshold, all sports are analyzed in the same way (no specificity taken into account for the moment).</p>
</div>
<ul class="simple">
<li><p>Dashboard with month calendar displaying workouts and record. The week can start on Sunday or Monday (which can be changed in the user preferences). The calendar displays up to 100 workouts.</p></li>
<li><p>Workout creation by uploading a gpx file (related data are stored in database in metric system).</p></li>
@ -299,7 +303,7 @@
</div>
</li>
<li><div class="line-block">
<div class="line">A workout with a gpx file can be displayed with map and charts (speed and elevation).</div>
<div class="line">A workout with a gpx file can be displayed with map and charts (speed and elevation (if the gpx file contains elevation data, <em>updated in 0.7.20</em>)).</div>
<div class="line">Controls allow full screen view and position reset (<em>new in 0.5.5</em>).</div>
</div>
</li>

File diff suppressed because one or more lines are too long

View File

@ -28,6 +28,7 @@ Workouts
- Snowshoes (*new in 0.5.2*)
- Trail (*new in 0.5.0*)
- Walking
- (*new in 0.5.0*) Stopped speed threshold used by `gpxpy <https://github.com/tkrajina/gpxpy>`_ is not the default one for the following sports (0.1 km/h instead of 1 km/h):
- Hiking
- Mountaineering
@ -41,6 +42,9 @@ Workouts
.. note::
It can be overridden in user preferences.
.. note::
Except the stopped speed threshold, all sports are analyzed in the same way (no specificity taken into account for the moment).
- Dashboard with month calendar displaying workouts and record. The week can start on Sunday or Monday (which can be changed in the user preferences). The calendar displays up to 100 workouts.
- Workout creation by uploading a gpx file (related data are stored in database in metric system).
@ -50,7 +54,7 @@ Workouts
- | A workout can even be created without gpx (the user must enter date, time, duration and distance).
| Ascent and descent can also be provided (*new in 0.7.10*).
- | A workout with a gpx file can be displayed with map and charts (speed and elevation).
- | A workout with a gpx file can be displayed with map and charts (speed and elevation (if the gpx file contains elevation data, *updated in 0.7.20*)).
| Controls allow full screen view and position reset (*new in 0.5.5*).
- | If **Visual Crossing** (*new in 0.7.11*) API key is provided, weather is displayed in workout detail. Data source is displayed in **About** page.
| Wind is displayed, with an arrow indicating the direction (a tooltip can be displayed with the direction that the wind is coming **from**) (*new in 0.5.5*).

View File

@ -281,6 +281,10 @@
<p class="admonition-title">Note</p>
<p>Elle peut être remplacée dans les préférences de lutilisateur.</p>
</div>
<div class="admonition note">
<p class="admonition-title">Note</p>
<p>A lexception du seuil de vitesse arrêté, tous les sports sont analysés de la même manière (aucune spécificité prise en compte pour le moment).</p>
</div>
<ul class="simple">
<li><p>Tableau de bord avec le calendrier mensuel affichant les séances et les records. La semaine peut commencer le dimanche ou le lundi (ce qui peut être modifié dans les préférences de lutilisateur). Le calendrier affiche jusquà 100 séances.</p></li>
<li><p>Création dune séance en téléversant un fichier gpx (les données associées sont stockées dans la base de données dans le système métrique).</p></li>
@ -299,7 +303,7 @@
</div>
</li>
<li><div class="line-block">
<div class="line">Une séance avec un fichier gpx est affichée avec une carte et des graphiques (vitesse et élévation).</div>
<div class="line">Une séance avec un fichier gpx est affichée avec une carte et des graphiques (vitesse et altitude (si le fichier contient les données relatives à laltitude (<em>mis à jour dans la version 0.7.20</em>)).</div>
<div class="line">Des boutons permettent une visualisation en plein écran et la réinitialisation de la position (<em>nouveau dans la version 0.5.5</em>).</div>
</div>
</li>

File diff suppressed because one or more lines are too long