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 db758c5 commit 2f88d75Copy full SHA for 2f88d75
docs/src/dev/types.md
@@ -2,4 +2,22 @@
2
3
In this section, we print out the type hierarchies of some classes via code snippets.
4
5
-TODO: fill out
+## Algorithms
6
+
7
+```@example
8
+import AbstractTrees as AT
9
+import InteractiveUtils as IU
10
+import ClimaTimeSteppers as CTS
11
+AT.children(x::Type) = IU.subtypes(x)
12
+AT.print_tree(CTS.DistributedODEAlgorithm)
13
+```
14
15
+## Tableaus
16
17
18
19
20
21
22
+AT.print_tree(CTS.AbstractTableau)
23
0 commit comments