File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 4
4
.. If your library file(s) are nested in a directory (e.g. /adafruit_foo/foo.py)
5
5
.. use this format as the module name: "adafruit_foo.foo"
6
6
7
- .. automodule :: adafruit_circuitpython_typing
7
+ .. automodule :: circuitpython_typing
8
8
:members:
9
9
10
- .. automodule :: adafruit_circuitpython_typing .socket
10
+ .. automodule :: circuitpython_typing .socket
11
11
:members:
Original file line number Diff line number Diff line change 31
31
intersphinx_mapping = {
32
32
"python" : ("https://docs.python.org/3" , None ),
33
33
"CircuitPython" : ("https://docs.circuitpython.org/en/latest/" , None ),
34
+ "Adafruit_CircuitPython_Requests" : (
35
+ "https://docs.circuitpython.org/projects/requests/en/latest/" ,
36
+ None ,
37
+ ),
34
38
}
35
39
36
40
# Show the docstring from both the class and its __init__() method.
You can’t perform that action at this time.
0 commit comments