diff options
author | Damien George <damien.p.george@gmail.com> | 2017-04-18 15:27:37 +1000 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2017-04-18 15:27:37 +1000 |
commit | d4675e7674788546420ac6a89a42f8afda191488 (patch) | |
tree | f80162d88d032addc1178e324af25841a3324693 /docs/library/machine.Timer.rst | |
parent | 1f1a03d0c39f3b733372e523bc4906a2b40cfff0 (diff) | |
download | micropython-d4675e7674788546420ac6a89a42f8afda191488.tar.gz micropython-d4675e7674788546420ac6a89a42f8afda191488.zip |
docs/library/machine.*: Add cross-reference label to individual classes.
Diffstat (limited to 'docs/library/machine.Timer.rst')
-rw-r--r-- | docs/library/machine.Timer.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/library/machine.Timer.rst b/docs/library/machine.Timer.rst index eddb2ce780..ef46f9dd7c 100644 --- a/docs/library/machine.Timer.rst +++ b/docs/library/machine.Timer.rst @@ -1,4 +1,5 @@ .. currentmodule:: machine +.. _machine.Timer: class Timer -- control hardware timers ====================================== |