diff options
author | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2017-02-28 00:38:15 +0300 |
---|---|---|
committer | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2017-02-28 00:38:15 +0300 |
commit | ed81574fe9f8f011db2f119d29767380eac2ec14 (patch) | |
tree | 1415a3757a3a0532fd1e6abbfe21e59a39d2745b /docs/library/machine.rst | |
parent | 528aeb3bf3e42c235f5822de04b16778d284a7df (diff) | |
download | micropython-ed81574fe9f8f011db2f119d29767380eac2ec14.tar.gz micropython-ed81574fe9f8f011db2f119d29767380eac2ec14.zip |
docs/machine: Fix formatting of Constants section.
Render related constants grouped together, with common description.
Diffstat (limited to 'docs/library/machine.rst')
-rw-r--r-- | docs/library/machine.rst | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/docs/library/machine.rst b/docs/library/machine.rst index 50884e7be0..c677bcbf06 100644 --- a/docs/library/machine.rst +++ b/docs/library/machine.rst @@ -134,24 +134,24 @@ Constants --------- .. data:: machine.IDLE -.. data:: machine.SLEEP -.. data:: machine.DEEPSLEEP + machine.SLEEP + machine.DEEPSLEEP - irq wake values + IRQ wake values. .. data:: machine.PWRON_RESET -.. data:: machine.HARD_RESET -.. data:: machine.WDT_RESET -.. data:: machine.DEEPSLEEP_RESET -.. data:: machine.SOFT_RESET + machine.HARD_RESET + machine.WDT_RESET + machine.DEEPSLEEP_RESET + machine.SOFT_RESET - reset causes + Reset causes. .. data:: machine.WLAN_WAKE -.. data:: machine.PIN_WAKE -.. data:: machine.RTC_WAKE + machine.PIN_WAKE + machine.RTC_WAKE - wake reasons + Wake-up reasons. Classes ------- |