Skip to content

Commit 0649b7a

Browse files
committed
update pages
1 parent ac233d3 commit 0649b7a

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+864
-506
lines changed
2.23 MB
Binary file not shown.

docs/_build/doctrees/index.doctree

850 Bytes
Binary file not shown.
-26 Bytes
Binary file not shown.
-26 Bytes
Binary file not shown.

docs/_build/html/.buildinfo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Sphinx build info version 1
22
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
3-
config: 6ccc0004004338b8bdcc203b49dd47a1
3+
config: 6504529fc22095a1821ce59b9c36fde9
44
tags: 645f666f9bcd5a90fca523b33c5a78b7

docs/_build/html/_modules/index.html

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,11 @@
201201
<input type="hidden" name="check_keywords" value="yes">
202202
<input type="hidden" name="area" value="default">
203203
</form>
204-
<div id="searchbox"></div><div class="sidebar-scroll"><div class="sidebar-tree">
204+
<div id="searchbox"></div><div class="sidebar-cta entries-box">
205+
<ul style="list-style: none; padding-left: 0;">
206+
<li><a href="https://taskbeacon.github.io/">Taskbeacon Home</a></li>
207+
</ul>
208+
</div><div class="sidebar-tree">
205209
<p class="caption" role="heading"><span class="caption-text">Tutorials</span></p>
206210
<ul>
207211
<li class="toctree-l1"><a class="reference internal" href="../tutorials/getting_started.html">Getting Started with PsyFlow</a></li>
@@ -227,10 +231,13 @@
227231
<li class="toctree-l1"><a class="reference internal" href="../tutorials/cli_usage_cn.html">psyflow-init: 命令行界面</a></li>
228232
<li class="toctree-l1"><a class="reference internal" href="../tutorials/llm_client_cn.html">LLMClient: 使用大型语言模型</a></li>
229233
</ul>
234+
<p class="caption" role="heading"><span class="caption-text">Indices and tables</span></p>
235+
<ul>
236+
<li class="toctree-l1"><a class="reference internal" href="../genindex.html">Index</a></li>
237+
<li class="toctree-l1"><a class="reference internal" href="../py-modindex.html">Module Index</a></li>
238+
</ul>
230239

231240
</div>
232-
</div>
233-
234241
</div>
235242

236243
</div>

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

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ Features
1919

2020
Start with one of the tutorials below or explore the API reference.
2121

22+
Tutorials
23+
---------
2224
.. toctree::
2325
:maxdepth: 1
2426
:caption: Tutorials
@@ -34,6 +36,8 @@ Start with one of the tutorials below or explore the API reference.
3436
tutorials/utilities
3537
tutorials/llm_client
3638

39+
中文教程(Chinese Tutorials)
40+
---------
3741
.. toctree::
3842
:maxdepth: 1
3943
:caption: 中文教程(Chinese Tutorials)
@@ -48,10 +52,11 @@ Start with one of the tutorials below or explore the API reference.
4852
tutorials/cli_usage_cn
4953
tutorials/llm_client_cn
5054

51-
55+
Indices and tables
56+
---------
5257
.. toctree::
5358
:maxdepth: 1
54-
:caption: Development
55-
release
56-
* :ref:`genindex`
57-
* :ref:`modindex`
59+
:caption: Indices and tables
60+
61+
genindex
62+
modindex

docs/_build/html/_sources/tutorials/build_stimulus.md.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ stim_bank.preview_all() # display or play every registered st
232232
stim_bank.preview_selected(["fixation"]) # only the specified stimuli
233233
stim_bank.preview_group("feedback_") # all stimuli with the "feedback_" prefix
234234
```
235-
```{Tips}
235+
```{Tip}
236236
Use previews to catch layout or styling issues early, rather than during live trials.
237237
```
238238

docs/_build/html/_sources/tutorials/get_subinfo.md.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ Following same approach, you can do localization for any language by providing t
247247
![Collecting subinfo using yaml config](figures/subinfo_yaml_cn.png)
248248

249249

250-
```{Tips}
250+
```{Tip}
251251
In addition to using the chatbox from LLM models for translation,
252252
psyflow has a built-in function (`translate_config()`) using LLM APIs for translating the subinfo mapping.
253253
Make sure the translations are accurate if you use an LLM to generate them. Consult a native speaker if possible.
@@ -273,7 +273,7 @@ subject_data = subform.collect()
273273
settings = TaskSettings.from_dict(cfg['task_config'])
274274
settings.add_subinfo(subject_data)
275275
```
276-
```{Tips}
276+
```{Tip}
277277
`load_config()` is a handy function for loading the configuration stored in `config/config.yaml`in the default TAPS format.
278278
```
279279

docs/_build/html/_static/pygments.css

Lines changed: 180 additions & 6 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)