From 79b40d11276b2b70b2eaa2fe0cac4d3d830c19e4 Mon Sep 17 00:00:00 2001 From: Paul Sokolovsky Date: Thu, 9 Jun 2016 03:03:53 +0300 Subject: docs/machine*: Remove explicit targets and "machine." prefixes on classes. With currentmodule:: set properly, none are needed. Extra "machine." prefix produces wrong indexing data. --- docs/library/machine.RTC.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'docs/library/machine.RTC.rst') diff --git a/docs/library/machine.RTC.rst b/docs/library/machine.RTC.rst index 219ca273d..b6e98e9d1 100644 --- a/docs/library/machine.RTC.rst +++ b/docs/library/machine.RTC.rst @@ -1,5 +1,4 @@ .. currentmodule:: machine -.. _machine.RTC: class RTC -- real time clock ============================ @@ -17,7 +16,7 @@ Example usage:: Constructors ------------ -.. class:: machine.RTC(id=0, ...) +.. class:: RTC(id=0, ...) Create an RTC object. See init for parameters of initialization. -- cgit v1.2.3