mmengine/docs/zh_cn/index.rst
Zaida Zhou 6c607bd26f
[Docs] Simplify hook docs (#428)
* Move the design of hook to design/hook.md

* add relative links in docs

* update docstring of hooks

* refine checkpointhook docs

* refine

* fix comments

* refine

* add logging.md link in hook.md

* resolve comments

* fix typo
2022-08-23 16:20:47 +08:00

57 lines
975 B
ReStructuredText

欢迎来到 mmengine 的中文文档!
=========================================
您可以在页面左下角切换中英文文档。
.. toctree::
:maxdepth: 1
:caption: 开始你的第一步
get_started/installation.md
.. toctree::
:maxdepth: 1
:caption: 教程
tutorials/registry.md
tutorials/config.md
tutorials/runner.md
tutorials/hook.md
tutorials/optimizer.md
tutorials/param_scheduler.md
tutorials/data_element.md
tutorials/basedataset.md
tutorials/evaluator.md
tutorials/distributed.md
tutorials/logging.md
tutorials/visualizer.md
.. toctree::
:maxdepth: 1
:caption: 示例
examples/speed_up_training.md
.. toctree::
:maxdepth: 1
:caption: 架构设计
design/hook.md
.. toctree::
:maxdepth: 2
:caption: API 文档
api.rst
.. toctree::
:caption: 语言切换
switch_language.md
Indices and tables
==================
* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`