Skip to content

Commit fef7bdd

Browse files
committed
Revert "Move python3 as it fits on the available space"
This reverts commit 3058f45837c49f8f23d32423ae24feab9c84d31d.
1 parent 8e4d4d6 commit fef7bdd

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

doc/manual/team.rst

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

401-
.. literalinclude:: ../examples/example.py
402-
:language: python
403-
:caption: *A solution in Python*
404-
405401
.. literalinclude:: ../examples/example.c
406402
:language: c
407403
:caption: *A solution in C*
408404

405+
.. raw:: latex
406+
407+
\clearpage
408+
409409
.. literalinclude:: ../examples/example.cc
410410
:language: cpp
411411
:caption: *A solution in C++*
@@ -418,6 +418,10 @@ for different programming languages.
418418
:language: kotlin
419419
:caption: *A solution in Kotlin*
420420

421+
.. literalinclude:: ../examples/example.py
422+
:language: python
423+
:caption: *A solution in Python*
424+
421425
..
422426
.. literalinclude:: ../examples/example.cs
423427
:language: csharp

0 commit comments

Comments
 (0)