Skip to content

Commit e60f241

Browse files
committed
Link to language to doc from editor #37
Signed-off-by: Mārtiņš Avots <martins.avots@splitcells.net>
1 parent a190da0 commit e60f241

1 file changed

Lines changed: 12 additions & 6 deletions

File tree

  • projects/net.splitcells.gel.ui/src/main/xml/net/splitcells/gel/ui/editor/geal

projects/net.splitcells.gel.ui/src/main/xml/net/splitcells/gel/ui/editor/geal/index.xml

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,17 @@
1313
<title>Geal Editor</title>
1414
<description>
1515
<paragraph>
16-
This editor allows you to define one or more assignment problems and lets you solve them by the Generic Allocator.
16+
This editor allows you to define one or more assignment problems and lets you solve them by the Generic
17+
Allocator.
1718
Define the problem definition and enter the input data.
1819
After executing the optimizer via the <quote>Calculate solution</quote> button,
1920
the solution will be visible under the <quote>Solution</quote> tabs.
2021
</paragraph>
21-
<paragraph>The conceptional documentation<link post="net/splitcells/gel/index">is provided here</link>.
22-
</paragraph>
22+
<list>
23+
<link post="net/splitcells/gel/editor/geal/index">Documentation of the Editor's Programming Language
24+
</link>
25+
<link post="net/splitcells/gel/index">Overarching Documentation</link>
26+
</list>
2327
</description>
2428
<pseudo-full-screen-by-default>true</pseudo-full-screen-by-default>
2529
<commands>
@@ -47,9 +51,11 @@
4751
initial-content-at="/net/splitcells/gel/ui/editor/geal/examples/colloquium-planning.txt"/>
4852
<text-area
4953
name="demands.csv"
50-
initial-content-at="/net/splitcells/gel/ui/colloquium-planning-demands-test-data.csv"><![CDATA[]]></text-area>
54+
initial-content-at="/net/splitcells/gel/ui/colloquium-planning-demands-test-data.csv">
55+
<![CDATA[]]></text-area>
5156
<text-area
5257
name="supplies.csv"
53-
initial-content-at="/net/splitcells/gel/ui/colloquium-planning-supplies-test-data.csv"><![CDATA[]]></text-area>
58+
initial-content-at="/net/splitcells/gel/ui/colloquium-planning-supplies-test-data.csv">
59+
<![CDATA[]]></text-area>
5460
</form-editor>
55-
</article>
61+
</article>

0 commit comments

Comments
 (0)