Add an option to prefix source url with ".py" before # (implementation possible at src/lazydocs/generation.py: _get_src_path()) and remove ".md" extensions from overview file. As such when correct base url is provided, it would also support GitLab.
Alternatively: add an option to select which git provider to use.
Problem and motivation:
This feature would provide support for GitLab projects and perhaps more.
Feature description:
Add an option to prefix source url with ".py" before # (implementation possible at
src/lazydocs/generation.py: _get_src_path()
) and remove ".md" extensions from overview file. As such when correct base url is provided, it would also support GitLab. Alternatively: add an option to select which git provider to use.Problem and motivation:
This feature would provide support for GitLab projects and perhaps more.