File: unit_helper.rst

package info (click to toggle)
stravalib 2.4-2
  • links: PTS, VCS
  • area: contrib
  • in suites: forky, sid
  • size: 5,340 kB
  • sloc: python: 4,462; makefile: 5
file content (24 lines) | stat: -rw-r--r-- 377 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
============================
Unit Helper Module
============================
.. currentmodule:: stravalib.unit_helper

The `unit_helper` module provides helper utility
to convert various units.

Summary Functions
------------------

.. autosummary::
   :toctree: api/

   c2f


Summary Classes
----------------
.. autosummary::
   :toctree: api/

   _Quantity
   UnitConverter