Skip to content

Commit

Permalink
More project links
Browse files Browse the repository at this point in the history
  • Loading branch information
MKuranowski committed Jul 28, 2024
1 parent 66e06ae commit 285297f
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

<!-- This file must be kept in sync with docs/index.rst -->

[GitHub](https://github.com/MKuranowski/pyroutelib3) |
[Documentation](https://pyroutelib3.readthedocs.io/) |
[Issue Tracker](https://github.com/MKuranowski/pyroutelib3/issues) |
[PyPI](https://pypi.org/project/pyroutelib3/)

Simple routing over OSM data.

pyroutelib3 is a Python library for simple routing over
Expand Down
5 changes: 5 additions & 0 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ pyroutelib3
.. py:currentmodule:: pyroutelib3
`GitHub <https://github.com/MKuranowski/pyroutelib3>`_ |
`Documentation <https://pyroutelib3.readthedocs.io/>`_ |
`Issue Tracker <https://github.com/MKuranowski/pyroutelib3/issues>`_ |
`PyPI <https://pypi.org/project/pyroutelib3/>`_

pyroutelib3 is a Python library for simple routing over
`OpenStreetMap <https://openstreetmap.org>`_ data. ::

Expand Down
4 changes: 4 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ dependencies = [

[project.urls]
Home = "https://github.com/MKuranowski/pyroutelib3"
Source = "https://github.com/MKuranowski/pyroutelib3"
Documentation = "https://pyroutelib3.readthedocs.io/"
Tracker = "https://github.com/MKuranowski/pyroutelib3/issues"


[tool.black]
line-length = 100
Expand Down

0 comments on commit 285297f

Please sign in to comment.