Skip to content

Commit d5df888

Browse files
committed
triton/ref/modules: fix csv-table directive
double quotes are used for CSV quotes and it expects the delimiter right after.
1 parent 8dc7793 commit d5df888

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

triton/ref/modules.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
:header-rows: 1
44

55
Command / concept | Description
6-
"module" | A software that can be made available.
7-
"software stack" | Includes the compliers (etc) needed for other modules. Must be loaded before other modules.
6+
'module' | A software that can be made available.
7+
'software stack' | Includes the compliers (etc) needed for other modules. Must be loaded before other modules.
88
``module load`` *NAME* | Load module, can combine multiple names.
99
``module load`` triton/*NAME* | Load software stack module. Makes other compiled software available. Generally, run ``module spider`` to first to see what you need.
1010
``module avail`` | List all modules available with current software stack.

0 commit comments

Comments
 (0)