We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The exemple given in the docs uses a graph string spanning on multiple lines.
[scheduling] initial cycle point = 2000 [[graph]] P1Y = """ @wall_clock => foo? => bar (foo? & bar) => pub """
It is correctly rendered (see the previous link). But a single-line graph string without the 3 quotations marks isn't parsed correctly.
[scheduling] cycling mode = integer initial cycle point = 0 [[graph]] R1/^ = foo => bar R1/+P1 = baz => bar
Try this in Sphinx.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
The exemple given in the docs uses a graph string spanning on multiple lines.
It is correctly rendered (see the previous link). But a single-line graph string without the 3 quotations marks isn't parsed correctly.
Reproducible Example
Try this in Sphinx.
The text was updated successfully, but these errors were encountered: