Skip to content

Commit 5e372a6

Browse files
committed
Use autofunction for Sphinx to pull in the docstring
1 parent 4463395 commit 5e372a6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/source/reference-lowlevel.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,9 +81,9 @@ your needs.
8181
| inside an abort function | `True` | `True` |
8282
+---------------------------------+-----------------------------------+------------------------------------+
8383

84-
.. function:: in_trio_run
84+
.. autofunction:: in_trio_run
8585

86-
.. function:: in_trio_task
86+
.. autofunction:: in_trio_task
8787

8888
The current clock
8989
-----------------

0 commit comments

Comments
 (0)