Skip to content

Render %ingest help as the same HTML table %catalog help uses - #54

Merged
oskaresparza merged 1 commit into
developmentfrom
debug_library
Sep 17, 2026
Merged

oskaresparza merged 1 commit into
developmentfrom
debug_library

Conversation

@oskaresparza

Copy link
Copy Markdown
Collaborator

Summary

  • %ingest help now renders the same Command/Parameters/Description HTML table %catalog help uses, instead of a plain ASCII Python-signature listing — both magics share one _print_help_table/_help_table_html implementation.
  • Fixes two stale leftovers from earlier renames: a tag(...) example in %%catalog's docstring, and the ingest example notebook's description of help's old output format.

Test plan

  • pytest — 348 passed
  • ruff check / ruff format --check — clean on touched files

🤖 Generated with Claude Code

Both magics now share one _print_help_table/_help_table_html implementation
instead of %ingest help printing a plain ASCII Python-signature listing.
Also fixes a couple of stale leftovers from earlier renames: a tag(...)
example in %%catalog's docstring and the ingest example notebook's
description of help's old output format.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
@oskaresparza
oskaresparza merged commit e4681b9 into development Sep 17, 2026
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant