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
Once again we have a weird italics problem in the docs. It's in the Schemas section this time. Can fix it using `
Look at the docs: How to Use > Input > Schemas
No response
The text was updated successfully, but these errors were encountered:
I think this is the place: https://github.com/TulipaEnergy/TulipaEnergyModel.jl/blob/main/docs/src/how-to-use.md#schemasid-schemas The code is reproduced below:
using Markdown, TulipaEnergyModel Markdown.parse( join(["- **$filename**\n" * join( [" - `$f: $t`" for (f, t) in schema], "\n", ) for (filename, schema) in TulipaEnergyModel.schema_per_table_name ] |> sort, "\n") )
I think we have to replace the "" in filename by "_" (or "\") and that should fix it.
filename
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Description
Once again we have a weird italics problem in the docs. It's in the Schemas section this time.
Can fix it using `
Reproduction steps
Logs
No response
OS
No response
The text was updated successfully, but these errors were encountered: