File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -373,8 +373,8 @@ def setup(app):
373373# connect docs in other projects
374374intersphinx_mapping = {
375375 "cartopy" : (
376- "https://scitools.org.uk/cartopy/docs/latest /" ,
377- "https://scitools.org.uk/cartopy/docs/latest /objects.inv" ,
376+ "https://cartopy.readthedocs.io/stable /" ,
377+ "https://cartopy.readthedocs.io/stable /objects.inv" ,
378378 ),
379379 "contextily" : (
380380 "https://contextily.readthedocs.io/en/stable/" ,
Original file line number Diff line number Diff line change 99 " \n " ,
1010 " Converting between GeoPandas and CartoPy for visualizing data.\n " ,
1111 " \n " ,
12- " [CartoPy](http ://scitools.org.uk/cartopy /) is a Python library\n " ,
12+ " [CartoPy](https ://cartopy.readthedocs.io /) is a Python library\n " ,
1313 " that specializes in creating geospatial\n " ,
1414 " visualizations. It has a slightly different way of representing\n " ,
1515 " Coordinate Reference Systems (CRS) as well as constructing plots.\n " ,
You can’t perform that action at this time.
0 commit comments