-
The name sort of implies that this is possible, But it is unclear to me how I can refer to individual classes / functions to allow me to mix handwitten docs with generated docs. so for instance how to implement something similar to .. currentmodule:: esp32
:mod:`esp32` --- functionality specific to the ESP32
====================================================
.. automodule:: esp32
:no-members:
:platform: esp32
Functions
---------
.. autofunction:: wake_on_touch
.. autofunction:: wake_on_ulp |
Beta Was this translation helpful? Give feedback.
Answered by
Josverl
Jul 26, 2024
Replies: 1 comment
-
never mind, I've found autoapi to provide support for this. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Josverl
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
never mind, I've found autoapi to provide support for this.