-
Notifications
You must be signed in to change notification settings - Fork 674
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 asterisk in cron table being rendered as list item #4836
Conversation
Signed-off-by: nikki everett <[email protected]>
@@ -95,6 +176,7 @@ Below is an example with duration in `days`. | |||
|
|||
) | |||
|
|||
.. _rate_unit: | |||
|
|||
Rate Unit |
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.
This is outside the scope of this PR, but I don't understand the difference between this section and the "Fixed rate schedules" section above.
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #4836 +/- ##
==========================================
- Coverage 58.98% 58.48% -0.50%
==========================================
Files 567 567
Lines 44496 50533 +6037
==========================================
+ Hits 26244 29555 +3311
- Misses 15858 18584 +2726
Partials 2394 2394
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Signed-off-by: nikki everett <[email protected]> Signed-off-by: Katrina Rogan <[email protected]>
Signed-off-by: nikki everett <[email protected]>
Why are the changes needed?
The asterisks in the cron table in the Schedules doc are rendering as list items instead of asterisks.
What changes were proposed in this pull request?
Simply escaping the asterisk didn't work, since it's in a table, so I turned the rst table into an HTML table and that seemed to fix the issue.
Check all the applicable boxes
Docs link
https://flyte--4836.org.readthedocs.build/en/4836/concepts/schedules.html