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

RFE: Allow users to override the default URL format to accommodate different Git hosting services like Bitbucket #74

Closed netopsengineer closed 2 months ago

netopsengineer commented 6 months ago

Feature description: The current implementation only links to lines using the Github style notation of #Lxx, while Bitbucket uses a more simple #xx, the feature should default to the current pattern, but allowed to be optionally passed in to override it for better support outside of Github.

Problem and motivation: I am currently finding and replacing the pattern after the files are generated because I love the functionality of this library, so this would be a nice way to eliminate the need to hack the files up.

github-actions[bot] commented 3 months 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