Skip to content

Commit 9aaf0dd

Browse files
committed
sphinx fix
1 parent 800f39a commit 9aaf0dd

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

adafruit_espatcontrol/adafruit_espatcontrol.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2121
# THE SOFTWARE.
2222
"""
23-
`adafruit_espatcontrol`
23+
`adafruit_espatcontrol.adafruit_espatcontrol`
2424
====================================================
2525
2626
Use the ESP AT command sent to communicate with the Interwebs.

docs/api.rst

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,11 @@
44
.. If your library file(s) are nested in a directory (e.g. /adafruit_foo/foo.py)
55
.. use this format as the module name: "adafruit_foo.foo"
66
7-
.. automodule:: adafruit_espatcontrol
7+
.. automodule:: adafruit_espatcontrol.adafruit_espatcontrol
8+
:members:
9+
10+
.. automodule:: adafruit_espatcontrol.adafruit_espatcontrol_requests
11+
:members:
12+
13+
.. automodule:: adafruit_espatcontrol.adafruit_espatcontrol_socket
814
:members:

0 commit comments

Comments
 (0)