aboutsummaryrefslogtreecommitdiff
path: root/docs/library/pyb.Switch.rst
AgeCommit message (Collapse)Author
2018-03-15docs: Fix some references and RST markup to eliminate Sphinx warnings.Damien George
2017-10-11docs/library: Add missing cross-ref links for classes in pyb module.Mike Causer
2017-06-15stmhal: Add .value() method to Switch object, to mirror Pin and Signal.Damien George
2016-06-08docs/pyb.*: 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/pyb.*: Add "currentmodule:: pyb" directive.Paul Sokolovsky
Makes sure that classes described in these separate files are properly designated as belonging to "pyb" module in indexes.
2014-10-31docs: Cleanup and update some docs.Damien George
2014-10-31docs: Import documentation from source-code inline comments.Damien George
The inline docs (prefixed with /// in .c files) have been converted to RST format and put in the docs subdirectory.