summaryrefslogtreecommitdiff
path: root/docs/library/machine.RTC.rst
AgeCommit message (Collapse)Author
2021-06-12docs/library/machine.RTC.rst: Document datetime method and fix ex code.Peter Hinch
This is the minimum change to fix the example code so it actually runs on the majority of ports.
2021-01-30docs,stm32: Fix minor typos in RTC docs, and->an.Andrew Scheller
2020-08-21docs: Change `\*` to `*` in argument lists.Zenix27
Latest versions of Sphinx (at least 3.1.0) do not need the `*` escaped and will render the `\` in the output if it is there, so remove it. Fixes issue #6209.
2019-12-04docs: Remove spaces on lines that are empty.Damien George
2017-08-14docs/library/machine.RTC.rst: Fix typo.Javier Candeira
2017-04-18docs/library/machine.*: Add cross-reference label to individual classes.Damien George
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-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.*: 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.
2015-10-22docs: Correct machine.RTC examples.danicampora
2015-10-17docs: Update all WiPy docs to reflect the new API.danicampora