Upload ms-swift/docs/source/_templates/classtemplate.rst with huggingface_hub
Browse files
ms-swift/docs/source/_templates/classtemplate.rst
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
.. currentmodule:: {{ module }}
|
| 2 |
+
|
| 3 |
+
|
| 4 |
+
{{ name | underline}}
|
| 5 |
+
|
| 6 |
+
.. autoclass:: {{ name }}
|
| 7 |
+
:members:
|
| 8 |
+
:special-members: __init__, __call__
|
| 9 |
+
|
| 10 |
+
..
|
| 11 |
+
autogenerated from source/_templates/classtemplate.rst
|
| 12 |
+
note it does not have :inherited-members:
|