You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: PICMI_Python/README.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,6 +19,9 @@ should take the inputs and convert them to the appropriate inputs for the specif
19
19
**Warning:**
20
20
The standard is still evolving at this point. The most basic components of the standard have been defined and are being refined. New components are being added.
21
21
22
+
The documentation of the classes is in the numpydoc format - see https://numpydoc.readthedocs.io.
23
+
The classes are setup so that the doc strings of the implementation classes will have the picmistandard
24
+
doc string prepended, followed by any implementation specific doc string.
0 commit comments