File tree Expand file tree Collapse file tree 7 files changed +23
-26
lines changed Expand file tree Collapse file tree 7 files changed +23
-26
lines changed Original file line number Diff line number Diff line change 59
59
//| :py:meth:`~analogio.AnalogIn.deinit` the hardware. The last step is optional
60
60
//| because CircuitPython will do it automatically after the program finishes.
61
61
//|
62
- //| For the essentials of `analogio`, see the CircuitPython Essentials
63
- //| Learn guide:
64
- //| https://learn.adafruit.com/circuitpython-essentials/circuitpython-analog-in
62
+ //| For the essentials of `analogio`, see the `CircuitPython Essentials
63
+ //| Learn guide <https://learn.adafruit.com/circuitpython-essentials/circuitpython-analog-in>`_
65
64
//|
66
- //| For more information on using `analogio`, see this additional Learn guide:
67
- //| https://learn.adafruit.com/circuitpython-basics-analog-inputs-and-outputs
65
+ //| For more information on using `analogio`, see ` this additional Learn guide
66
+ //| < https://learn.adafruit.com/circuitpython-basics-analog-inputs-and-outputs>`_
68
67
//| """
69
68
//|
70
69
Original file line number Diff line number Diff line change 47
47
//| the default pins and settings. For more information about serial communcication
48
48
//| in CircuitPython, see the :mod:`busio`.
49
49
//|
50
- //| For more information regarding the typical usage of :py:mod:`board`, refer to the CircuitPython
51
- //| Essentials Learn guide:
52
- //| https://learn.adafruit.com/circuitpython-essentials/circuitpython-pins-and-modules
50
+ //| For more information regarding the typical usage of :py:mod:`board`, refer to the ` CircuitPython
51
+ //| Essentials Learn guide
52
+ //| < https://learn.adafruit.com/circuitpython-essentials/circuitpython-pins-and-modules>`_
53
53
//|
54
54
//| .. warning:: The board module varies by board. The APIs documented here may or may not be
55
55
//| available on a specific board."""
Original file line number Diff line number Diff line change 73
73
//| led.value = False
74
74
//| time.sleep(0.1)
75
75
//|
76
- //| For the essentials of `digitalio`, see the CircuitPython Essentials
77
- //| Learn guide:
78
- //| https://learn.adafruit.com/circuitpython-essentials/circuitpython-digital-in-out
76
+ //| For the essentials of `digitalio`, see the `CircuitPython Essentials
77
+ //| Learn guide <https://learn.adafruit.com/circuitpython-essentials/circuitpython-digital-in-out>`_
79
78
//|
80
- //| For more information on using `digitalio`, see this additional Learn guide:
81
- //| https://learn.adafruit.com/circuitpython-digital-inputs-and-outputs
79
+ //| For more information on using `digitalio`, see ` this additional Learn guide
80
+ //| < https://learn.adafruit.com/circuitpython-digital-inputs-and-outputs>`_
82
81
//| """
83
82
84
83
STATIC const mp_rom_map_elem_t digitalio_module_globals_table [] = {
Original file line number Diff line number Diff line change 51
51
//| The `displayio` module contains classes to manage display output
52
52
//| including synchronizing with refresh rates and partial updating.
53
53
//|
54
- //| For more a more thorugh explanation and guide for using `displayio`, please
55
- //| refer to this Learn guide:
56
- //| https://learn.adafruit.com/circuitpython-display-support-using-displayio
54
+ //| For more a more thorough explanation and guide for using `displayio`, please
55
+ //| refer to ` this Learn guide
56
+ //| < https://learn.adafruit.com/circuitpython-display-support-using-displayio>`_.
57
57
//| """
58
58
//|
59
59
Original file line number Diff line number Diff line change @@ -97,11 +97,11 @@ STATIC void check_for_deinit(digitalio_digitalinout_obj_t *self) {
97
97
//|
98
98
//| This library is typically not used by user level code.
99
99
//|
100
- //| For more information on actually using NeoPixels, refer to the CircuitPython
101
- //| Essentials Learn guide: https://learn.adafruit.com/circuitpython-essentials/circuitpython-neopixel
100
+ //| For more information on actually using NeoPixels, refer to the ` CircuitPython
101
+ //| Essentials Learn guide < https://learn.adafruit.com/circuitpython-essentials/circuitpython-neopixel>`_
102
102
//|
103
- //| For a much more thorough guide about using NeoPixels, refer to the Adadfruit NeoPixel Überguide:
104
- //| https://learn.adafruit.com/adafruit-neopixel-uberguide
103
+ //| For a much more thorough guide about using NeoPixels, refer to the `Adafruit NeoPixel Überguide
104
+ //| < https://learn.adafruit.com/adafruit-neopixel-uberguide>`_.
105
105
//|
106
106
//| """
107
107
//|
Original file line number Diff line number Diff line change 59
59
//| hardware after program completion. Use ``deinit()`` or a ``with`` statement
60
60
//| to do it yourself.
61
61
//|
62
- //| For the essentials of `pwmio`, see the CircuitPython Essentials
63
- //| Learn guide:
64
- //| https://learn.adafruit.com/circuitpython-essentials/circuitpython-pwm
62
+ //| For the essentials of `pwmio`, see the `CircuitPython Essentials
63
+ //| Learn guide <https://learn.adafruit.com/circuitpython-essentials/circuitpython-pwm>`_.
65
64
//| """
66
65
//|
67
66
Original file line number Diff line number Diff line change 42
42
//| CircuitPython does not have an OS, so this module provides this functionality
43
43
//| directly.
44
44
45
- //| For more information regarding using the `storage` module, refer to the CircuitPython
46
- //| Essentials Learn guide:
47
- //| https://learn.adafruit.com/circuitpython-essentials/circuitpython-storage
45
+ //| For more information regarding using the `storage` module, refer to the ` CircuitPython
46
+ //| Essentials Learn guide
47
+ //| < https://learn.adafruit.com/circuitpython-essentials/circuitpython-storage>`_.
48
48
//| """
49
49
//|
50
50
You can’t perform that action at this time.
0 commit comments