Remove 'no connections' message, minor docs tweaks
This commit is contained in:
parent
c2a10512c8
commit
f14ee592af
2 changed files with 3 additions and 4 deletions
|
|
@ -26,7 +26,7 @@ If you need longer text, it's more convenient to use triple-quoted syntax:
|
||||||
|
|
||||||
[nodes.Computer]
|
[nodes.Computer]
|
||||||
text = \"""
|
text = \"""
|
||||||
A computer is a machine capable of executing user-supplied instructions.
|
A computer is a machine capable of executing arbitrary instructions.
|
||||||
\"""
|
\"""
|
||||||
|
|
||||||
Nodes can have connections between each other.
|
Nodes can have connections between each other.
|
||||||
|
|
@ -76,7 +76,8 @@ If unspecified, the default is ./static/graph.toml.
|
||||||
You can combine these options as you wish:
|
You can combine these options as you wish:
|
||||||
|
|
||||||
en -h localhost -p 3000
|
en -h localhost -p 3000
|
||||||
en --host localhost -p 3003 --graph ./graph.toml
|
en -p 3003 --host localhost --graph ./graph.toml
|
||||||
|
en --g ./graph.toml -p 1312
|
||||||
|
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -47,7 +47,5 @@
|
||||||
</ul>
|
</ul>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</aside>
|
</aside>
|
||||||
{% else %}
|
|
||||||
<em>Node has no connections.</em>
|
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{%- endblock body %}
|
{%- endblock body %}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue