Skip to content

Commit 4f2a415

Browse files
committed
docs: add typing module
1 parent 5390adb commit 4f2a415

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

docs/misc_others.rst

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,18 @@ Logging
1111

1212
.. automodule:: pycaputo.logging
1313

14-
Utils
15-
-----
14+
Typing
15+
------
16+
17+
.. automodule:: pycaputo.typing
1618

1719
.. class:: pycaputo.utils.P
1820

1921
A generic invarint :class:`typing.ParamSpec`.
2022

2123
alias of ParamSpec('P')
2224

25+
Utils
26+
-----
27+
2328
.. automodule:: pycaputo.utils

docs/timestepping_controller.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,4 +87,4 @@ API Reference
8787

8888
.. class:: Array
8989

90-
See :class:`pycaputo.utils.Array`.
90+
See :class:`pycaputo.typing.Array`.

0 commit comments

Comments
 (0)