update documentation
This commit is contained in:
Binary file not shown.
Before Width: | Height: | Size: 352 KiB After Width: | Height: | Size: 353 KiB |
@ -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,
|
||||
|
@ -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
|
||||
|
@ -32,8 +32,8 @@ Table of contents
|
||||
.. toctree::
|
||||
:maxdepth: 2
|
||||
|
||||
installation
|
||||
features
|
||||
installation
|
||||
api/index
|
||||
troubleshooting/index
|
||||
changelog
|
||||
|
Reference in New Issue
Block a user