Skip to content

Commit 868024e

Browse files
committed
test chinese version
1 parent fa262e3 commit 868024e

30 files changed

+4939
-41
lines changed
372 KB
Binary file not shown.

docs/_build/doctrees/index.doctree

419 Bytes
Binary file not shown.
31.5 KB
Binary file not shown.
27 KB
Binary file not shown.
-2.64 KB
Binary file not shown.
153 KB
Binary file not shown.
25.2 KB
Binary file not shown.
23 KB
Binary file not shown.

docs/_build/html/_modules/index.html

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -215,6 +215,14 @@
215215
<li class="toctree-l1"><a class="reference internal" href="../tutorials/utilities.html">Utility Functions</a></li>
216216
<li class="toctree-l1"><a class="reference internal" href="../tutorials/llm_client.html">Interacting with Large Language Models (LLMs)</a></li>
217217
</ul>
218+
<p class="caption" role="heading"><span class="caption-text">教程 (Chinese)</span></p>
219+
<ul>
220+
<li class="toctree-l1"><a class="reference internal" href="../tutorials/get_subinfo_cn.html">SubInfo: 收集被试信息</a></li>
221+
<li class="toctree-l1"><a class="reference internal" href="../tutorials/task_settings_cn.html">TaskSettings: 管理实验配置</a></li>
222+
<li class="toctree-l1"><a class="reference internal" href="../tutorials/build_blocks_cn.html">BlockUnit: 组织和运行试验</a></li>
223+
<li class="toctree-l1"><a class="reference internal" href="../tutorials/build_stimulus_cn.html">StimBank:灵活的刺激管理</a></li>
224+
<li class="toctree-l1"><a class="reference internal" href="../tutorials/build_stimunit_cn.html">StimUnit:模块化的刺激呈现与反应处理单元</a></li>
225+
</ul>
218226

219227
</div>
220228
</div>

docs/_build/html/_sources/index.rst.txt

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
.. .. image:: _static/logo.png
32
.. :alt: psyflow logo
43
.. :height: 100px
@@ -34,11 +33,20 @@ Start with one of the tutorials below or explore the API reference.
3433
tutorials/utilities
3534
tutorials/llm_client
3635

36+
.. toctree::
37+
:maxdepth: 1
38+
:caption: 教程 (Chinese)
39+
40+
tutorials/get_subinfo_cn
41+
tutorials/task_settings_cn
42+
tutorials/build_blocks_cn
43+
tutorials/build_stimulus_cn
44+
tutorials/build_stimunit_cn
45+
3746

3847
.. toctree::
3948
:maxdepth: 1
4049
:caption: Development
4150
release
4251
* :ref:`genindex`
43-
* :ref:`modindex`
44-
52+
* :ref:`modindex`

0 commit comments

Comments
 (0)