We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5390adb commit 4f2a415Copy full SHA for 4f2a415
docs/misc_others.rst
@@ -11,13 +11,18 @@ Logging
11
12
.. automodule:: pycaputo.logging
13
14
-Utils
15
------
+Typing
+------
16
+
17
+.. automodule:: pycaputo.typing
18
19
.. class:: pycaputo.utils.P
20
21
A generic invarint :class:`typing.ParamSpec`.
22
23
alias of ParamSpec('P')
24
25
+Utils
26
+-----
27
28
.. automodule:: pycaputo.utils
docs/timestepping_controller.rst
@@ -87,4 +87,4 @@ API Reference
87
88
.. class:: Array
89
90
- See :class:`pycaputo.utils.Array`.
+ See :class:`pycaputo.typing.Array`.
0 commit comments