mirror of
https://github.com/open-compass/opencompass.git
synced 2025-05-30 16:03:24 +08:00
Update documentations.
This commit is contained in:
parent
78478e961e
commit
000f96d18c
14
docs/en/_templates/callable.rst
Normal file
14
docs/en/_templates/callable.rst
Normal file
@ -0,0 +1,14 @@
|
||||
.. role:: hidden
|
||||
:class: hidden-section
|
||||
.. currentmodule:: {{ module }}
|
||||
|
||||
|
||||
{{ name | underline}}
|
||||
|
||||
.. autoclass:: {{ name }}
|
||||
:members:
|
||||
:special-members: __call__
|
||||
|
||||
..
|
||||
autogenerated from _templates/callable.rst
|
||||
note it does not have :inherited-members:
|
13
docs/zh_cn/_templates/autosummary/class.rst
Normal file
13
docs/zh_cn/_templates/autosummary/class.rst
Normal file
@ -0,0 +1,13 @@
|
||||
.. role:: hidden
|
||||
:class: hidden-section
|
||||
.. currentmodule:: {{ module }}
|
||||
|
||||
|
||||
{{ name | underline}}
|
||||
|
||||
.. autoclass:: {{ name }}
|
||||
:members:
|
||||
|
||||
..
|
||||
autogenerated from _templates/autosummary/class.rst
|
||||
note it does not have :inherited-members:
|
2
docs/zh_cn/docutils.conf
Normal file
2
docs/zh_cn/docutils.conf
Normal file
@ -0,0 +1,2 @@
|
||||
[html writers]
|
||||
table_style: colwidths-auto
|
1
docs/zh_cn/prompt/overview.md
Normal file
1
docs/zh_cn/prompt/overview.md
Normal file
@ -0,0 +1 @@
|
||||
# Prompt 概括
|
Loading…
Reference in New Issue
Block a user