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

Plain `http:` / `https:` links are formatted as reST/attributes and unclickable #37

Closed
KyleKing opened this issue Feb 24, 2019 · 0 comments

Comments

2 participants
@KyleKing
Copy link
Contributor

commented Feb 24, 2019

Summary

Should pdoc handle plain links like http://crummy.com/software/BeautifulSoup/ and format them as clickable links: http://crummy.com/software/BeautifulSoup/? Right now the colon is tricks pdoc into formatting the link as reST.

For example, in the BS4 docs generated by pdoc the link is split on the colon making it unclickable:

screen shot 2019-02-24 at 05 57 18

Reproduce with:

  1. pip install beautifulsoup4
  2. pdoc3 bs4 --html

@KyleKing KyleKing changed the title Plain http/https links are formatted as reST/attributes and unclickable Plain `http:` / `https:` links are formatted as reST/attributes and unclickable Feb 24, 2019

@kernc kernc added the bug label Feb 24, 2019

@kernc kernc added this to the 0.6.0 milestone Feb 26, 2019

@kernc kernc closed this in 9db1859 Mar 1, 2019

@kernc kernc modified the milestones: 0.6.0, 0.5.3 Mar 5, 2019

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
You can’t perform that action at this time.