aboutsummaryrefslogtreecommitdiff
path: root/docs/library/machine.Pin.rst
AgeCommit message (Collapse)Author
2016-08-02docs: Spelling mistakesMike Causer
2016-06-09docs/machine*: Remove explicit targets and "machine." prefixes on classes.Paul Sokolovsky
With currentmodule:: set properly, none are needed. Extra "machine." prefix produces wrong indexing data.
2016-06-09docs/machine.Pin: Disambiguate object call method.Paul Sokolovsky
2016-06-08docs/machine.Pin: Add class designator to all constants.Paul Sokolovsky
This makes rendered docs to not provide incorrect information and consistent with how it's down for other machine classes.
2016-06-08docs/machine.*: Use proper class case in method headers.Paul Sokolovsky
Class designator will be used as is in indexes, so must match actual class name.
2016-06-08docs/machine.Pin: Remove explicit target.Paul Sokolovsky
With currentmodule:: support, all targets should be generated properly by Sphinx.
2016-06-08docs/machine.*: Add "currentmodule:: machine" directive.Paul Sokolovsky
Makes sure that classes described in these separate files are properly designated as belonging to "machine" module in indexes.
2016-06-07docs/library/machine.Pin: Mention GPIO and cross-link .value() function.Paul Sokolovsky
2016-05-03docs/library/machine.Pin: Update pin docs to reflect ESP8266 support.Damien George
2016-03-28docs: Correct pin interrupt example code for the WiPy.danicampora
2015-10-21docs: Several corrections to the classes in the machine module.danicampora
2015-10-17docs: Update all WiPy docs to reflect the new API.danicampora