Skip to content

Commit 3bd14ad

Browse files
committed
Add CODEGEN command-line support to interface tables
1 parent 2fd40a0 commit 3bd14ad

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

src/content/docs/getting-started/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ STEPSS modules can be run through three interfaces:
9090

9191
| Interface | RAMSES (Dynamic) | PFC (Static) | CODEGEN |
9292
|-----------|:----------------:|:------------:|:-------:|
93-
| **Command Line** | `ramses.exe -t cmd.txt` | `pfc.exe -t cmd.txt` | Via STEPSS GUI |
93+
| **Command Line** | `ramses -t cmd.txt` | `pfc -t cmd.txt` | `codegen model.txt` |
9494
| **GUI (Java)** | Full support | Full support | Full support |
9595
| **Python (PyRAMSES)** | Full support |||
9696

src/content/docs/getting-started/quickstart.mdx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ import { Tabs, TabItem, Steps } from '@astrojs/starlight/components';
77

88
STEPSS provides three ways to run simulations:
99

10-
| Interface | Dynamic Simulator (RAMSES) | Static Simulator (PFC) |
11-
|-----------|:-------------------------:|:----------------------:|
12-
| **Command Line** | `ramses.exe -t cmd.txt` | `pfc.exe -t cmd.txt` |
13-
| **GUI (Java)** | Via STEPSS GUI | Via STEPSS GUI |
14-
| **Python** | Via PyRAMSES ||
10+
| Interface | Dynamic Simulator (RAMSES) | Static Simulator (PFC) | CODEGEN |
11+
|-----------|:-------------------------:|:----------------------:|:-------:|
12+
| **Command Line** | `ramses -t cmd.txt` | `pfc -t cmd.txt` | `codegen model.txt` |
13+
| **GUI (Java)** | Via STEPSS GUI | Via STEPSS GUI | Via STEPSS GUI |
14+
| **Python** | Via PyRAMSES |||
1515

1616
---
1717

0 commit comments

Comments
 (0)