Skip to content

Commit 5fe330f

Browse files
committed
Use group-tab
1 parent a1d0dcb commit 5fe330f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

doc/source/tutorials/vector_api_tut.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -555,7 +555,7 @@ All together our program looks like this.
555555
GDALClose( hDS );
556556
}
557557

558-
.. tab:: Python
558+
.. group-tab:: Python
559559

560560
.. literalinclude :: code/vector_api_tut.py
561561
:language: python
@@ -1324,7 +1324,7 @@ The same program all in one block looks like this:
13241324
GDALClose( hDS );
13251325
}
13261326

1327-
.. tab:: Python
1327+
.. group-tab:: Python
13281328

13291329
.. literalinclude :: code/vector_api_tut2.py
13301330
:language: python

0 commit comments

Comments
 (0)