ml-tooling / lazydocs

📖 Generate markdown API documentation from Google-style Python docstring. The lazy alternative to Sphinx.
MIT License
205 stars 38 forks source link

GitLab wiki support in source reference and other links #38

Closed KiliCode closed 1 year ago

KiliCode commented 2 years ago

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.

KiliCode commented 2 years ago

Also change the overview file to remove ".md" extensions from the URL's.

github-actions[bot] commented 2 years ago

This issue is stale because it has been open 90 days with no activity. Remove stale label or comment or this will be closed in 14 days