question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

pdoc is removing underlines from examples

See original GitHub issue

Problem Description

pdoc is removing underlines from examples in docstring…

image

image

Steps to reproduce the behavior:

python -m pdoc --docformat numpy -o docs cpgrid

System Information

pdoc: 6.1.0
Python: 3.8.7
Platform: Windows-10-10.0.18362-SP0

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:8 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
mhilscommented, Feb 12, 2021

Thanks! After digging a bit into this, code example blocks are now not linked, but highlighted instead. That makes them consistent with normal fenced code blocks (```python …```), and more pleasant to look at. 😃 I’ve pushed a 6.2.0 release that includes this.

1reaction
mhilscommented, Feb 12, 2021

This for the clean repro, definitely a bug. 😃

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to Remove the Underline from Links in CSS - HubSpot Blog
Below we'll walk through how to define this property to completely remove the underline from links on your HTML site or Bootstrap site....
Read more >
Remove the underline from hyperlink text - Microsoft Support
Hide hyperlinks in your slides by removing the underline (yet maintaining the link) so ... Right-click the hyperlink text, and then click Remove...
Read more >
Remove Underline from Link - HTML.am
Here's an example of using a class to remove the underline from all hyperlinks within the element that the class is applied to....
Read more >
Removing horizontal underlines - python - Stack Overflow
I've identified the underlines as being the impediment to proper OCR--if I go in, screenshot a sub-snippet and manually white-out lines, the ...
Read more >
How to Remove Underline from a Link in CSS - freeCodeCamp
To finally remove the default underline of the link, you can target all the pseudo-classes and assign them a text-decoration property of none...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found