Docs - init i18n
This commit is contained in:
25
docs/fr/_sources/api/auth.rst.txt
Normal file
25
docs/fr/_sources/api/auth.rst.txt
Normal file
@ -0,0 +1,25 @@
|
||||
Authentication and account
|
||||
##########################
|
||||
|
||||
.. autoflask:: fittrackee:create_app()
|
||||
:endpoints:
|
||||
auth.register_user,
|
||||
auth.confirm_account,
|
||||
auth.resend_account_confirmation_email,
|
||||
auth.login_user,
|
||||
auth.get_authenticated_user_profile,
|
||||
auth.edit_user,
|
||||
auth.edit_user_preferences,
|
||||
auth.edit_user_sport_preferences,
|
||||
auth.reset_user_sport_preferences,
|
||||
auth.edit_picture,
|
||||
auth.del_picture,
|
||||
auth.request_password_reset,
|
||||
auth.update_user_account,
|
||||
auth.update_password,
|
||||
auth.update_email,
|
||||
auth.logout_user,
|
||||
auth.accept_privacy_policy,
|
||||
auth.get_user_data_export,
|
||||
auth.request_user_data_export,
|
||||
auth.download_data_export
|
8
docs/fr/_sources/api/configuration.rst.txt
Normal file
8
docs/fr/_sources/api/configuration.rst.txt
Normal file
@ -0,0 +1,8 @@
|
||||
Configuration
|
||||
#############
|
||||
|
||||
.. autoflask:: fittrackee:create_app()
|
||||
:endpoints:
|
||||
config.get_application_config,
|
||||
config.update_application_config,
|
||||
config.health_check
|
15
docs/fr/_sources/api/index.rst.txt
Normal file
15
docs/fr/_sources/api/index.rst.txt
Normal file
@ -0,0 +1,15 @@
|
||||
API documentation
|
||||
#################
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 2
|
||||
:caption: Endpoints:
|
||||
|
||||
auth
|
||||
configuration
|
||||
oauth2
|
||||
records
|
||||
sports
|
||||
stats
|
||||
users
|
||||
workouts
|
14
docs/fr/_sources/api/oauth2.rst.txt
Normal file
14
docs/fr/_sources/api/oauth2.rst.txt
Normal file
@ -0,0 +1,14 @@
|
||||
OAuth2
|
||||
######
|
||||
|
||||
.. autoflask:: fittrackee:create_app()
|
||||
:endpoints:
|
||||
oauth2.get_clients,
|
||||
oauth2.create_client,
|
||||
oauth2.get_client_by_client_id,
|
||||
oauth2.get_client_by_id,
|
||||
oauth2.delete_client,
|
||||
oauth2.revoke_client_tokens,
|
||||
oauth2.authorize,
|
||||
oauth2.issue_token,
|
||||
oauth2.revoke_token
|
6
docs/fr/_sources/api/records.rst.txt
Normal file
6
docs/fr/_sources/api/records.rst.txt
Normal file
@ -0,0 +1,6 @@
|
||||
Records
|
||||
#######
|
||||
|
||||
.. autoflask:: fittrackee:create_app()
|
||||
:endpoints:
|
||||
records.get_records
|
8
docs/fr/_sources/api/sports.rst.txt
Normal file
8
docs/fr/_sources/api/sports.rst.txt
Normal file
@ -0,0 +1,8 @@
|
||||
Sports
|
||||
######
|
||||
|
||||
.. autoflask:: fittrackee:create_app()
|
||||
:endpoints:
|
||||
sports.get_sports,
|
||||
sports.get_sport,
|
||||
sports.update_sport
|
8
docs/fr/_sources/api/stats.rst.txt
Normal file
8
docs/fr/_sources/api/stats.rst.txt
Normal file
@ -0,0 +1,8 @@
|
||||
Statistics
|
||||
##########
|
||||
|
||||
.. autoflask:: fittrackee:create_app()
|
||||
:endpoints:
|
||||
stats.get_workouts_by_time,
|
||||
stats.get_workouts_by_sport,
|
||||
stats.get_application_stats
|
10
docs/fr/_sources/api/users.rst.txt
Normal file
10
docs/fr/_sources/api/users.rst.txt
Normal file
@ -0,0 +1,10 @@
|
||||
Users
|
||||
#####
|
||||
|
||||
.. autoflask:: fittrackee:create_app()
|
||||
:endpoints:
|
||||
users.get_users,
|
||||
users.get_single_user,
|
||||
users.get_picture,
|
||||
users.update_user,
|
||||
users.delete_user
|
18
docs/fr/_sources/api/workouts.rst.txt
Normal file
18
docs/fr/_sources/api/workouts.rst.txt
Normal file
@ -0,0 +1,18 @@
|
||||
Workouts
|
||||
##########
|
||||
|
||||
.. autoflask:: fittrackee:create_app()
|
||||
:endpoints:
|
||||
workouts.get_workouts,
|
||||
workouts.get_workout,
|
||||
workouts.get_workout_gpx,
|
||||
workouts.get_workout_chart_data,
|
||||
workouts.get_segment_chart_data,
|
||||
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,
|
||||
workouts.delete_workout
|
Reference in New Issue
Block a user