|
11 | 11 | - [Quick Start (HPC)](./quick-start-hpc.md) |
12 | 12 | - [Quick Start (Remote Workers)](./quick-start-remote.md) |
13 | 13 |
|
14 | | -# Understanding Torc |
15 | | - |
16 | 14 | - [Explanation](./explanation/README.md) |
17 | | - - [Architecture Overview](./explanation/architecture.md) |
18 | | - - [Client](./explanation/client.md) |
19 | | - - [Job Runners](./explanation/job-runners.md) |
20 | | - - [Job State Transitions](./explanation/job-states.md) |
21 | | - - [Environment Variables](./explanation/environment-variables.md) |
22 | | - - [Workflow Reinitialization](./explanation/reinitialization.md) |
23 | | - - [Workflow Archiving](./explanation/archiving.md) |
24 | | - - [Dependency Resolution](./explanation/dependencies.md) |
25 | | - - [Parallelization Strategies](./explanation/parallelization.md) |
26 | | - - [Workflow Actions](./explanation/workflow-actions.md) |
27 | | - - [Slurm Workflows](./explanation/slurm-workflows.md) |
28 | | - - [Automatic Failure Recovery](./explanation/automatic-recovery.md) |
| 15 | + - [Core Concepts]() |
| 16 | + - [Architecture Overview](./explanation/architecture.md) |
| 17 | + - [Job State Transitions](./explanation/job-states.md) |
| 18 | + - [Dependency Resolution](./explanation/dependencies.md) |
| 19 | + - [Execution]() |
| 20 | + - [Client](./explanation/client.md) |
| 21 | + - [Job Runners](./explanation/job-runners.md) |
| 22 | + - [Parallelization Strategies](./explanation/parallelization.md) |
| 23 | + - [Workflow Lifecycle]() |
| 24 | + - [Workflow Actions](./explanation/workflow-actions.md) |
| 25 | + - [Workflow Reinitialization](./explanation/reinitialization.md) |
| 26 | + - [Workflow Archiving](./explanation/archiving.md) |
| 27 | + - [Automatic Failure Recovery](./explanation/automatic-recovery.md) |
| 28 | + - [Environments]() |
| 29 | + - [Slurm Workflows](./explanation/slurm-workflows.md) |
| 30 | + - [Environment Variables](./explanation/environment-variables.md) |
29 | 31 | - [Design](./explanation/design/README.md) |
30 | 32 | - [Server API Handler](./explanation/design/server.md) |
31 | 33 | - [Central Database](./explanation/design/database.md) |
|
34 | 36 | - [Workflow Graph](./explanation/design/workflow-graph.md) |
35 | 37 | - [Interface Architecture](./explanation/design/interfaces.md) |
36 | 38 |
|
37 | | -# How-To Guides |
38 | | - |
39 | | -- [How-To](./how-to/README.md) |
40 | | - - [Configuration Files](./how-to/configuration-files.md) |
41 | | - - [Creating Workflows](./how-to/creating-workflows.md) |
42 | | - - [Remote Workers](./how-to/remote-workers.md) |
43 | | - - [Working with Slurm](./how-to/slurm.md) |
44 | | - - [HPC Profiles](./how-to/hpc-profiles.md) |
45 | | - - [Job Checkpointing](./how-to/checkpointing.md) |
46 | | - - [Resource Monitoring](./how-to/resource-monitoring.md) |
47 | | - - [Terminal UI (TUI)](./how-to/tui.md) |
48 | | - - [Web Dashboard](./how-to/dashboard.md) |
49 | | - - [Visualizing Workflow Structure](./how-to/visualizing-workflows.md) |
50 | | - - [Debugging Workflows](./how-to/debugging.md) |
51 | | - - [Debugging Slurm Workflows](./how-to/debugging-slurm.md) |
52 | | - - [Workflow Reports](./how-to/workflow-reports.md) |
53 | | - - [Authentication](./how-to/authentication.md) |
54 | | - - [Shell Completions](./how-to/shell-completions.md) |
55 | | - - [Server Deployment](./how-to/server-deployment.md) |
56 | | - |
57 | | -# Reference |
| 39 | +- [How-To Guides](./how-to/README.md) |
| 40 | + - [Setup]() |
| 41 | + - [Configuration Files](./how-to/configuration-files.md) |
| 42 | + - [Server Deployment](./how-to/server-deployment.md) |
| 43 | + - [Authentication](./how-to/authentication.md) |
| 44 | + - [Shell Completions](./how-to/shell-completions.md) |
| 45 | + - [Workflows]() |
| 46 | + - [Creating Workflows](./how-to/creating-workflows.md) |
| 47 | + - [Visualizing Workflow Structure](./how-to/visualizing-workflows.md) |
| 48 | + - [Execution]() |
| 49 | + - [Working with Slurm](./how-to/slurm.md) |
| 50 | + - [HPC Profiles](./how-to/hpc-profiles.md) |
| 51 | + - [Remote Workers](./how-to/remote-workers.md) |
| 52 | + - [Job Checkpointing](./how-to/checkpointing.md) |
| 53 | + - [Monitoring]() |
| 54 | + - [Terminal UI (TUI)](./how-to/tui.md) |
| 55 | + - [Web Dashboard](./how-to/dashboard.md) |
| 56 | + - [Resource Monitoring](./how-to/resource-monitoring.md) |
| 57 | + - [Workflow Reports](./how-to/workflow-reports.md) |
| 58 | + - [Configuring AI Assistants](./how-to/ai-assistants.md) |
| 59 | + - [Troubleshooting]() |
| 60 | + - [Debugging Workflows](./how-to/debugging.md) |
| 61 | + - [Debugging Slurm Workflows](./how-to/debugging-slurm.md) |
58 | 62 |
|
59 | 63 | - [Reference](./reference/README.md) |
60 | 64 | - [CLI Reference](./reference/cli.md) |
|
64 | 68 | - [HPC Profiles](./reference/hpc-profiles.md) |
65 | 69 | - [HPC Deployment](./reference/hpc-deployment.md) |
66 | 70 | - [Resource Monitoring](./reference/resource-monitoring.md) |
67 | | - - [OpenAPI Specification](./reference/openapi.md) |
68 | 71 | - [Configuration](./reference/configuration.md) |
69 | | - - [AI Assistant](./reference/ai-assistant.md) |
70 | 72 | - [Security](./reference/security.md) |
71 | | - |
72 | | -# Tutorials |
| 73 | + - [OpenAPI Specification](./reference/openapi.md) |
73 | 74 |
|
74 | 75 | - [Tutorials](./tutorials/README.md) |
75 | | - - [Configuration Files](./tutorials/configuration.md) |
76 | | - - [Dashboard Deployment](./tutorials/dashboard-deployment.md) |
77 | | - - [Workflow Wizard](./tutorials/workflow-wizard.md) |
78 | | - - [Many Independent Jobs](./tutorials/many-jobs.md) |
79 | | - - [Diamond Workflow](./tutorials/diamond.md) |
80 | | - - [User Data Dependencies](./tutorials/user-data.md) |
81 | | - - [Simple Parameterization](./tutorials/simple-params.md) |
82 | | - - [Advanced Parameterization](./tutorials/advanced-params.md) |
83 | | - - [Multi-Stage Workflows with Barriers](./tutorials/multi-stage-barrier.md) |
84 | | - - [Map Python functions across workers](./tutorials/map_python_function_across_workers.md) |
85 | | - - [Filtering CLI Output with Nushell](./tutorials/filtering-with-nushell.md) |
86 | | - - [Custom HPC Profile](./tutorials/custom-hpc-profile.md) |
87 | | - - [AI-Assisted Workflow Management](./tutorials/ai-assistant.md) |
88 | | - - [Automatic Failure Recovery](./tutorials/automatic-recovery.md) |
| 76 | + - [Getting Started]() |
| 77 | + - [Workflow Wizard](./tutorials/workflow-wizard.md) |
| 78 | + - [Workflow Patterns]() |
| 79 | + - [Many Independent Jobs](./tutorials/many-jobs.md) |
| 80 | + - [Diamond Workflow](./tutorials/diamond.md) |
| 81 | + - [User Data Dependencies](./tutorials/user-data.md) |
| 82 | + - [Parameterization]() |
| 83 | + - [Simple Parameterization](./tutorials/simple-params.md) |
| 84 | + - [Advanced Parameterization](./tutorials/advanced-params.md) |
| 85 | + - [Multi-Stage Workflows with Barriers](./tutorials/multi-stage-barrier.md) |
| 86 | + - [Features]() |
| 87 | + - [Automatic Failure Recovery](./tutorials/automatic-recovery.md) |
| 88 | + - [AI-Assisted Workflow Management](./tutorials/ai-assistant.md) |
| 89 | + - [Use Cases]() |
| 90 | + - [Map Python functions across workers](./tutorials/map_python_function_across_workers.md) |
| 91 | + - [Custom HPC Profile](./tutorials/custom-hpc-profile.md) |
| 92 | + - [Tools]() |
| 93 | + - [Configuration Files](./tutorials/configuration.md) |
| 94 | + - [Dashboard Deployment](./tutorials/dashboard-deployment.md) |
| 95 | + - [Filtering CLI Output with Nushell](./tutorials/filtering-with-nushell.md) |
89 | 96 |
|
90 | 97 | --- |
91 | 98 |
|
|
0 commit comments