Skip to content

Commit

Permalink
fixed documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Marina Anagnostopoulou-Merkouri committed Jul 15, 2020
1 parent 2b9acb5 commit e8c8e6b
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion doc/display.xml
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,12 @@

This function was written by Attila Egri-Nagy and Manuel Delgado with some
minor changes by J. D. Mitchell.<P/>
<Log><![CDATA[
gap> Splash(DotDigraph(RandomDigraph(4)));
]]></Log>
</Description>
</ManSection>
<#/GAPDoc>

<#GAPDoc Label="DotDigraph">
<ManSection>
Expand Down Expand Up @@ -121,7 +127,6 @@
The string returned by <C>DotDigraph</C> or
<C>DotVertexLabelledDigraph</C> can be written to a file using
the command <Ref Func="FileString" BookName="GAPDoc"/>.<P/>

<Log><![CDATA[
gap> adj := List([1 .. 4], x -> [1, 1, 1, 1]);
[ [ 1, 1, 1, 1 ], [ 1, 1, 1, 1 ], [ 1, 1, 1, 1 ], [ 1, 1, 1, 1 ] ]
Expand Down

0 comments on commit e8c8e6b

Please sign in to comment.