Skip to content
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 triple asterisk in dcumentation #394

Closed

Conversation

PaulBrandUWV
Copy link
Contributor

The documentation includes code examples, but since the * is reserved to make text look bold in robot documentation language, the headers in the examples only show a single asterisk * instead of the required triple asterisk ***

Before:
image

After:
image

Fixes: #385

PaulBrandUWV and others added 5 commits May 14, 2024 20:31
Sppeds up acceptance tests by moving suite setup to parent suite
Breaks debug suite keyword parameter
Removes leftover checks for Python 2
Removes unused imports and functions
Removes deprecated unit tests
Adds unit tests for request response logging
Speeds up acceptance tests by optimizing suite setup

Formats files with black and isort
@PaulBrandUWV
Copy link
Contributor Author

Wrong branch

@PaulBrandUWV PaulBrandUWV deleted the documentation_header_fix branch June 2, 2024 15:23
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.

Generated html keyword documentation uses single asterisk where 3 should be used for sections.
2 participants