Skip to content

Conversation

@machow
Copy link
Owner

@machow machow commented Dec 6, 2025

This PR addresses #40 by providing a summary_signature option to Auto, that shows a simple signature in the index page. E.g.

  • before: get_object
  • now: get_object(path, object_name, parser, ...)

Note that the ellipse currently is used after 3 parameters, but I'm thinking about how this behavior shoudl work

TODO: decide on MAX_PARAMETERS behavior

@codecov-commenter
Copy link

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

❌ Patch coverage is 93.51852% with 7 lines in your changes missing coverage. Please review.
✅ Project coverage is 89.63%. Comparing base (1fc3fbd) to head (571e789).

Files with missing lines Patch % Lines
quartodoc/renderers/md_renderer.py 85.10% 7 Missing ⚠️
❗ Your organization needs to install the Codecov GitHub app to enable full functionality.
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #418      +/-   ##
==========================================
+ Coverage   89.53%   89.63%   +0.09%     
==========================================
  Files          40       40              
  Lines        3183     3289     +106     
==========================================
+ Hits         2850     2948      +98     
- Misses        333      341       +8     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@machow
Copy link
Owner Author

machow commented Dec 8, 2025

Python 3.9 is past its end-of-life, so seem okay to bump the dependency to 3.10+

(packages like Polars have plans to drop 3.9 support)

image

@machow machow marked this pull request as ready for review December 8, 2025 22:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: No status

Development

Successfully merging this pull request may close these issues.

3 participants