Update documentations.

This commit is contained in:
mzr1996 2023-07-05 09:04:52 +08:00
parent 78478e961e
commit 000f96d18c
4 changed files with 30 additions and 0 deletions

View 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:

View 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
View File

@ -0,0 +1,2 @@
[html writers]
table_style: colwidths-auto

View File

@ -0,0 +1 @@
# Prompt 概括