Upload ms-swift/docs/source/_templates/sobolengine.rst with huggingface_hub
Browse files
ms-swift/docs/source/_templates/sobolengine.rst
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
.. currentmodule:: {{ module }}
|
| 2 |
+
|
| 3 |
+
|
| 4 |
+
{{ name | underline}}
|
| 5 |
+
|
| 6 |
+
.. autoclass:: {{ name }}
|
| 7 |
+
:members:
|
| 8 |
+
:exclude-members: MAXBIT, MAXDIM
|
| 9 |
+
:undoc-members:
|
| 10 |
+
|
| 11 |
+
|
| 12 |
+
..
|
| 13 |
+
autogenerated from source/_templates/sobolengine.rst
|
| 14 |
+
note it has specific options
|