Skip to content

Commit 792413a

Browse files
committed
Move python3 as it fits on the available space
1 parent 60f6cbd commit 792413a

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
@@ -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+
401405
.. literalinclude:: ../examples/example.c
402406
:language: c
403407
:caption: *A solution in C*
404408

405-
.. raw:: latex
406-
407-
\clearpage
408-
409409
.. literalinclude:: ../examples/example.cc
410410
:language: cpp
411411
:caption: *A solution in C++*
@@ -418,10 +418,6 @@ 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-
425421
..
426422
.. literalinclude:: ../examples/example.cs
427423
:language: csharp

0 commit comments

Comments
 (0)