-
Notifications
You must be signed in to change notification settings - Fork 291
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
Fix empty render in docs and doc build error #1367
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1367 +/- ##
==========================================
- Coverage 94.15% 94.10% -0.06%
==========================================
Files 26 26
Lines 5611 5611
Branches 956 956
==========================================
- Hits 5283 5280 -3
- Misses 195 198 +3
Partials 133 133
... and 1 file with indirect coverage changes 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
Co-authored-by: AU <adam-urbanczyk@users.noreply.github.com>
I'll revert to the previous version of the assembly doc example. To avoid the cqgi error, the unsupported parameter type can be skipped. Perhaps with a future enhancement cqgi can support additional parameter types. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, thanks @lorenzncode
Should we create an issue for adding tuple support to CQGI?
Done, opened #1370 |
Thanks @lorenzncode ! |
Closes #1364