Skip to content

Commit

Permalink
Fix lines in side by side examples
Browse files Browse the repository at this point in the history
  • Loading branch information
rhugonnet committed Feb 17, 2024
1 parent 24d9a5d commit fa66136
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions doc/source/about_geoutils.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,13 +90,13 @@ header-rows: 1
* - ```{eval-rst}
.. literalinclude:: code/about_geoutils_sidebyside_raster_geoutils.py
:language: python
:lines: 12-29
:lines: 14-29
```
- ```{eval-rst}
.. literalinclude:: code/about_geoutils_sidebyside_raster_rasterio.py
:language: python
:lines: 10-62
:lines: 11-57
```
`````

Expand All @@ -112,13 +112,13 @@ header-rows: 1
* - ```{eval-rst}
.. literalinclude:: code/about_geoutils_sidebyside_vector_geoutils.py
:language: python
:lines: 10-25
:lines: 11-26
```
- ```{eval-rst}
.. literalinclude:: code/about_geoutils_sidebyside_vector_geopandas.py
:language: python
:lines: 10-40
:lines: 11-34
```
`````

0 comments on commit fa66136

Please sign in to comment.