Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions .ai/context.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,15 @@ docs/source/
- SVG-based ReproFlow diagram
- Platform-specific notes (Linux, macOS, Windows)

**Documentation Pattern - Diátaxis:**
Documentation follows (or is being refactored to follow) the [Diátaxis framework](https://diataxis.fr/), which organizes documentation into four categories:
- **Tutorials**: Learning-oriented, step-by-step lessons for beginners
- **How-to Guides**: Task-oriented, goal-focused recipes for specific problems
- **Reference**: Information-oriented, technical descriptions (API docs, CLI reference)
- **Explanation**: Understanding-oriented, clarifying discussions about design and context

*Note: Current documentation is in an older style and is being gradually refactored to align with Diátaxis principles for improved usability and maintainability.*

#### `containers/` - Container Definitions
Docker and Singularity container support for deployment.

Expand Down
2 changes: 1 addition & 1 deletion containers/repronim-reprostim/setup_container.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ PSYCHOPY_VENV_BIN=${PSYCHOPY_HOME}/.venv/bin

# Install psychopy_linux_installer from GitHub
echo "Install psychopy_linux_installer from GitHub..."
git clone --branch v2.2.4 --depth 1 https://github.com/wieluk/psychopy_linux_installer/ /opt/psychopy-installer
git clone --branch v2.2.5 --depth 1 https://github.com/wieluk/psychopy_linux_installer/ /opt/psychopy-installer
cd /opt/psychopy-installer

# Install PsychoPy via psychopy_linux_installer
Expand Down
Loading