Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: don't wrap URLs #115

Merged
merged 13 commits into from Aug 23, 2022
Merged

fix: don't wrap URLs #115

merged 13 commits into from Aug 23, 2022

Conversation

weibullguy
Copy link
Member

Adds function and associated tests to reconnect URLs that are broken into parts when docstrings are wrapped.

Closes #75

@weibullguy weibullguy added P: bug PEP 257 violation or existing functionality that doesn't work as documented C: style Relates to docstring format style (e.g., Google, NumPy, Sphinx) V: patch Bumps the patch version labels Aug 22, 2022
@coveralls
Copy link

coveralls commented Aug 22, 2022

Pull Request Test Coverage Report for Build 2908599237

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 0.0%

Totals Coverage Status
Change from base Build 2897396872: 0.0%
Covered Lines: 0
Relevant Lines: 0

💛 - Coveralls

@weibullguy weibullguy merged commit 9c18ed4 into master Aug 23, 2022
@weibullguy weibullguy deleted the fix/issue-75 branch August 23, 2022 03:21
@weibullguy weibullguy added the S: merged Closed with work merged to repository label Dec 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C: style Relates to docstring format style (e.g., Google, NumPy, Sphinx) P: bug PEP 257 violation or existing functionality that doesn't work as documented S: merged Closed with work merged to repository V: patch Bumps the patch version
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Breaking long line does not preserve links
2 participants