Skip to content

Commit

Permalink
Clean
Browse files Browse the repository at this point in the history
  • Loading branch information
Isaac-Flath committed Oct 19, 2024
1 parent e2f87fe commit e8ea247
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion nbdev/showdoc.py
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ def unescape_cell(cell):
def _html_link(url, txt): return f'<a href="{url}" target="_blank" rel="noreferrer noopener">{txt}</a>'

class BasicHtmlRenderer(ShowDocRenderer):
"HTML renderer for `show_doc` with full feature parity to BasicMarkdownRenderer"
"HTML renderer for `show_doc`"
def _repr_html_(self):
doc = '<hr/>\n'
src = NbdevLookup().code(self.fn)
Expand Down
2 changes: 1 addition & 1 deletion nbs/api/08_showdoc.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -993,7 +993,7 @@
"def _html_link(url, txt): return f'<a href=\"{url}\" target=\"_blank\" rel=\"noreferrer noopener\">{txt}</a>'\n",
"\n",
"class BasicHtmlRenderer(ShowDocRenderer):\n",
" \"HTML renderer for `show_doc` with full feature parity to BasicMarkdownRenderer\"\n",
" \"HTML renderer for `show_doc`\"\n",
" def _repr_html_(self):\n",
" doc = '<hr/>\\n'\n",
" src = NbdevLookup().code(self.fn)\n",
Expand Down

0 comments on commit e8ea247

Please sign in to comment.