Skip to content

Commit 2a1c692

Browse files
committed
Move python3 as it fits on the available space
1 parent c9cfaab commit 2a1c692

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

doc/manual/team.rst

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -392,14 +392,14 @@ follow.
392392
What follows is a number of possible solutions to this problem
393393
for different programming languages.
394394

395+
.. literalinclude:: ../examples/example.py
396+
:language: python
397+
:caption: *A solution in Python*
398+
395399
.. literalinclude:: ../examples/example.c
396400
:language: c
397401
:caption: *A solution in C*
398402

399-
.. raw:: latex
400-
401-
\clearpage
402-
403403
.. literalinclude:: ../examples/example.cc
404404
:language: cpp
405405
:caption: *A solution in C++*
@@ -412,10 +412,6 @@ for different programming languages.
412412
:language: kotlin
413413
:caption: *A solution in Kotlin*
414414

415-
.. literalinclude:: ../examples/example.py
416-
:language: python
417-
:caption: *A solution in Python*
418-
419415
.. literalinclude:: ../examples/example.cs
420416
:language: csharp
421417
:caption: *A solution in C#*

0 commit comments

Comments
 (0)