We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f65e40d commit bfe02aaCopy full SHA for bfe02aa
doc/manual/team.rst
@@ -395,15 +395,18 @@ for different programming languages.
395
:language: python
396
:caption: *A solution in Python*
397
398
-.. literalinclude:: ../examples/example.cs
+..
399
+ .. literalinclude:: ../examples/example.cs
400
:language: csharp
401
:caption: *A solution in C#*
402
-.. literalinclude:: ../examples/example.pas
403
404
+ .. literalinclude:: ../examples/example.pas
405
:language: pas
406
:caption: *A solution in Pascal*
407
-.. literalinclude:: ../examples/example.hs
408
409
+ .. literalinclude:: ../examples/example.hs
410
:language: hs
411
:caption: *A solution in Haskell*
412
0 commit comments