update documentation

This commit is contained in:
Sam
2021-11-29 18:24:22 +01:00
parent 94dc9edd1a
commit 13995a2dc2
30 changed files with 115 additions and 63 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 352 KiB

After

Width:  |  Height:  |  Size: 353 KiB

View File

@ -11,6 +11,7 @@ Workouts
workouts.get_segment_gpx,
workouts.get_map,
workouts.get_map_tile,
workouts.download_workout_gpx,
workouts.post_workout,
workouts.post_workout_no_gpx,
workouts.update_workout,

View File

@ -75,6 +75,7 @@ Workouts
- 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 with metric system). A workout can even be created without gpx (the user must enter date, time, duration and distance).
- A workout with a gpx file can be displayed with map, weather (if the DarkSky API key is provided) and charts (speed and elevation). Segments can be displayed.
- Workout gpx file can be downloaded (**new in 0.5.1**)
- Workout edition and deletion. User can add a note.
- User statistics, by time period (week, month, year) and sport:
- total distance

View File

@ -32,8 +32,8 @@ Table of contents
.. toctree::
:maxdepth: 2
installation
features
installation
api/index
troubleshooting/index
changelog