update documentation
Before Width: | Height: | Size: 506 KiB After Width: | Height: | Size: 521 KiB |
Before Width: | Height: | Size: 395 KiB After Width: | Height: | Size: 363 KiB |
Before Width: | Height: | Size: 190 KiB After Width: | Height: | Size: 192 KiB |
Before Width: | Height: | Size: 63 KiB After Width: | Height: | Size: 66 KiB |
Before Width: | Height: | Size: 77 KiB After Width: | Height: | Size: 70 KiB |
BIN
docsrc/source/_images/fittrackee_screenshot-06.png
Normal file
After Width: | Height: | Size: 73 KiB |
@ -92,3 +92,9 @@ dl.field-list > dt {
|
||||
height: 65px;
|
||||
position: absolute;
|
||||
}
|
||||
|
||||
|
||||
img {
|
||||
border: 1px solid #cecdcd;
|
||||
margin: 5px 0;
|
||||
}
|
@ -94,3 +94,6 @@ Administration
|
||||
~~~~~~~~~~~~~~
|
||||
.. figure:: _images/fittrackee_screenshot-05.png
|
||||
:alt: FitTrackee Administration
|
||||
|
||||
.. figure:: _images/fittrackee_screenshot-06.png
|
||||
:alt: FitTrackee Sports Administration
|
@ -1,7 +1,7 @@
|
||||
Installation
|
||||
############
|
||||
|
||||
This application is written in Python (API) and Javascript (client):
|
||||
This application is written in Python (API) and Typescript (client):
|
||||
|
||||
- API:
|
||||
- Flask
|
||||
@ -10,9 +10,9 @@ This application is written in Python (API) and Javascript (client):
|
||||
- `python-forecast.io <https://github.com/ZeevG/python-forecast.io>`_ to fetch weather data from `Dark Sky <https://darksky.net>`__ (former forecast.io)
|
||||
- `dramatiq <https://flask-dramatiq.readthedocs.io/en/latest/>`_ for task queue
|
||||
- Client:
|
||||
- React/Redux
|
||||
- Vue3/Vuex
|
||||
- `Leaflet <https://leafletjs.com/>`__ to display map
|
||||
- `Recharts <https://github.com/recharts/recharts>`__ to display charts with elevation and speed
|
||||
- `Chart.js <https://www.chartjs.org/>`__ to display charts with elevation and speed
|
||||
|
||||
Sports and weather icons are made by `Freepik <https://www.freepik.com/>`__ from `www.flaticon.com <https://www.flaticon.com/>`__.
|
||||
|
||||
|