Skip to content

Commit 614ff57

Browse files
committed
docs: keep documentation up to date with README
1 parent f1bb7f8 commit 614ff57

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

routingpy/__init__.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@
2020
Using **routingpy** you can easily request **directions**, **isochrones** and
2121
**matrices** from many reliable online providers in a consistent fashion. Base parameters
2222
are the same for all services, while still preserving each service's special parameters (for
23-
more info, please look at our `README`_.
23+
more info, please look at our `README`_).
2424
Take a look at our `Examples`_ to see how simple you can compare routes from different providers.
2525
26-
**routingpy** is tested against 3.8, 3.9, 3.10, 3.11 :strike:`and PyPy3` (`#60 <https://github.com/gis-ops/routing-py/issues/60>`_).
26+
**routingpy** is tested against CPython 3.9, 3.10, 3.11, 3.12 and 3.13 and PyPy3 version 3.9 and 3.10.
2727
28-
.. _`README`: https://github.com/gis-ops/routing-py#api
29-
.. _`Examples`: https://github.com/gis-ops/routing-py#examples
28+
.. _`README`: https://github.com/mthh/routingpy#api
29+
.. _`Examples`: https://github.com/mthh/routingpy#examples
3030
"""
3131

3232
from .routers import * # noqa: F401

routingpy/routers/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
we additionally chose to preserve each router's special arguments, only abstracting the most basic arguments, such as
1212
locations and profile (car, bike, pedestrian etc.), among others (full list here_).
1313
14-
.. _`contribution guidelines`: https://github.com/gis-ops/routing-py/blob/master/CONTRIBUTING.md
15-
.. _here: https://github.com/gis-ops/routing-py#api
14+
.. _`contribution guidelines`: https://github.com/mthh/routingpy/blob/master/CONTRIBUTING.md
15+
.. _here: https://github.com/mthh/routingpy#api
1616
"""
1717
from ..client_base import options # noqa: F401
1818
from ..exceptions import RouterNotFound

0 commit comments

Comments
 (0)