Skip to content

Commit dcfa304

Browse files
author
nightcityblade
committed
fix: address review feedback - update conf.py, add newsfragment, fix type completeness json
1 parent 1743878 commit dcfa304

3 files changed

Lines changed: 1 addition & 10 deletions

File tree

docs/source/conf.py

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -173,15 +173,6 @@ def autodoc_process_signature(
173173
# currently undocumented things
174174
logger = getLogger("trio")
175175
UNDOCUMENTED = {
176-
"trio.MemorySendChannel",
177-
"trio.MemoryReceiveChannel",
178-
"trio.MemoryChannelStatistics",
179-
"trio.SocketStream.aclose",
180-
"trio.SocketStream.receive_some",
181-
"trio.SocketStream.send_all",
182-
"trio.SocketStream.send_eof",
183-
"trio.SocketStream.wait_send_all_might_not_block",
184-
"trio._subprocess.HasFileno.fileno",
185176
"trio.lowlevel.ParkingLot.broken_by",
186177
}
187178

newsfragments/3221.doc.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Added missing docstrings for public API classes and methods.

src/trio/_tests/_check_type_completeness.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
22
"Darwin": [
3-
"No docstring found for class \"trio._core._io_kqueue._KqueueStatistics\"",
43
"No docstring found for function \"trio._unix_pipes.FdStream.send_all\"",
54
"No docstring found for function \"trio._unix_pipes.FdStream.wait_send_all_might_not_block\"",
65
"No docstring found for function \"trio._unix_pipes.FdStream.receive_some\"",

0 commit comments

Comments
 (0)