-
- Downloads
docs/library: Remove "only" directive from all pyb module docs.
By virtue of its name, the pyb module would only be available on a pyboard and so does not need to have conditional "only" directives throughout its documentation. These conditionals were added mostly in cfcf47c0 in the initial development of the cc3200 port, which had the pyb module before it switched to the machine module. And wipy only conditionals were removed from the pyb module documentation in 45426430, so there's no need to retain any more conditionals.
Showing
- docs/library/pyb.ADC.rst 125 additions, 134 deletionsdocs/library/pyb.ADC.rst
- docs/library/pyb.I2C.rst 89 additions, 99 deletionsdocs/library/pyb.I2C.rst
- docs/library/pyb.Pin.rst 215 additions, 227 deletionsdocs/library/pyb.Pin.rst
- docs/library/pyb.RTC.rst 41 additions, 46 deletionsdocs/library/pyb.RTC.rst
- docs/library/pyb.SPI.rst 74 additions, 84 deletionsdocs/library/pyb.SPI.rst
- docs/library/pyb.Timer.rst 210 additions, 232 deletionsdocs/library/pyb.Timer.rst
- docs/library/pyb.UART.rst 119 additions, 139 deletionsdocs/library/pyb.UART.rst
- docs/library/pyb.rst 138 additions, 150 deletionsdocs/library/pyb.rst
Loading
Please register or sign in to comment