bundesAPI / deutschland

Die wichtigsten APIs Deutschlands in einem Python Paket.
Apache License 2.0
1.23k stars 67 forks source link

Links to Auto-Generated API-Clients documentations do not work on pypi.org #52

Closed t-huyeng closed 2 years ago

t-huyeng commented 2 years ago

The links to the API documentations for the auto-generated API-Clients are currently not working on https://pypi.org/project/deutschland/ because there are relative links.

For example: https://pypi.org/project/deutschland/docs/nina/README.md

Are absolute links the way to go here, or is there a better option?

If absolute links are okay, I can do a PR for that.

wirthual commented 2 years ago

Yeah I think absolute paths are better than broken paths for sure at the moment.

In long term, the documentation needs to live at a central place.

Thanks for the merge request